Skip to content

Latest commit

 

History

History
53 lines (26 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

53 lines (26 loc) · 928 Bytes

v1.1.0 (minor release)

Introduced custom logging & warning handling.

v1.0.0 (patch release)

Stabilized package version.

This is a maintenance release that shouldn't introduce any significant changes.

v0.3.0 (major release)

Breaking changes

  • Fluent.getTranslator() method is no longer available as well as Translator class

New features

  • implemented translations fallback
  • added withLocale() helper method

v0.2.0 (minor release)

v0.1.0 (minor release)

  • implemented proper language negotiation

v0.0.3 (patch release)

  • translation context made optional

v0.0.2 (patch release)

  • exported method options interface types to simplify library usage: AddTranslationOptions and GetTranslatorOptions

v0.0.1 (initial release)

Initial release.