Releases: photostructure/tz-lookup
Release 11.0.0
Release 10.0.0
Release 9.0.2
Release 9.0.1
None of these commits actually impact running exported code -- these are changes to tests, documentation, or GHA.
Release 9.0.0
- 💔 Dropped support for Node v14 and v16.
- 🆕 Pull in 2023d timezone shapefiles
- 📦 Upgrade development dependencies
Commits
- Merge branch 'main' of github.com:photostructure/tz-lookup (e4cf32d)
- update to 2023d (887c413)
- Merge pull request #6 from photostructure/dependabot/github_actions/actions/setup-node-4 (68d2ec7)
- Bump actions/setup-node from 3 to 4 (a8ebc24)
- Merge pull request #5 from photostructure/dependabot/github_actions/actions/checkout-4 (a2dc5d4)
- Bump actions/checkout from 3 to 4 (ea3cd4a)
ncu -u && yarn && yarn prettier
(58a5728)- add link to latest TZ release (8adfb6c)
- drop node 14 from GHA (9c24b6a)
Release 8.0.0
New major version
This release updates to the new 2023b timezone database.
Unfortunately, a few new timezones are detected as invalid by older versions of Node.js, like America/Ciudad_Juarez
.
If you're using Node.js v16 or older, you may not want to upgrade.
Also: be aware that a number of timezone names have changed since the last release. Here's a subset.
Commits
-
woof windows is slow (0f8a660)
-
allow old versions of node to have some mismatched zones (315bc99)
-
add node 20 to CI (1617aad)
-
pull in 2023b, rebuild, and fix tests (bedcfa4)
-
ncu -u (d7f3400)
-
run fewer iterations (GHA timed out!) (b60dea7)
-
Merge branch 'main' of github.com:photostructure/tz-lookup (a9913c3)
-
yarn prettier (d8fad46)
-
add caution of errors (bf571b5)
-
add geo-tz comparison tests (3396ade)
-
add prettier, luxon, and inhabited for tests (b55e483)
-
Merge pull request #2 from photostructure/dependabot/github_actions/actions/checkout-3 (ea34b59)
-
Merge pull request #1 from photostructure/dependabot/github_actions/actions/setup-node-3 (ff6fcef)
-
Merge @SNordlinger's commit 2ab6ebf (e0225eb)
-
Bump actions/checkout from 2 to 3 (fc53d49)
-
Bump actions/setup-node from 1 to 3 (0c19f02)
-
Add dependabot (92e99de)
-
update readme (6933206)
-
readme verbiage tweaks (eeaf9d7)
-
BADGES (cc48a10)
-
Bump actions/setup-node from 1 to 3 by @dependabot in #1
-
Bump actions/checkout from 2 to 3 by @dependabot in #2
New Contributors
- @dependabot made their first contribution in #1
Full Changelog: 7.0.0...8.0.0