We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43b976 commit 5472be7Copy full SHA for 5472be7
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+v0.2.2 (2024-02-20)
2
+-------------------
3
+
4
+- fix: when importing `'temporal-polyfill'` or `'temporal-polyfill/impl'`,
5
+ the symbol `DateTimeFormat` is exported when in fact `Intl` should be exported
6
+ according to the `temporal-spec` package. (#28)
7
+ Potentially BREAKING CHANGE for vanilla JS users importing `DateTimeFormat`.
8
+- fix: closed off potential attack vector for ReDoS attacks on regular
9
+ expressions that parse ISO datetime strings (76a6aca)
10
11
12
v0.2.1 (2024-02-05)
13
-------------------
0 commit comments