Skip to content

Commit

Permalink
v3.4.0: Update to 2022c IANA db. Type improvement.
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmhtr committed Dec 4, 2022
1 parent 9f8c713 commit f235a51
Show file tree
Hide file tree
Showing 15 changed files with 357 additions and 255 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the following script to your project (only ~9kb):
<script src="https://cdn.jsdelivr.net/gh/manuelmhtr/countries-and-timezones@latest/dist/index.min.js" type="text/javascript"></script>

<!-- Or specify a version -->
<script src="https://cdn.jsdelivr.net/gh/manuelmhtr/countries-and-timezones@v3.3.0/dist/index.min.js" type="text/javascript"></script>
<script src="https://cdn.jsdelivr.net/gh/manuelmhtr/countries-and-timezones@v3.4.0/dist/index.min.js" type="text/javascript"></script>

<!-- This will export a variable named "ct": -->
<script type="text/javascript">
Expand Down
Loading

0 comments on commit f235a51

Please sign in to comment.