- Update js-joda peer dependency
- produce smaller builds containing a more limited set of timezone data #73
- updated to iana tzdb 2019a #73
- updated to iana tzdb 2018g
- iana tzdb 2018e
(re) introduced new plugin concept
- Hide
use(plug)
concept from public api. The function for extending js-joda is not exported anymore (the default export of this module is removed). The code for extending js-jodause(plug)
is not required anymore, because js-joda-timezone automaticaly extends js-joda when imported.
revert previous (breaking) public API change (see #48)
- Hide
use(plug)
concept from public api. The function for extending js-joda is not exported anymore (the default export of this module is removed). The code for extending js-jodause(plug)
is not required anymore, because js-joda-timezone automaticaly extends js-joda when imported.
- fix umd build
- remove private export of tzdb data, instead
- add loadTzdbData() and getTzdbData() static methods to the class ZoneRulesProvider, that allows to provide/share tzdb data.
- provide empty dist versions of js-joda-timezone without preconfigured tzdb data.
- manually updated iana tzdb to 2018c
- private export of tzdb data
- add bower.json
- incliuding moment-timezone@0.5.13 iana tzdb 2017b
last release without a CHANGELOG.md