Skip to content

Releases: vuex-orm/plugin-graphql

v1.0.0-rc.42

v1.0.0-rc.42 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 18 Nov 15:11
  • Allow GUID as primary keys
  • Allow to overwrite pluralName and singularName for a model
  • Fix typings
  • Bump dependencies

v1.0.0-rc.41

v1.0.0-rc.41 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 28 Jun 07:07

Bugfixes

  • Fixed items connection type

v1.0.0-rc.40

v1.0.0-rc.40 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 28 Jun 07:01

Bugfixes

  • Fixed $isPersisted for fetched records

v1.0.0-rc.39

v1.0.0-rc.39 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 29 May 07:01

Features

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

v1.0.0-rc.38

v1.0.0-rc.38 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 27 May 17:29

Features

  • Allow connection type names with other endings than TypeConnection

Internal

  • Refactoring of the Actions setups

v1.0.0-rc.37

v1.0.0-rc.37 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 02 May 17:22

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

v1.0.0-rc.36 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 15 Jul 06:28

Changelog

Bugfixes

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

v1.0.0-rc.35

v1.0.0-rc.35 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 07 Jun 07:38

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

v1.0.0-rc.34 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 19 Jun 10:44

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

v1.0.0-rc.33 Pre-release
Pre-release

Choose a tag to compare

@phortx phortx released this 08 Apr 12:39

Changelog

Bugfixes

  • Make fetch SSR compatible