Skip to content

Releases: t2t2/vue-syncers-feathers

v0.4.1

05 Mar 21:30
Compare
Choose a tag to compare
  • vue v2.2 compatibility
  • esm build

v0.4.0

06 Nov 14:02
Compare
Choose a tag to compare

Backwards Compatibility Breaking:

  • Added peer dependency feathers-query-filters to extract special filters info from query
    npm install feathers-query-filters --save

Added

Fixed

  • Items get filtered according to query's $select (#15)

v0.3.2

26 Oct 05:00
Compare
Choose a tag to compare
  • Syncers can also have loaded/errored property to register syncer-loaded/syncer-error callbacks just for the syncer (#17)
  • Collection: tries to avoid re-querying if the query is same

v0.3.1

21 Oct 08:40
Compare
Choose a tag to compare
  • Paginated response support (#16)

v0.3.0

18 Oct 06:31
Compare
Choose a tag to compare

Backwards Compatibility Breaking:

  • Now uses feathers-commons as peer-dependency. This is usually already installed as a dependency of other modules (eg. feathers-client), but needs to be explicitly required in package.json. npm install feathers-commons --save
  • Configuration: driverOptions.feathers has been simplified to feathers

Added (Check readme for usage):

  • Configuration:
    • idField
    • matcher
  • Instance Methods:
    • vm.$refreshSyncers([path])

v0.2.2

04 Oct 09:38
Compare
Choose a tag to compare
  • Vue 2.0 compatibility (#4)
  • Better handing of instance removal during loading data

v0.2.1

03 Sep 01:25
Compare
Choose a tag to compare
  • Added warnings when using problematic version of feathers-socket-commons

v0.2.0

05 Mar 14:25
Compare
Choose a tag to compare

Feathers 2 compatibility