Skip to content

Latest commit

 

History

History
65 lines (34 loc) · 1.65 KB

CHANGELOG.md

File metadata and controls

65 lines (34 loc) · 1.65 KB

4.2.0

  • return timestamp when reading, can be useful for chained-backend

4.1.1

  • fix: localStorage SecutiryError 46

4.1.0

  • typescript: export the backend options type

4.0.1

  • typescript: static type prop

4.0.0

  • typescript fix for i18next v22

3.1.3

  • SSR fix 31

3.1.2

  • typescript: Add defaultVersion to typings of BackendOptions 25

3.1.1

  • fix(options): make defaultVersion undefined 19

3.1.0

  • feat(version): add a defautversion option to apply a version for all languages in once 15

3.0.0

  • removes deprecated jsnext:main from package.json
  • Bundle all entry points with rollup 11
  • note: dist/es -> dist/esm, dist/commonjs -> dist/cjs (individual files -> one bundled file)

2.1.2

  • typescript: fix types 9

2.1.1

  • typescript: Fixing a TypeScript error complaining of missing default export 8

2.1.0

  • optionally set store to use 7

2.0.0

  • typescript: add types 5

1.1.4

  • fixes cache save call

1.1.1

  • initial version