|
1 | 1 | ### `0.5.48` _2025-03-23_
|
2 |
| -* Updated data to IANA TZDB `2025b`. |
| 2 | +* Updated data to IANA TZDB `2025b`. [#1130](https://github.com/moment/moment-timezone/pull/1130) |
3 | 3 |
|
4 | 4 | ### `0.5.47` _2025-01-28_
|
5 |
| -* Updated data to IANA TZDB `2025a`. |
| 5 | +* Updated data to IANA TZDB `2025a`. [#1125](https://github.com/moment/moment-timezone/pull/1125) |
6 | 6 |
|
7 | 7 | ### `0.5.46` _2024-10-06_
|
8 |
| -* Updated data to IANA TZDB `2024b`. This only affects historical timestamps; no future timestamps have changed. |
| 8 | +* Updated data to IANA TZDB `2024b`. [#1121](https://github.com/moment/moment-timezone/pull/1121) |
| 9 | + This only affects historical timestamps; no future timestamps have changed. |
9 | 10 |
|
10 | 11 | ### `0.5.45` _2024-02-04_
|
11 |
| -* Updated data to IANA TZDB `2024a`. |
| 12 | +* Updated data to IANA TZDB `2024a`. [#1095](https://github.com/moment/moment-timezone/pull/1095) |
12 | 13 |
|
13 | 14 | ### `0.5.44` _2023-12-29_
|
14 |
| -* Updated data to IANA TZDB `2023d`. |
15 |
| -* Fixed `.valueOf()` to return `NaN` for invalid zoned objects (matching default `moment`) [#1082](https://github.com/moment/moment-timezone/pull/1082). |
| 15 | +* Updated data to IANA TZDB `2023d`. [#1085](https://github.com/moment/moment-timezone/pull/1085) |
| 16 | +* Fixed `.valueOf()` to return `NaN` for invalid zoned objects (matching default `moment`). [#1082](https://github.com/moment/moment-timezone/pull/1082) |
16 | 17 | * Performance improvements:
|
17 |
| - * Use binary search when looking up zone information [#720](https://github.com/moment/moment-timezone/pull/720). |
| 18 | + * Use binary search when looking up zone information. [#720](https://github.com/moment/moment-timezone/pull/720) |
18 | 19 | * Avoid redundant checks in `tz.guess()`.
|
19 | 20 | * Avoid redundant `getZone()` calls in `.tz()`.
|
20 | 21 |
|
21 | 22 | ### `0.5.43` _2023-03-31_
|
22 |
| -* Updated data to IANA TZDB `2023c` |
| 23 | +* Updated data to IANA TZDB `2023c`. [#1053](https://github.com/moment/moment-timezone/pull/1053) |
23 | 24 |
|
24 | 25 | ### `0.5.42` _2023-03-24_
|
25 |
| -* Updated data to IANA TZDB `2023b` |
| 26 | +* Updated data to IANA TZDB `2023b`. [#1047](https://github.com/moment/moment-timezone/pull/1047) |
26 | 27 |
|
27 | 28 | ### `0.5.41` _2023-02-25_
|
28 | 29 | * Updated `moment` npm dependency to `2.29.4` to remove automated warnings about insecure dependencies.
|
29 | 30 | Moment Timezone still works with core Moment `2.9.0` and higher.
|
30 | 31 | * Updated all dev dependencies including UglifyJS, which produces the minified builds.
|
31 |
| -* Added deprecation warning to the pre-built `moment-timezone-with-data-2012-2022` bundles [#1035](https://github.com/moment/moment-timezone/issues/1035). |
| 32 | +* Added deprecation warning to the pre-built `moment-timezone-with-data-2012-2022` bundles. [#1035](https://github.com/moment/moment-timezone/issues/1035). |
32 | 33 | Use the rolling `moment-timezone-with-data-10-year-range` files instead.
|
33 | 34 |
|
34 | 35 | ### `0.5.40` _2022-12-11_
|
35 |
| -* Updated data to IANA TZDB `2022g` |
| 36 | +* Updated data to IANA TZDB `2022g`. [#1022](https://github.com/moment/moment-timezone/pull/1022) |
36 | 37 |
|
37 | 38 | ### `0.5.39` _2022-11-13_
|
38 |
| -* Updated data to IANA TZDB `2022f` |
| 39 | +* Updated data to IANA TZDB `2022f`. [#1014](https://github.com/moment/moment-timezone/pull/1014) |
39 | 40 |
|
40 | 41 | ### `0.5.38` _2022-10-15_
|
41 |
| -* Updated data to IANA TZDB `2022e` |
42 |
| -* Added `moment.tz.dataVersion` property to TypeScript definitions [#930](https://github.com/moment/moment-timezone/issues/930) |
43 |
| -* Removed temporary `.tar.gz` files from npm releases [#1000](https://github.com/moment/moment-timezone/pull/1000) |
| 42 | +* Updated data to IANA TZDB `2022e`. [#1009](https://github.com/moment/moment-timezone/pull/1009) |
| 43 | +* Added `moment.tz.dataVersion` property to TypeScript definitions. [#930](https://github.com/moment/moment-timezone/issues/930) |
| 44 | +* Removed temporary `.tar.gz` files from npm releases. [#1000](https://github.com/moment/moment-timezone/pull/1000) |
44 | 45 |
|
45 | 46 | ### `0.5.37` _2022-08-25_
|
46 |
| -* Re-publish npm package, because of extra folder present in 0.5.36, check |
47 |
| - https://github.com/moment/moment-timezone/issues/999 |
| 47 | +* Re-publish npm package, because of extra folder present in `0.5.36`. [#999](https://github.com/moment/moment-timezone/issues/999) |
48 | 48 |
|
49 | 49 | ### `0.5.36` _2022-08-25_
|
50 |
| -* IANA TZDB 2022c |
51 |
| -* improvements/fixes to data pipeline |
| 50 | +* Updated data to IANA TZDB `2022c`. |
| 51 | +* improvements/fixes to data pipeline. |
52 | 52 |
|
53 | 53 | ### `0.5.35` _2022-08-23_
|
54 |
| -* Fix command injection in data pipeline https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9 |
55 |
| -* Fix cleartext transmission of sensitive information https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c |
| 54 | +* Fix command injection in data pipeline. https://github.com/moment/moment-timezone/security/advisories/GHSA-56x4-j7p9-fcf9 |
| 55 | +* Fix cleartext transmission of sensitive information. https://github.com/moment/moment-timezone/security/advisories/GHSA-v78c-4p63-2j6c |
56 | 56 |
|
57 | 57 | Thanks to the OpenSSF Alpha-Omega project for reporting these!
|
58 | 58 |
|
59 | 59 | ### `0.5.34` _2021-11-10_
|
60 |
| -* Updated data to IANA TZDB `2021e` |
| 60 | +* Updated data to IANA TZDB `2021e`. [#962](https://github.com/moment/moment-timezone/pull/962) |
61 | 61 |
|
62 | 62 | ### `0.5.33` _2021-02-06_
|
63 |
| -* Updated data to IANA TZDB `2021a` |
| 63 | +* Updated data to IANA TZDB `2021a`. [#927](https://github.com/moment/moment-timezone/pull/927) |
64 | 64 |
|
65 | 65 | ### `0.5.32` _2020-11-14_
|
66 |
| -* Updated data to IANA TZDB `2020d` |
| 66 | +* Updated data to IANA TZDB `2020d`. [#910](https://github.com/moment/moment-timezone/pull/910) |
67 | 67 |
|
68 | 68 | ### `0.5.31` _2020-05-16_
|
69 |
| -* Fixed Travis builds for Node.js 4 and 6 |
| 69 | +* Fixed Travis builds for Node.js 4 and 6. |
70 | 70 |
|
71 | 71 | ### `0.5.30` _2020-05-16_
|
72 |
| -* Updated data to IANA TZDB `2020a` |
73 |
| -* Fixed typescript definitions |
| 72 | +* Updated data to IANA TZDB `2020a`. [#852](https://github.com/moment/moment-timezone/pull/852) |
| 73 | +* Fixed TypeScript definitions. |
74 | 74 |
|
75 |
| -NOTE: You might need to un-install @types/moment-timezone. Check |
76 |
| -https://github.com/moment/moment-timezone/issues/858 for more info |
| 75 | +NOTE: You might need to un-install `@types/moment-timezone`. Check |
| 76 | +[#858](https://github.com/moment/moment-timezone/issues/858) for more info. |
77 | 77 |
|
78 | 78 | ### `0.5.29` _2020-05-16_
|
79 | 79 | * Merged fix of es6 module loading issue https://github.com/moment/moment-timezone/commit/1fd42349189b24e15c60f162dc8c40b42db79dfe
|
80 |
| -* Merged PR with typescript declarations https://github.com/moment/moment-timezone/commit/ed529ea6fbcc70315c0c3f6d7c7cb70eadf56b03 |
| 80 | +* Merged PR with TypeScript declarations https://github.com/moment/moment-timezone/commit/ed529ea6fbcc70315c0c3f6d7c7cb70eadf56b03 |
81 | 81 | * Merged fixes to changelog https://github.com/moment/moment-timezone/commit/adb7d7b43c7328d814311ac1355bfeef88eab6e8
|
82 | 82 |
|
83 | 83 | ### `0.5.28` _2020-02-21_
|
84 |
| -Merged pull request #410 from @adgrace: |
| 84 | +Merged pull request [#410](https://github.com/moment/moment-timezone/pull/410) from @adgrace: |
85 | 85 | * Added a method `moment.tz.zonesForCountry(country_code)` which returns all timezones for the country
|
86 | 86 | * Added a method `moment.tz(timezone_id).countries()` to get countries for some time zone
|
87 | 87 | * Added a method `moment.tz.countries()` to get all country codes
|
88 | 88 | * And as you know `moment.tz.zones()` already exists
|
89 | 89 |
|
90 | 90 | ### `0.5.27` _2019-10-14_
|
91 |
| -* Updated data to IANA TZDB `2019c` |
| 91 | +* Updated data to IANA TZDB `2019c`. |
92 | 92 |
|
93 | 93 | ### `0.5.26` _2019-06-06_
|
94 |
| -* Updated data to IANA TZDB `2019b` |
| 94 | +* Updated data to IANA TZDB `2019b`. |
95 | 95 | * Fix: stabilize Array.sort [#762](https://github.com/moment/moment-timezone/pull/762)
|
96 | 96 |
|
97 | 97 | ### `0.5.25` _2019-04-17_
|
|
0 commit comments