Releases: vuex-orm/plugin-graphql
Releases · vuex-orm/plugin-graphql
v1.0.0-rc.42
- Allow GUID as primary keys
- Allow to overwrite
pluralName
andsingularName
for a model - Fix typings
- Bump dependencies
v1.0.0-rc.41
Bugfixes
- Fixed
items
connection type
v1.0.0-rc.40
Bugfixes
- Fixed
$isPersisted
for fetched records
v1.0.0-rc.39
Features
- Arguments are now built based on the input type (#120)
v1.0.0-rc.38
Features
- Allow connection type names with other endings than
TypeConnection
Internal
- Refactoring of the Actions setups
v1.0.0-rc.37
v1.0.0-rc.36
Changelog
Bugfixes
- Fix Typings (Thanks to @ViktorPegy)
- Downgrade node engine dependency to 10.0.0
v1.0.0-rc.35
v1.0.0-rc.34
Changelog
⚠️ BREAKING CHANGES ⚠️
- The
connectionQueryMode
option was removed in favor of the adapter pattern.
Features
- Upgraded to Vuex ORM Core 0.31.12.
- Added adapters to adapt the plugin to your schema.
- Upgraded dependencies.
- Added SSR/Nuxt chapter to the docs.
- Added
eagerSave
andeagerSync
. - Support for non-integer IDs.
Bugfixes
- Several documentation fixes.
v1.0.0-rc.33
Changelog
Bugfixes
- Make fetch SSR compatible