Skip to content

gwt-time 1.4.15 (2.0.3 for GWT 2.9.0)

Compare
Choose a tag to compare
@foal foal released this 12 Dec 19:50
· 198 commits to master since this release

Enhancements

  • The locale JRE emulation was moved to a separate project and was completely rewritten (https://github.com/foal/gwt-locale)
  • CLDR Locales was moved to a separate project (https://github.com/foal/gwt-locale-cldr)
  • TZDB moved to the separate module (independent Maven artifact)
  • Add fallback to a zone offset if no zone loaded
  • Use GWT entry points to initialize modules
  • Update CLDR data to version 38
  • Add simple demo/test GWT applications to check transfer size.
  • The project was separated into modules (base time, tzdb, tests, demo, etc)

Bugfixes

  • Fix log setup in tests
  • Add missing inherits in the time module.gwt.xml

Notes