File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- v0.2.3 (2024-02-29 )
1
+ v0.2.3 (2024-03-01 )
2
2
-------------------
3
3
4
4
- fix: more readable error message when no valid fields specified (#30 )
Original file line number Diff line number Diff line change 3
3
4
4
A lightweight polyfill for [ Temporal] ( https://tc39.es/proposal-temporal/docs/ ) , successor to the JavaScript ` Date ` object.
5
5
6
- Only 20.0 kB, with near-perfect [ spec compliance] ( #spec-compliance ) .
6
+ Only 20 kB, with near-perfect [ spec compliance] ( #spec-compliance ) .
7
7
8
8
9
9
## Table of Contents
@@ -131,10 +131,10 @@ Compliance with the latest version of the Temporal spec (Nov 2023) is near-perfe
131
131
132
132
The [ Official ECMAScript Conformance Test Suite] ( https://github.com/tc39/test262 ) has:
133
133
134
- - 6811 * total* Temporal-related test files
135
- - 6138 * passed* by ` temporal-polyfill `
134
+ - 6968 * total* Temporal-related test files
135
+ - 6327 * passed* by ` temporal-polyfill `
136
136
- 495 * skipped* due to superficial method descriptor non-compliance
137
- - 178 * skipped* due to other aforementioned intentional deviations
137
+ - 146 * skipped* due to other aforementioned intentional deviations
138
138
139
139
140
140
## Browser Support
You can’t perform that action at this time.
0 commit comments