Skip to content

Releases: vuex-orm/plugin-graphql

v0.0.32

08 May 14:41
Compare
Choose a tag to compare

Changelog

Features

  • Experimental support for polymorphic relations

v0.0.31

08 May 14:40
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Only ignore incoming values which are null/undefined

v0.0.30

08 May 14:39
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Don't skip incoming fields which are null or false

v0.0.29

08 May 14:39
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Revert of the Minor Bugfix

v0.0.28

08 May 14:39
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Minor Bugfix

v0.0.27

25 Apr 09:38
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Make things work with minified JS Code too

v0.0.26

25 Apr 07:08
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Support for typed fields
  • Upgrade to Vuex-ORM 0.24.5

v0.0.25

25 Apr 07:07
Compare
Choose a tag to compare

Changelog

Improvements

  • Upgrade to vuex-orm 0.24.4
  • Return new records on persist and push

v0.0.24

25 Apr 07:05
Compare
Choose a tag to compare

Changelog

Bugfixes

  • Don't handle every field that ends with Id as ID! field

v0.0.23

22 Apr 06:18
Compare
Choose a tag to compare

Changelog

New Features

  • Implemented $isPersisted

Improvements

  • Better logging

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