Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 916 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 916 Bytes

Changelog

3.0.0

  • 🚨BREAKING: Removed top level term(), date(), number(), and relativeTime() functions
  • Refactored LocalizeController.term() to allow strong typings by extending the controller and default translation (see "Typed Translations and Arguments" in the readme for details)

2.2.1

  • Fixed a bug that prevented updates from happening when <html dir> changed

2.2.0

  • Added dir() method to return the target element's directionality
  • Added lang() method to return the target element's language

2.1.3

  • Renamed updateLocalizedTerms() to update() (forgive me SemVer, but nobody was using this I promise)

2.1.2

  • Removed all dependencies

2.1.1

  • Change import to ensure only types get used

2.1.0

  • Added relative time method to

2.0.0