Releases: Kinto/kinto.js
Releases · Kinto/kinto.js
v12.2.1
- Gecko: use lazy imports' (#873)
- Ref #870: better bulk insert for IDB loadDump() (#871)
v12.2.0
- IDB: remove redundant index on
id
field (#868)
- Fix #862: Use getAll() in IDB if no filter is set (#865, #866)
- Rewrite README snippet with async/await
v12.1.1
- Fix #859: Add support for expectedTimestamp to sync() and pullChanges()
- Ref #817: Rewrite api.md with async/await (#858)
Internal changes
- Another cheap fix to try to get the builds to stop breaking (#856)
v12.0.2
Bug fixes
- Explicitly depend on @babel/runtime (#850)
v12.0.1
Bug fixes
- Add safety check for legacy DB detection (#846)
- Improve data migration (#840)
Internal changes
- Update babelify to the latest version 🚀 (#844)
- chore(package): update babel-loader to version 8.0.0 (#843)
- chore(package): update babel-eslint to version 9.0.0 (#842)
- Switch to
sinon.createSandbox()
v12.0.0
Breaking changes
⚠️ Check upgrade notes ⚠️
- kinto.js now stores all collections in one unique database (#831)
Bug fixes
- Fix #833: filter multiple values with other filters (#835)
v11.2.2
- (Gecko) Fix Gecko build after #826 (#828)
- (Gecko) Load fetch and indexdb lazily (#827)
v11.2.1
- Relax record id validation according to server (fixes #824) (#826)
v11.2.0
- Add DBName option to IndexedDB adapter (ref #820) (#823)
- chore(package): update sinon to version 6.0.0 (#821)
- Convert all esdoc dependencies to major version ranges (#815)
- Update SRI hashes
- chore(package): update esdoc-type-inference-plugin to version 1.0.2 (#814)
- chore(package): update uglifyify to version 5.0.0 (#811)
v11.1.2
Internal changes
- Clean up SyncResultObject#add based on feedback from Florian Quèze (#809).