Releases: vuex-orm/plugin-graphql
Releases · vuex-orm/plugin-graphql
v0.0.32
08 May 14:41
Compare
Sorry, something went wrong.
No results found
Changelog
Features
Experimental support for polymorphic relations
v0.0.31
08 May 14:40
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
Only ignore incoming values which are null/undefined
v0.0.30
08 May 14:39
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
Don't skip incoming fields which are null or false
v0.0.29
08 May 14:39
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
Revert of the Minor Bugfix
v0.0.28
08 May 14:39
Compare
Sorry, something went wrong.
No results found
v0.0.27
25 Apr 09:38
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
Make things work with minified JS Code too
v0.0.26
25 Apr 07:08
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
Support for typed fields
Upgrade to Vuex-ORM 0.24.5
v0.0.25
25 Apr 07:07
Compare
Sorry, something went wrong.
No results found
Changelog
Improvements
Upgrade to vuex-orm 0.24.4
Return new records on persist and push
v0.0.24
25 Apr 07:05
Compare
Sorry, something went wrong.
No results found
Changelog
Bugfixes
Don't handle every field that ends with Id as ID! field
v0.0.23
22 Apr 06:18
Compare
Sorry, something went wrong.
No results found
Changelog
New Features
Improvements
Bugfixes
The persist action now returns the correct record and deletes the old one
Data from custom mutations are stored now too
After destroy no new data is stored
Some minor fixes