Skip to content

v0.3.0

Choose a tag to compare

@t2t2 t2t2 released this 18 Oct 06:31
· 43 commits to master since this release

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])