Skip to content

Latest commit

 

History

History
134 lines (59 loc) · 5.45 KB

CHANGELOG.md

File metadata and controls

134 lines (59 loc) · 5.45 KB

Changelog

1.7.0 (2024-11-18)

Features

1.6.0 (2024-07-12)

Features

1.5.1 (2024-05-20)

Bug Fixes

  • optional other plural form (e6ee304)

1.5.0 (2024-05-04)

Features

1.4.0 (2024-03-22)

Features

  • use Intl.PluralRules for plural keys (#43) (1777df6)

1.3.0 (2024-02-02)

Features

  • do not throw an error on duplicated keysets out of production (#45) (aa46095)

1.2.0 (2024-01-26)

Features

  • add codeowners (#41) (9907b8c)
  • add data, fallbackLang & lang options as constructor arguments (#40) (a26ee50)

1.1.0 (2023-05-03)

Features

  • keyset: allow to narrow the type of keyset keys (#33) (e2c0076)

1.0.0 (2022-09-08)

Features

Bug Fixes

  • pluralize: add pluralization configuration & fix english (#31) (1d01348)
  • replaceParams: correctly substitute params with special content (#29) (4f791c5)

0.6.0 (2022-05-24)

Features

  • remove static methods for prior instance method setLang, remove default rumLogger (#25) (9a07c54)

0.5.0 (2022-04-14)

Features

0.4.0 (2022-04-04)

Features

  • add logger option to constructor (#20) (b135807)

0.3.0 (2022-03-23)

Features

  • add fallback for missing count 0 key (#18) (fff521f)

0.2.2 (2022-03-22)

Bug Fixes

  • correctly export types from package (1d29acd)

0.2.1 (2022-03-21)

chore

  • freeze direct dependencies (e741995)

0.2.0 (2022-02-07)

build

  • compile with tsc instead of babel (22cf7ed)

0.1.1 (2022-01-04)

Bug Fixes

  • set correct npm package scope (14f34c6)

0.1.0 (2022-01-04)

Features

  • initial import of i18n library (3551a26)