Skip to content

Commit b8ae67d

Browse files
committed
tweaks
1 parent 5c05e05 commit b8ae67d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
A 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

132132
The [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

0 commit comments

Comments
 (0)