Skip to content

Releases: foal/gwt-time

gwt-time 1.4.11

03 Jun 17:46
Compare
Choose a tag to compare

Enhancements

  • N/A

Bugfixes

  • Compilation error in 1.4.10 (#2)

Notes

  • N/A

gwt-time 1.4.10

27 May 18:53
Compare
Choose a tag to compare

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

10 May 22:19
Compare
Choose a tag to compare

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

06 May 17:16
Compare
Choose a tag to compare

Nothing - technical release.

gwt-time 1.4.6

04 May 05:32
Compare
Choose a tag to compare

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

03 May 17:21
Compare
Choose a tag to compare

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