From f235a51bd94cec7c4cbe37cbbea9821d29668866 Mon Sep 17 00:00:00 2001 From: Manuel de la Torre Date: Sun, 4 Dec 2022 15:23:12 -0600 Subject: [PATCH] v3.4.0: Update to 2022c IANA db. Type improvement. --- CHANGELOG.md | 9 + README.md | 2 +- dist/index.js | 279 ++++++++++++++----------- dist/index.js.map | 2 +- dist/index.min.js | 2 +- dist/index.min.js.map | 2 +- esm/index.js | 279 ++++++++++++++----------- esm/index.js.map | 2 +- esm/index.min.js | 2 +- esm/index.min.js.map | 2 +- esm/types.d.ts | 6 +- src/data.json | 2 +- test/unit/get-country.js | 1 + test/unit/get-timezone.js | 4 +- test/unit/get-timezones-for-country.js | 18 +- 15 files changed, 357 insertions(+), 255 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c4701..e058050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [3.4.0] - 2021-12-04 +### Changed +- Updated with 2022c INANA Timezones database. +- Increased type safety on Timezone.name ([#49](https://github.com/manuelmhtr/countries-and-timezones/pull/49) by [Vicary A.](https://github.com/vicary)). +- Added `Europe/Kyiv` timezone ([#50](https://github.com/manuelmhtr/countries-and-timezones/pull/50) by [S. M. Ibrahim lavlu](https://github.com/lavluda)). + +### Fixed +- Wrong `utcOffset` for some timezones [#51](https://github.com/manuelmhtr/countries-and-timezones/issues/51). + ## [3.3.0] - 2021-10-18 ### Added - Added a new parameter `options` to most functions. diff --git a/README.md b/README.md index 73402e4..bf6c152 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the following script to your project (only ~9kb): - +