File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 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 )
22-------------------
33
44- fix: more readable error message when no valid fields specified (#30 )
Original file line number Diff line number Diff line change 33
44A lightweight polyfill for [ Temporal] ( https://tc39.es/proposal-temporal/docs/ ) , successor to the JavaScript ` Date ` object.
55
6- Only 20.0 kB, with near-perfect [ spec compliance] ( #spec-compliance ) .
6+ Only 20 kB, with near-perfect [ spec compliance] ( #spec-compliance ) .
77
88
99## Table of Contents
@@ -131,10 +131,10 @@ Compliance with the latest version of the Temporal spec (Nov 2023) is near-perfe
131131
132132The [ Official ECMAScript Conformance Test Suite] ( https://github.com/tc39/test262 ) has:
133133
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 `
136136- 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
138138
139139
140140## Browser Support
You can’t perform that action at this time.
0 commit comments