Skip to content

Commit 998d9cd

Browse files
committed
v5.8.0
1 parent d2f0778 commit 998d9cd

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v5.8.0](https://github.com/tape-testing/tape/compare/v5.7.5...v5.8.0) - 2024-06-14
9+
10+
### Fixed
11+
12+
- [New] add `t.assertion` [`#555`](https://github.com/tape-testing/tape/issues/555)
13+
14+
### Commits
15+
16+
- [meta] update URLs [`77cabeb`](https://github.com/tape-testing/tape/commit/77cabebcd4b41da0083cb2c3c71105ba165debd6)
17+
- [New] allow TODO tests to be "ok" with env var `TODO_IS_OK` [`6cd06f5`](https://github.com/tape-testing/tape/commit/6cd06f510d8c001b32553502ec0b3e1876849178)
18+
- [Tests] strip node’s deprecation warnings [`8d40837`](https://github.com/tape-testing/tape/commit/8d40837002616401d9978bacd90a12dcc9a78c3e)
19+
- [Tests] increase coverage [`aa7de58`](https://github.com/tape-testing/tape/commit/aa7de58f7d86eb07552ac6847ef575e057774ad1)
20+
- [Refactor] `Test`: minor tweaks [`ce4ce8a`](https://github.com/tape-testing/tape/commit/ce4ce8a1a5bc6403868f2e50e1dccce1f62e82b6)
21+
- [meta] simplify `exports` [`d39cb8d`](https://github.com/tape-testing/tape/commit/d39cb8d84f98626592d7c192407a828d1969c6c3)
22+
- [Deps] update `@ljharb/resumer`, `@ljharb/through`, `hasown` [`77952d0`](https://github.com/tape-testing/tape/commit/77952d0c01bbcd15b3d954bff2b4d2a2915847ba)
23+
- [Tests] handle more stack trace variation in Node v0.8 [`d2f0778`](https://github.com/tape-testing/tape/commit/d2f0778c8e4612f7b92a1364843eb838a8b80436)
24+
- [Deps] update `array.prototype.every`, `string.prototype.trim` [`732268b`](https://github.com/tape-testing/tape/commit/732268b73376100806480662777bc396980f3ca9)
25+
- [Dev Deps] update `@ljharb/eslint-config` [`7b39e14`](https://github.com/tape-testing/tape/commit/7b39e144a362d44fd332ac15be50979439a17a6d)
26+
- [Refactor] `test`: reduce binding by using polyfill entrypoints [`91a83b6`](https://github.com/tape-testing/tape/commit/91a83b684abce30f1d68797ae675c8595eff5068)
27+
- [Dev Deps] remove unused `intl-fallback-symbol`, `is-core-module` [`eafacf6`](https://github.com/tape-testing/tape/commit/eafacf6aa0baf205fe461309c5425024c90cb6fb)
28+
- [Deps] update `object-is` [`1b01656`](https://github.com/tape-testing/tape/commit/1b016567b85c604801828a87e668b5b7d25a71e8)
29+
- [meta] simplify `exports` [`f9eac5b`](https://github.com/tape-testing/tape/commit/f9eac5b45979ed1228447122de4460f33aab1fde)
30+
831
## [v5.7.5](https://github.com/tape-testing/tape/compare/v5.7.4...v5.7.5) - 2024-02-14
932

1033
### Commits

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "5.7.5",
3+
"version": "5.8.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"browser": {

0 commit comments

Comments
 (0)