Skip to content

Releases: vuex-orm/plugin-graphql

v1.0.0-rc.42

18 Nov 15:11
Compare
Choose a tag to compare
v1.0.0-rc.42 Pre-release
Pre-release
  • Allow GUID as primary keys
  • Allow to overwrite pluralName and singularName for a model
  • Fix typings
  • Bump dependencies

v1.0.0-rc.41

28 Jun 07:07
Compare
Choose a tag to compare
v1.0.0-rc.41 Pre-release
Pre-release

Bugfixes

  • Fixed items connection type

v1.0.0-rc.40

28 Jun 07:01
Compare
Choose a tag to compare
v1.0.0-rc.40 Pre-release
Pre-release

Bugfixes

  • Fixed $isPersisted for fetched records

v1.0.0-rc.39

29 May 07:01
Compare
Choose a tag to compare
v1.0.0-rc.39 Pre-release
Pre-release

Features

  • Arguments are now built based on the input type (#120)

v1.0.0-rc.38

27 May 17:29
Compare
Choose a tag to compare
v1.0.0-rc.38 Pre-release
Pre-release

Features

  • Allow connection type names with other endings than TypeConnection

Internal

  • Refactoring of the Actions setups

v1.0.0-rc.37

02 May 17:22
Compare
Choose a tag to compare
v1.0.0-rc.37 Pre-release
Pre-release

This version requires Vuex-ORM 0.36!

Features

  • Compatibility with Vuex-ORM 0.36
  • Support for uid type and removed increment type

Bugfixes

  • Fix ArgumentMode == LIST (thanks to @cwirz ), see #119

v1.0.0-rc.36

15 Jul 06:28
Compare
Choose a tag to compare
v1.0.0-rc.36 Pre-release
Pre-release

Changelog

Bugfixes

  • Fix Typings (Thanks to @ViktorPegy)
  • Downgrade node engine dependency to 10.0.0

v1.0.0-rc.35

07 Jun 07:38
Compare
Choose a tag to compare
v1.0.0-rc.35 Pre-release
Pre-release

Changelog

Features

  • Add adapter function for prepare schema type name (See #103 Thanks to @ViktorPegy)
  • Allow to pass a custom ApolloClient instance (See #93)
  • Upgraded dependencies

v1.0.0-rc.34

19 Jun 10:44
Compare
Choose a tag to compare
v1.0.0-rc.34 Pre-release
Pre-release

Changelog

⚠️ BREAKING CHANGES ⚠️

  • The connectionQueryMode option was removed in favor of the adapter pattern.

Features

  • Upgraded to Vuex ORM Core 0.31.12.
  • Added adapters to adapt the plugin to your schema.
  • Upgraded dependencies.
  • Added SSR/Nuxt chapter to the docs.
  • Added eagerSave and eagerSync.
  • Support for non-integer IDs.

Bugfixes

  • Several documentation fixes.

v1.0.0-rc.33

08 Apr 12:39
Compare
Choose a tag to compare
v1.0.0-rc.33 Pre-release
Pre-release

Changelog

Bugfixes

  • Make fetch SSR compatible