Releases: vuex-orm/plugin-graphql
Releases · vuex-orm/plugin-graphql
v1.0.0-rc.2
08 Jun 15:41
Compare
Sorry, something went wrong.
No results found
v1.0.0-rc.1
08 Jun 14:40
Compare
Sorry, something went wrong.
No results found
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
07 Jun 12:43
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
The $persist()
and $push
convenience methods also allow passing additional variables now
v0.0.40
07 Jun 12:20
Compare
Sorry, something went wrong.
No results found
Changelog
Features
Added convenience methods: fetch()
, mutate()
, $mutate()
, $persist()
, $push()
, $destroy()
and $deleteAndDestroy()
v0.0.39
04 Jun 12:44
Compare
Sorry, something went wrong.
No results found
Changelog
Features
fetch filter can now also contain records that don't relate to the model
v0.0.38
28 May 11:12
Compare
Sorry, something went wrong.
No results found
Changelog
Features
Make the plugin nativescript-vue compatible
v0.0.36
22 May 10:59
Compare
Sorry, something went wrong.
No results found
Changelog
Breaking Changes
persist
and push
now send all belongsTo
related object with the parent object.
v0.0.35
18 May 13:38
Compare
Sorry, something went wrong.
No results found
Changelog
Breaking changes
mutations now also send the id
field
v0.0.34
18 May 13:38
Compare
Sorry, something went wrong.
No results found
v0.0.33
08 May 14:58
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
number fields which contain floats are not longer casted to integers