Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Mar 1, 2024
1 parent 5c05e05 commit b8ae67d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.2.3 (2024-02-29)
v0.2.3 (2024-03-01)
-------------------

- fix: more readable error message when no valid fields specified (#30)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

A lightweight polyfill for [Temporal](https://tc39.es/proposal-temporal/docs/), successor to the JavaScript `Date` object.

Only 20.0 kB, with near-perfect [spec compliance](#spec-compliance).
Only 20 kB, with near-perfect [spec compliance](#spec-compliance).


## Table of Contents
Expand Down Expand Up @@ -131,10 +131,10 @@ Compliance with the latest version of the Temporal spec (Nov 2023) is near-perfe

The [Official ECMAScript Conformance Test Suite](https://github.com/tc39/test262) has:

- 6811 *total* Temporal-related test files
- 6138 *passed* by `temporal-polyfill`
- 6968 *total* Temporal-related test files
- 6327 *passed* by `temporal-polyfill`
- 495 *skipped* due to superficial method descriptor non-compliance
- 178 *skipped* due to other aforementioned intentional deviations
- 146 *skipped* due to other aforementioned intentional deviations


## Browser Support
Expand Down

0 comments on commit b8ae67d

Please sign in to comment.