Skip to content

Releases: photostructure/tz-lookup

Release 10.0.0

24 Mar 18:33
9ccaaf4
Compare
Choose a tag to compare

Update to 2024a

  • chore: replace broken naturalearthdata.com URL with github links (b8b1e94)
  • chore: update geo-tz dep (a09c5f9)

Release 9.0.2

21 Feb 19:35
fad4454
Compare
Choose a tag to compare

Release 9.0.1

30 Jan 23:56
f6faee9
Compare
Choose a tag to compare

None of these commits actually impact running exported code -- these are changes to tests, documentation, or GHA.

  • fix browser tests, perf timing, and DRY up zone-eql assertion (dd882ce)
  • update timing and a sample of errors (07d6ff3)
  • update dependencies (3efa82c)
  • update to 2023d (52f6eb1)
  • drop node 16 support. Add node 21. (fc09a45)

Release 9.0.0

31 Dec 05:19
a3ba711
Compare
Choose a tag to compare
  • 💔 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

07 Jun 20:29
77bb6cb
Compare
Choose a tag to compare

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

Full Changelog: 7.0.0...8.0.0