Skip to content

Releases: Kinto/kinto.js

v12.2.1

05 Nov 10:43
6ba0cfd
Compare
Choose a tag to compare
  • Gecko: use lazy imports' (#873)
  • Ref #870: better bulk insert for IDB loadDump() (#871)

v12.2.0

18 Oct 08:24
266e100
Compare
Choose a tag to compare
  • 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

09 Oct 10:11
6950498
Compare
Choose a tag to compare
  • 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

18 Sep 20:08
2ad36df
Compare
Choose a tag to compare

Bug fixes

  • Explicitly depend on @babel/runtime (#850)

v12.0.1

17 Sep 21:44
342015f
Compare
Choose a tag to compare

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

16 Aug 14:08
fd2cf60
Compare
Choose a tag to compare

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

12 Jul 14:20
0bf146a
Compare
Choose a tag to compare
  • (Gecko) Fix Gecko build after #826 (#828)
  • (Gecko) Load fetch and indexdb lazily (#827)

v11.2.1

11 Jul 09:21
26601c8
Compare
Choose a tag to compare
  • Relax record id validation according to server (fixes #824) (#826)

v11.2.0

25 Jun 21:16
5a82b28
Compare
Choose a tag to compare
  • 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

23 Apr 15:25
2476e07
Compare
Choose a tag to compare

Internal changes

  • Clean up SyncResultObject#add based on feedback from Florian Quèze (#809).