Releases: josemarluedke/glimmer-apollo
Releases · josemarluedke/glimmer-apollo
v0.4.1
🐛 Bug Fix
- Prevent accessing self when undefined (#46) @josemarluedke
📝 Documentation
- [DOC] Add missing import module on README (#44) @villander
Contributors
For full changes, see the comparison between v0.4.0 and v0.4.1
v0.4.0
🚀 Enhancement
- Add Subscriptions Support (#37) @josemarluedke
- Add UseQuery & UseMutation types (#34) @josemarluedke
🐛 Bug Fix
- Fix babel config to allow interop with legacy decorators and class props (#36) @josemarluedke
📝 Documentation
- Add Docs for Subscriptions (#38) @josemarluedke
- documentation: fix typo: seMutation -> useMutation (#29) @lifeart
- Add Docs Site (#28) @josemarluedke
🏠 Internal
- Run prettier hbs using glimmerx pkg (#30) @josemarluedke
📦 Dependencies
- Upgrade Project Dependencies (#35) @josemarluedke
Contributors
For full changes, see the comparison between v0.3.0 and v0.4.0
v0.3.0
💥 Breaking Change
- Refactor setClient/getClient and others to use owner as a context (#21) @josemarluedke
🚀 Enhancement
- Add clientId option to useQuery and useMutation (#27) @josemarluedke
- Re-export gql from apollo client (#22) @josemarluedke
📝 Documentation
- Add docs for intro, getting started, fetching (queries and mutations) (#23) @josemarluedke
- typo(README): fix two grammar issues (#19) @buschtoens
🏠 Internal
- GlimmerX refactor example setup to use provider (#20) @josemarluedke
Contributors
@buschtoens and @josemarluedke
For full changes, see the comparison between v0.2.0 and v0.3.0
v0.2.0
💥 Breaking Change
- Native Embroider v2 addon (#17) @josemarluedke
Contributors
For full changes, see the comparison between v0.1.0 and v0.2.0
v0.1.0
💥 Breaking Change
- Move @apollo/client to peer dependencies (#15) @josemarluedke
📝 Documentation
- Initial Glimmer X sample app (#13) @josemarluedke
🏠 Internal
- Move build files to dist folder (#16) @josemarluedke
- Move test-glimmerx app to examples/glimmerx (#14) @josemarluedke
Contributors
For full changes, see the comparison between v0.0.3 and v0.1.0
v0.0.3
🐛 Bug Fix
- Avoid adding global type for FastBoot (#12) @josemarluedke
Contributors
For full changes, see the comparison between v0.0.2 and v0.0.3
v0.0.2
🚀 Enhancement
- Standalone build & Glimmerx app (#4) @josemarluedke
🐛 Bug Fix
- Prevent updating query when args change but values are the same (#10) @josemarluedke
📝 Documentation
- readme typo (#2) @knownasilya
🏠 Internal
- Initial Mirage + GraphQL Setup in GlimmerX app (#8) @josemarluedke
- Run CI tests against glimmerx app (#7) @josemarluedke
- Environment Context (#3) @josemarluedke
Contributors
@josemarluedke and @knownasilya
For full changes, see the comparison between v0.0.1 and v0.0.2