Releases: manuelmhtr/countries-and-timezones
Releases · manuelmhtr/countries-and-timezones
v3.7.2
Fixed
- Add script to add missing ESM package.json
v3.7.1
Changed
- Set up linting (by JC Franco)
- Remove build output from source control (by JC Franco)
- Add releasing script (by JC Franco)
- Update test action to run on node versions 8 - 20 (by JC Franco)
- Set up conventional commits PR check (by JC Franco)
- Fix dependabot config (by JC Franco)
v3.7.0
Changed
- Updated with 2024b IANA Timezones database
v3.6.0
Changed
- Updated with 2023c IANA Timezones database.
v3.5.2
[3.5.2] - 2023-11-05
Fixed
- #58 Missing export for CommonJS.
- #60 Fixed
utcOffsetStr
calculation for negative offsets non-multiple of 60.
v3.5.1
Added
Changed
- Updated with 2023a IANA Timezones database.
Removed
- Countries:
BV
(Bouvet Island) and HM
(Heard Island and McDonald Islands) since they are dependent territories, nobody lives there, and they don't have official timezones.
v3.5.0
Added
Changed
- Updated with 2023a IANA Timezones database.
Removed
- Countries:
BV
(Bouvet Island) and HM
(Heard Island and McDonald Islands) since they are dependent territories, nobody lives there, and they don't have official timezones.
v3.4.0
Changed
Fixed
- Wrong
utcOffset
for some timezones #51.
v3.3.0
Added
- Added a new parameter
options
to most functions.
- Added
deprecated
option to return both current and deprecated timezones.
Changed
- Updated with 2021c INANA Timezones database.
- Deprecated timezones are not returned by default (
deprecated
option is required).