Skip to content

Releases: nextcloud-libraries/timezones

v1.0.2

06 Oct 14:19

Choose a tag to compare

Bug Fixes

  • do not enforce npm versions in package.json (0560c0f)

v1.0.1

06 Oct 14:09

Choose a tag to compare

Bug Fixes

  • deps: bump vite from 6.3.5 to v6.3.6 (ca24f6e)

v1.0.0

25 Aug 11:41
v1.0.0
d501350

Choose a tag to compare

Changelog

1.0.0 - 2025-08-25

Breaking changes

The format of zones.json received a major overhaul.
Please adjust your code accordingly if you import or parse zones.json.

  1. The aliases object is now mapping each alias directly to the actual time zone name (instead of
    having a nested aliasTo key).
  2. Time zone coordinates (latitude and longitude) are not included anymore.

Features

  • Optimize alias format in zones.json (BREAKING!)

Fixes

  • Update and fix update-zones.py
  • Update timezones data
  • Update vulnerable dependencies

v0.2.0

22 Apr 09:52
v0.2.0
c6be088

Choose a tag to compare

Changelog

0.2.0 - 2025-04-22

Features

  • Migrate code to Typescript

Fixes

  • Update vulnerable dependencies

v0.1.1

03 Jun 09:59
v0.1.1
79bfb92

Choose a tag to compare

Changelog

0.1.1 - 2024-06-03

Changed

  • Ship a cjs bundle

v0.1.0

03 Jun 09:58
v0.1.0
d00d231

Choose a tag to compare

Changelog

0.1.0 - 2024-06-03

Initial release