Skip to content

Releases: prantlf/timezone-support

v1.6.1

17 Nov 08:37
Compare
Choose a tag to compare

1.6.1 (2018-11-17)

Bug Fixes

  • Include typings in the distribution dirtectory again (e667e0d)

v1.6.0

06 Nov 08:14
Compare
Choose a tag to compare

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

08 Oct 18:27
Compare
Choose a tag to compare

1.5.5 (2018-10-08)

Bug Fixes

  • Fix compatibility with IE. (f2706a2)

v1.5.4

07 Oct 11:53
Compare
Choose a tag to compare

1.5.4 (2018-10-07)

Bug Fixes

  • Declare the return type of populateTimeZones (c7627c5)

v1.5.3

07 Oct 11:00
Compare
Choose a tag to compare

1.5.3 (2018-10-07)

Bug Fixes

  • Create separate TypeScript typings for every dist module (3482934)

v1.5.2

07 Oct 09:57
Compare
Choose a tag to compare

1.5.2 (2018-10-07)

Bug Fixes

  • Publish TypeScript typings by the npm module (ce52ebf)

v1.5.1

06 Oct 23:32
Compare
Choose a tag to compare

1.5.1 (2018-10-06)

Bug Fixes

  • Add declarations for modules with the limited time zone data (d52464d)

v1.5.0

06 Oct 22:36
Compare
Choose a tag to compare

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

30 Sep 10:16
Compare
Choose a tag to compare

1.4.0 (2018-09-30)

Features

  • Add limited time zone data for years 2012-2022 (85a7a67)

v1.3.2

26 Sep 07:41
Compare
Choose a tag to compare

1.3.2 (2018-09-26)

Bug Fixes

  • Clone return time zone list to prevent the caller from modifying the cached value (f60c192)