Changelog
v10.0.0 (2017-10-12)
^4.7.2
(#759, #757, #756, #753, #749, #746, #745, #739, #734, #721), Mocha is now 4.0.0 or greater (#768), Coveralls is now 3.0.0 or greater (#766), Prettier is now 1.7.2 (#765, #762, #751, #725, #714), esdoc-importpath-plugin is now 1.0.1 (#754, #742, #722), babel-eslint is now 8.0.0 or greater (#755), esdoc itself is now 1.0.1 or greater (#741), kinto-node-test-server is now a range dependency of ^1.0.0
(#736), uglifyify is now 4.0.1 or greater (#717), chai is 4.0.1 or greater (#712) and chai-as-promised is now 7.0.0 or greater (#715).Changelog
v9.0.1 (2017-05-11)
Bug fixes:
Dependency updates:
Changelog
v9.0.0 (2017-05-10)
SyncResultObject.resolved
field. Details are in the updating.md file.Changelog
v8.0.0 (2017-05-10)
This release:
This is a major version because it changes one aspect of how remote transformers work. Previously, a remote transformer could return anything for a deleted record, and that record would still be deleted. Now, if a transformer changes a record's _status, it will be respected.
Changelog
v7.0.0 (2017-01-17)
Breaking changes
New features
Changelog
v6.0.0 (2016-11-15)
This merges #562, which is a major version change because it removes the Firefox storage adapter. This code is specific to Gecko and will move to that repository.
Changelog
v5.1.0 (2016-11-04)
This release:
Changelog
v5.0.0 (2016-10-07)
This release:
idSchema
(#533).collection#list
by doing filtering before putting documents in a list rather than after (#543).FirefoxAdapter#resetSyncStatus
that resets sync status across all collections, rather than the one you happen to have gotten your hands on (#571). This is not possible as yet in IndexedDB, so it's only in FirefoxAdapter for now.This might be the last release before we take FirefoxStorage out of this repo and move it to Gecko.