Releases: t2t2/vue-syncers-feathers
Releases · t2t2/vue-syncers-feathers
v0.4.1
v0.4.0
Backwards Compatibility Breaking:
- Added peer dependency
feathers-query-filters
to extract special filters info from query
npm install feathers-query-filters --save
Added
vm.$feathers
- Access feathers client in components- Aliases for commonly used methods/properties
Fixed
- Items get filtered according to query's $select (#15)
v0.3.2
v0.3.1
v0.3.0
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 tofeathers
Added (Check readme for usage):
- Configuration:
idField
matcher
- Instance Methods:
vm.$refreshSyncers([path])