Skip to content

Releases: vuex-orm/plugin-graphql

v1.0.0-rc.22

15 Nov 14:49
38de979
Compare
Choose a tag to compare
v1.0.0-rc.22 Pre-release
Pre-release

Changelog

Bugfixes

  • Lib size reduced from 1MB to ~180KB ( #64 )
  • Fixed lots of potential bugs
  • Don't use require anymore ( #67 )

Internal

  • Completely new rollup and build config
  • Reduced dependencies
  • Migrated tests to typescript

v1.0.0-rc.21

17 Oct 13:58
Compare
Choose a tag to compare
v1.0.0-rc.21 Pre-release
Pre-release

Changelog

Features

  • Adds experimental Nuxt/SSR support.

Internal

  • Fix empty build files
  • Small Refactoring

v1.0.0-rc.20

17 Oct 09:08
Compare
Choose a tag to compare
v1.0.0-rc.20 Pre-release
Pre-release

Changelog

Internal

  • Upgrade to Vuex-ORM 0.27.0
  • PeerDependency Vuex-ORM
  • Massively reduced dependencies

v1.0.0-rc.19

17 Oct 09:04
Compare
Choose a tag to compare
v1.0.0-rc.19 Pre-release
Pre-release

⚠️ BROKEN, DO NOT USE ⚠️

v1.0.0-rc.18

10 Oct 09:40
Compare
Choose a tag to compare
v1.0.0-rc.18 Pre-release
Pre-release

Changelog

Features

  • Support for Response Mocking in Vue Unit Tests #57

v1.0.0-rc.17

06 Oct 08:15
Compare
Choose a tag to compare
v1.0.0-rc.17 Pre-release
Pre-release

Changelog

Bugfixes

v1.0.0-rc.16

04 Oct 16:00
Compare
Choose a tag to compare
v1.0.0-rc.16 Pre-release
Pre-release

Changelog

Features

  • The headers field can now be a function returning a object. This function will be called before every request to determine the headers. #54

Bugfixes

  • Don't rely on the existence of a filter type #40
  • Fix plugin class type #44
  • Don't fetch schema multiple times #45

Internal

  • Upgrade to Vuex-ORM Core 0.26.3
  • Upgrade several other packages

v1.0.0-rc.15

17 Aug 13:14
Compare
Choose a tag to compare
v1.0.0-rc.15 Pre-release
Pre-release

Changelog

Features

  • Add support for self-referencing models (like nested categories)

v1.0.0-rc.14

06 Aug 06:35
Compare
Choose a tag to compare
v1.0.0-rc.14 Pre-release
Pre-release

Changelog

Bugfixes

  • When using fetch with filter, the Transformer doesn't remove any fields of the filter hash anymore
  • Better logging
  • Fixed field type detection for arrays in filter hashes

v1.0.0-rc.13

23 Jul 15:00
Compare
Choose a tag to compare
v1.0.0-rc.13 Pre-release
Pre-release

Changelog

Bugfixes

  • Fixed model detection when field is not named like the model
  • Fixed attribute type detection for mutations and queries

Internal

  • Improve specs