Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Releases: TrigenSoftware/i18n-for-browser

v3.0.0

02 Oct 08:37

Choose a tag to compare

Changed

  • Types names.

v2.1.0

21 May 18:24

Choose a tag to compare

Changed

  • Dependencies update.

v2.0.0

18 Mar 08:21

Choose a tag to compare

Added

  • Babel module.

Removed

  • Drop Node 8 support.

v1.1.0

09 Jun 11:49

Choose a tag to compare

Added

  • trigen-scripts dev tool.

Changed

  • Dependencies update.

v1.0.1

20 Nov 11:48

Choose a tag to compare

Fixed

  • Template literal tag typings fix.

v1.0.0

15 Nov 21:07

Choose a tag to compare

Added

  • size-limit
  • Greenkeeper
  • __m instead of __l and __h.
  • unknownPhraseListener

Changed

  • Rewritten to TypeScript.
  • Improvements for tree-shaking: __, __n, __mf and __m now are importable functions; Mustaches and plural intervals moved to pluggable postprocessor-functions.
  • Tests and code coverage with jest.
  • cookie option -> cookieName.
  • objectNotation option now is boolean, . is constant separator.

Fixed

  • parsePluralInterval

Removed

  • __l and __h.
  • localeChangeListener
  • Getting count for plurals from named values.
  • globalize option.

v0.9.7

08 Nov 19:20

Choose a tag to compare

Added

  • Code coverage with nyc.
  • Integration with Coveralls.

Changed

  • "browser" property in package.json renamed to "umd" due to webpack uses "browser" first.
  • Link to UMD bundle on unpkg.com changed.

Fixed

  • UMD bundle fixed.