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

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