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

v1.0.0

Choose a tag to compare

@dangreen dangreen released this 15 Nov 21:07
· 115 commits to master since this release

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.