Releases: vuex-orm/plugin-graphql
Releases · vuex-orm/plugin-graphql
v1.0.0-rc.1
First release candidate for 1.0.0! 🎉
Changelog
Features
- Custom Queries
- ORM/model unrelated simple queries and mutations
- Allow settings of headers, credentials and useGETForQueries for apollo-http-link
Bugfixes
- Fixed how the QueryBuilder detects recursion for more complete queries
Internal
- Lots of documentation updates
- More tests
- More code documentation
- Lots of refactorings
v0.0.41
Changelog
Bugfixes
- The
$persist()
and $push
convenience methods also allow passing additional variables now
v0.0.40
Changelog
Features
- Added convenience methods:
fetch()
, mutate()
, $mutate()
, $persist()
, $push()
, $destroy()
and $deleteAndDestroy()
v0.0.39
Changelog
Features
- fetch filter can now also contain records that don't relate to the model
v0.0.38
Changelog
Features
- Make the plugin nativescript-vue compatible
v0.0.36
Changelog
Breaking Changes
persist
and push
now send all belongsTo
related object with the parent object.
v0.0.35
Changelog
Breaking changes
- mutations now also send the
id
field
v0.0.33
Changelog
Bugfixes
- number fields which contain floats are not longer casted to integers