Releases: prantlf/timezone-support
Releases · prantlf/timezone-support
v1.6.1
1.6.1 (2018-11-17)
Bug Fixes
- Include typings in the distribution dirtectory again (e667e0d)
v1.6.0
1.6.0 (2018-11-06)
Bug Fixes
- Upgrade npm module dependencies (57b36d8)
- Upgrade time zone database to the version 2018g. (57368cc)
Features
- Add data and index modules for the year range 1900-2050 (be02f21)
- Introduce command-line generator for custom time zone data (731e1be)
v1.5.5
1.5.5 (2018-10-08)
Bug Fixes
- Fix compatibility with IE. (f2706a2)
v1.5.4
1.5.4 (2018-10-07)
Bug Fixes
- Declare the return type of populateTimeZones (c7627c5)
v1.5.3
1.5.3 (2018-10-07)
Bug Fixes
- Create separate TypeScript typings for every dist module (3482934)
v1.5.2
1.5.2 (2018-10-07)
Bug Fixes
- Publish TypeScript typings by the npm module (ce52ebf)
v1.5.1
1.5.1 (2018-10-06)
Bug Fixes
- Add declarations for modules with the limited time zone data (d52464d)
v1.5.0
1.5.0 (2018-10-06)
Bug Fixes
- Add type declarations for TypeScript (4333471)
Features
- Package the library with 2012-2022 data as a single file too (5420758)
v1.4.0
1.4.0 (2018-09-30)
Features
- Add limited time zone data for years 2012-2022 (85a7a67)
v1.3.2
1.3.2 (2018-09-26)
Bug Fixes
- Clone return time zone list to prevent the caller from modifying the cached value (f60c192)