Skip to content

Commit

Permalink
Release 0.10.1 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
12wrigja authored Apr 8, 2024
1 parent 250452b commit bfaa5d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@

# Change Log

## 0.10.1
* Support cancelling tests early once a certain number of failures have been
reached. Useful to prevent terminals from being overwhelemed
([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)).
* Support optionally printing the full filepath to failing Test262 files on
disk ([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)).
* Test262 test cases have sourcemap URLs that correctly point to the right file
on disk ([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)).

## 0.10.0
* Add time-zone-related DateTimeFormat test globs ([#14](https://github.com/js-temporal/temporal-test262-runner/pull/14))

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@js-temporal/temporal-test262-runner",
"version": "0.10.0",
"version": "0.10.1",
"description": "Lightweight runner for ECMAScript Temporal's Test262 tests",
"main": "index.mjs",
"scripts": {
Expand Down

0 comments on commit bfaa5d7

Please sign in to comment.