Skip to content

Releases: vvo/tzdb

v5.3.0

27 Jul 08:14
@vvo vvo
8f827f0
Compare
Choose a tag to compare

5.3.0 (2020-07-27)

Features

  • API: added TypeScript defintions (#29) (8f827f0)

v5.2.0

22 Jul 13:38
@vvo vvo
Compare
Choose a tag to compare

5.2.0 (2020-07-22)

Features

  • data: Automatic data update (df21fee)

v5.1.1

10 Jul 09:11
@vvo vvo
Compare
Choose a tag to compare

5.1.1 (2020-07-10)

Bug Fixes

v5.1.0

09 Jul 15:06
@vvo vvo
Compare
Choose a tag to compare

5.1.0 (2020-07-09)

Features

v5.0.0

09 Jul 14:43
@vvo vvo
Compare
Choose a tag to compare

5.0.0 (2020-07-09)

Features

BREAKING CHANGES

  • API: The library now exports: import {getTimeZones, rawTimeZones,
    timeZonesNames} from "@vvo/tzdb". The explanation for each export is inside the
    README.md. tl;dr; you can now either get "raw" time zones with offset and naming
    relative to the time zone when not in DST. Or you can get "current" time time
    zones information. Which is now a method to call, because it needs to be ran at
    runtime.
  • added countryCode
  • renamed formatted to rawFormat
  • added currentTimeFormat
  • added currentTimeOffsetInMinutes

v4.4.0

09 Jul 01:32
@vvo vvo
Compare
Choose a tag to compare

4.4.0 (2020-07-09)

Features

  • data: Automatic data update (6315136)

v4.3.0

08 Jul 21:19
@vvo vvo
fbe9e88
Compare
Choose a tag to compare

4.3.0 (2020-07-08)

Features

v4.2.0

08 Jul 21:17
@vvo vvo
Compare
Choose a tag to compare

4.2.0 (2020-07-08)

Features

  • data: Automatic data update (6384678)

v4.1.0

08 Jul 11:44
@vvo vvo
Compare
Choose a tag to compare

4.1.0 (2020-07-08)

Features

  • data: Automatic data update (eb15151)
  • release: force release (2fe1604)

v4.0.2

08 Jul 11:38
@vvo vvo
5c32dbf
Compare
Choose a tag to compare

4.0.2 (2020-07-08)

Bug Fixes

  • alternativeNames: fix alternative names with manual overrides (5c32dbf), closes #12 #14