Releases: grammyjs/fluent
Releases · grammyjs/fluent
v1.0.3 (patch release)
- 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)
Improved LocaleNegotiator
typing.
Full Changelog: v1.0.1...v1.0.2
v1.0.1 (patch release)
Fixed possible undefined property access bug in defaultLocaleNegotiator
.
Full Changelog: v1.0.0...v1.0.1
v1.0.0 (major release)
Breaking change
- package moved to the
grammyjs
organization - released as a first stable version
v0.4.0 (major release)
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)
- 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)
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)
- translation context made optional
Full Changelog: v0.1.0...v0.1.1
v0.1.0 (minor release)
- 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)
- 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