Releases: foal/gwt-time
Releases · foal/gwt-time
gwt-time 1.4.11
gwt-time 1.4.10
Enhancements
- Locilazed dates patterns for date/time predefined styles (java.time.format.FormatStyle) loads for CLDR
- DecimalStyle.getAvailableLocales() returns all supported locales (~300 from ~900)
- DateTimeFormatStyleProvider.getAvailableLocales() returns all supported locales (~300 from ~900)
Bugfixes
- Fix dependencies issues
Notes
- Update readme with locale and pattern issues
gwt-time 1.4.8
Enhancements
- Load week parameters from CLDR database
- Implement java.util.Locale.getAvailableLocales()
- Default locale takes from GWT
Bugfixes
- Fix readme (module name)
- Fix release dependency to SNAPSHOT
- Fix missing sources in JAR
gwt-time 1.4.7
Nothing - technical release.
gwt-time 1.4.6
Enhancements
- Async. TZDB loading on startup (if it was not loaded before)
- Load number formating from a browser
- Support for standalone weekdays (e.g. on Firefox locale
yo
)
From this release all localization based on the browser support locales, if the browser does not support the requested locale directly it will fallback to the nearest (best fit) supported locale.
gwt-time 1.4.5
Enhancements
- Automatically load TZDB when necessary
- Load date/time i18n information from the browser.
- Merge with latest updates from the original project
- Update TZDB to 2020a
- Support for Japanese 'Reiwa' era
Bugfixes
- Fix TZ name on a real browser
- Fix tests