You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add and reorganize tests, add change log entry, cut few bytes
- Made tests less specific
- Added tests for positive fractional time zones
- The trick with assigning NaN cut few bytes from the function 219 B -> 214 B
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,14 @@ This change log follows the format documented in [Keep a CHANGELOG].
8
8
[semantic versioning]: http://semver.org/
9
9
[keep a changelog]: http://keepachangelog.com/
10
10
11
+
## v1.0.3 - 2024-09-22
12
+
13
+
This is yet another critical bug-fix release. Thank you to all the people who sent PRs and reported their issues.
14
+
15
+
### Fixes
16
+
17
+
-[Fixes negative fractional time zones like `America/St_Johns`](https://github.com/date-fns/tz/pull/7). Kudos to [@allohamora](https://github.com/allohamora)!
18
+
11
19
## v1.0.2 - 2024-09-14
12
20
13
21
This release fixes a couple of critical bugs in the previous release.
0 commit comments