Skip to content

Commit bfaa5d7

Browse files
authored
Release 0.10.1 (#18)
1 parent 250452b commit bfaa5d7

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11

22
# Change Log
33

4+
## 0.10.1
5+
* Support cancelling tests early once a certain number of failures have been
6+
reached. Useful to prevent terminals from being overwhelemed
7+
([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)).
8+
* Support optionally printing the full filepath to failing Test262 files on
9+
disk ([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)).
10+
* Test262 test cases have sourcemap URLs that correctly point to the right file
11+
on disk ([#16](https://github.com/js-temporal/temporal-test262-runner/pull/16)).
12+
413
## 0.10.0
514
* Add time-zone-related DateTimeFormat test globs ([#14](https://github.com/js-temporal/temporal-test262-runner/pull/14))
615

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-temporal/temporal-test262-runner",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "Lightweight runner for ECMAScript Temporal's Test262 tests",
55
"main": "index.mjs",
66
"scripts": {

0 commit comments

Comments
 (0)