Skip to content

Latest commit

 

History

History
134 lines (63 loc) · 5.49 KB

CHANGELOG.md

File metadata and controls

134 lines (63 loc) · 5.49 KB

Changelog

1.9.0 (2022-03-21)

Features

1.8.1 (2021-11-02)

Bug Fixes

  • delay update to next tick when dict is loaded. (c3e24e1)

1.8.0 (2021-10-19)

Features

  • Dynamic fallback locale. (a10d965)
  • Locale inheritance. E.g. "en-US" falls back to "en". (a10d965)

Bug Fixes

1.7.0 (2021-10-01)

Features

  • render passes hook translator (5515664)

1.6.1 (2021-10-01)

Bug Fixes

1.6.0 (2021-09-30)

Features

  • caching intl instances for icu strings (f6882ed)
  • default options for intl functions (f6882ed)

Bug Fixes

1.5.0 (2021-09-29)

Features

1.4.1 (2021-09-21)

Bug Fixes

  • Don't crash if no "other" case is provided. (bc32164)

1.4.0 (2021-08-30)

Features

  • Added dependecies to render function. (0f6b109)

1.3.0 (2021-08-25)

Features

1.2.1 (2021-08-12)

Bug Fixes

  • Added missing array docs. (a8306fe)

1.2.0 (2021-08-12)

Features

  • Dictionary values can be arrays. (82d538c)

1.1.1 (2021-08-12)

Bug Fixes

  • unified dict store for React translator. (aa81192)

1.1.0 (2021-08-09)

Features

1.0.2 (2021-08-07)

Bug Fixes

  • Added default export rules. (613f34c)

1.0.1 (2021-08-07)

Bug Fixes

  • renamed some internal types. (d22d722)

1.0.0 (2021-08-07)

Initial stable release!