Skip to content

v13.0.0

Compare
Choose a tag to compare
@dstaley dstaley released this 09 May 17:42
· 641 commits to master since this release
7fbf95d

This release is the culmination of almost ten months of work to migrate kinto-http.js and kinto.js to TypeScript! In the process, we've modernized the build system for both libraries. For more information on what this means for you, checkout the migration guide.

Breaking changes

  • Full rewrite in TypeScript (Thanks @dstaley!)

Internal changes

  • Improve error wrapping of IndexedDB errors (#1205)
  • Update build scripts to support Windows (#1120)
  • removed unused variables (#1094)
  • Update documentation examples with arrow functions and const (#1084)
  • Remove timestamp from IDB instead storing null (#1082)
  • Rewrite examples with promises to async/await (#1075)
  • Replace Browserify and Babel with TypeScript and Rollup (#1061)
  • Updates api.md to have more concise code examples (#1073)