Skip to main content
Module

x/i18next_locize_backend/CHANGELOG.md

A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.
Go to Latest
File

2.2.2

  • warn for missing options

2.2.1

  • check for window type 312

2.2.0

  • allow allowedAddOrUpdateHosts to be a function returning true if allowed or false if not allowed host

2.1.0

  • emit a onSaved(lng, ns) event if in options

2.0.2

  • small fixes in warn logic

2.0.1

  • give warnings when save missing does block the saving because reference language was not found or the allowed hosts did not contain the host

2.0.0

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

v1.9.0

  • allow to define a list of allowed hosts to send lastUsed data - defaults to localhost

v1.8.0

  • handle empty result as an error if failLoadingOnEmptyJSON set true 299

v1.7.1

  • main export index.d.ts as default export

v1.7.0

  • adds index.d.ts for typescript users

v1.6.0

  • support for private versions

v1.5.0

  • experimental option to use pull api route during development

v1.4.2

  • fix typo in package.json

v1.4.1

  • fix getLanguages route to return error on not getting data

v1.4.0

  • adds getOptions route
  • add special construction with callback to autoload possible i18next options.

v1.3.1

  • fixes debounced write to send every namespace-language pair

v1.3.0

  • supports submitting options tDescription (context) i18next >= 10.4.1

v1.2.1

  • use content-type in case of POST request

v1.2.0

  • make the content-type optional using option.setContentTypeJSON

v1.1.0

  • adds update function
  • adds compatibility to i18next options updateMissing

v1.0.0

  • adds module entry point for webpack2
  • updates all it’s build dependencies
  • optimize rollbar build to use es2015 transpile