Skip to content

Releases: grammyjs/fluent

v1.0.3 (patch release)

02 Mar 16:38
452b72a
Compare
Choose a tag to compare
  • done some trivial code reformatting
  • added contributor: EdJoPaTo
  • updated dependencies
  • Merge pull request #2 from EdJoPaTo/useFluentCustomContext
  • Updated TypeScript compiler settings
  • localeNegotiator with custom context

Full changelog: v1.0.2...v1.0.3

v1.0.2 (patch release)

25 Jan 14:23
b4b4a55
Compare
Choose a tag to compare

Improved LocaleNegotiator typing.

Full Changelog: v1.0.1...v1.0.2

v1.0.1 (patch release)

25 Jan 14:14
7c8d542
Compare
Choose a tag to compare

Fixed possible undefined property access bug in defaultLocaleNegotiator.

Full Changelog: v1.0.0...v1.0.1

v1.0.0 (major release)

25 Jan 13:23
f34f021
Compare
Choose a tag to compare

Breaking change

  • package moved to the grammyjs organization
  • released as a first stable version

v0.4.0 (major release)

27 Dec 16:43
1ae5523
Compare
Choose a tag to compare

Breaking change

  • removed context.fluent.translator property

New features

  • introduced context.fluent.useLocale() method
  • Fluent library dependency updated to the latest version, this introduces better locale negotiation and a locale fallback feature

Full Changelog: v0.3.0...v0.4.0

v0.3.0 (minor release)

23 Dec 20:20
63fcaf3
Compare
Choose a tag to compare
  • updated @moebius/fluent dependency to the latest version
  • message attributes are now supported

Full Changelog: v0.2.0...v0.3.0

v0.2.0 (major release)

22 Dec 16:43
185d807
Compare
Choose a tag to compare

Breaking change

  • context structure has changed to minimize any possible name clashes

New features

  • introduced renegotiateLocale() helper function

Full Changelog: v0.1.1...v0.2.0

v0.1.1 (patch release)

22 Dec 16:42
384e052
Compare
Choose a tag to compare
  • translation context made optional

Full Changelog: v0.1.0...v0.1.1

v0.1.0 (minor release)

22 Dec 11:58
0787ad5
Compare
Choose a tag to compare
  • updated @moebius/fluent dependency to the latest version
  • automatic language negotiation is now supported

Full Changelog: v0.0.2...v0.1.0

v0.0.2 (minor release)

21 Dec 15:47
650414c
Compare
Choose a tag to compare
  • introduced customized locale negotiation via LocaleNegotiator
  • added localeNegotiator property
  • added defaultLocale property
  • en locale is now used as a fallback value
  • updated and extended the documentation

Full Changelog: v0.0.1...v0.0.2