Releases: vuex-orm/plugin-graphql
Releases · vuex-orm/plugin-graphql
v0.0.32
Changelog
Features
- Experimental support for polymorphic relations
v0.0.31
Changelog
Bugfixes
- Only ignore incoming values which are null/undefined
v0.0.30
Changelog
Bugfixes
- Don't skip incoming fields which are null or false
v0.0.29
Changelog
Bugfixes
- Revert of the Minor Bugfix
v0.0.27
Changelog
Bugfixes
- Make things work with minified JS Code too
v0.0.26
Changelog
Bugfixes
- Support for typed fields
- Upgrade to Vuex-ORM 0.24.5
v0.0.25
Changelog
Improvements
- Upgrade to vuex-orm 0.24.4
- Return new records on persist and push
v0.0.24
Changelog
Bugfixes
- Don't handle every field that ends with
Id
as ID!
field
v0.0.23
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