File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.4.1
2
+
3
+ This version is a patch version enabling polyfill compatibilit with Safari
4
+ versions <15.1 (October 2021 and earlier).
5
+
6
+ Bug fixes:
7
+
8
+ - Remove erroneous options from Safari's Intl.DateTimeFormat resolvedOptions
9
+ bag. The underlying bug in Safari was fixed in Safari 15.1.
10
+
1
11
# 0.4.0
2
12
3
13
This version roughly corresponds with all the changes made to the Temporal polyfill as of the January 2022 TC39 Plenary meeting.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @js-temporal/polyfill" ,
3
- "version" : " 0.4.0 " ,
3
+ "version" : " 0.4.1 " ,
4
4
"description" : " Polyfill for Tc39 Stage 3 proposal Temporal (https://github.com/tc39/proposal-temporal)" ,
5
5
"type" : " module" ,
6
6
"main" : " ./dist/index.cjs" ,
You can’t perform that action at this time.
0 commit comments