Releases: vuex-orm/plugin-graphql
Releases · vuex-orm/plugin-graphql
v1.0.0-rc.22
v1.0.0-rc.21
Changelog
Features
- Adds experimental Nuxt/SSR support.
Internal
- Fix empty build files
- Small Refactoring
v1.0.0-rc.20
Changelog
Internal
- Upgrade to Vuex-ORM 0.27.0
- PeerDependency Vuex-ORM
- Massively reduced dependencies
v1.0.0-rc.19
v1.0.0-rc.18
v1.0.0-rc.17
v1.0.0-rc.16
Changelog
Features
- The
headers
field can now be a function returning a object. This function will be called before every request to determine the headers. #54
Bugfixes
- Don't rely on the existence of a filter type #40
- Fix plugin class type #44
- Don't fetch schema multiple times #45
Internal
- Upgrade to Vuex-ORM Core 0.26.3
- Upgrade several other packages
v1.0.0-rc.15
Changelog
Features
- Add support for self-referencing models (like nested categories)
v1.0.0-rc.14
Changelog
Bugfixes
- When using fetch with filter, the Transformer doesn't remove any fields of the filter hash anymore
- Better logging
- Fixed field type detection for arrays in filter hashes
v1.0.0-rc.13
Changelog
Bugfixes
- Fixed model detection when field is not named like the model
- Fixed attribute type detection for mutations and queries
Internal
- Improve specs