Skip to content

Latest commit

 

History

History
65 lines (38 loc) · 3.4 KB

CHANGELOG.md

File metadata and controls

65 lines (38 loc) · 3.4 KB

v3.0.1 (2024-09-13)

  • Fixed: Preserving context of environment variables in an altered publication (#188)

v3.0.0 (2024-07-26)

  • Breaking: Added support for Meteor 3.0 (#188)

  • Breaking: Removed support for Meteor <3.0

v2.1.0 (2023-09-27)

  • Added: Pluralization (#183)

v2.0.8 (2023-05-24)

  • Fixed: Cache management (#182)

v2.0.7 (2022-03-17)

  • Removed: Usage of Fibers (#181)

v2.0.6 (2022-03-17)

  • Removed: Support for Meteor <2.3 (#180)

v2.0.5 (2022-01-12)

  • Fixed: JSON FetchError related to missing query parameter.

v2.0.2 (2022-01-04)

  • Fixed: The published version was corrupted and couldn't be downloaded.

v2.0.1 (2022-12-30)

  • Fixed: Importing translation files (#176)
  • Added: Support for Meteor 1.9 (#177)

v2.0.0 (2022-10-27)

  • Updated: Integration examples (#169)
  • Added: Detailed React, Blaze and Svelte integration examples (#164)

v2.0.0-rc.2 (2022-08-19)

  • Added: Generated .d.ts files (#157)

v2.0.0-rc.1 (2022-07-19)

  • Added: Support for the zodern:types package. (#159)
  • Added: Migration to v2 guide

v2.0.0-rc.0 (2022-04-28)

Implemented Roadmap v2. (#152)

  • Breaking: Removed locales and currency data.
  • Breaking: Removed parseNumber, getLanguages, getCurrencyCodes, getCurrencySymbol, getLanguageName, getLanguageNativeName and isRTL functions.
  • Breaking: Removed _purify option.
  • Breaking: Removed createTranslator and createReactiveTranslator functions.
  • Breaking: Removed React integration - createComponent and getRefreshMixin functions.
  • Changed: Extracted string interpolation into a separate, replacable function.
  • Added: CI workflow for tests
  • Changed: Removed old documentation and added React and Blaze integration examples