Skip to content

Commit

Permalink
v4.15.0
Browse files Browse the repository at this point in the history
 - [New] add `--no-only` flag/`NODE_TAPE_NO_ONLY_TEST` (#572)
 - [New] `t.match`/`t.doesNotMatch: fail the test instead of throw on wrong input types.
 - [Fix] `bin/tape`: delay requires until needed
 - [Robustness] use cached `.test`
 - [readme] hard wraps bad, soft wraps good
 - [readme] port changes from v5
 - [meta] fix `prelint` so it does not fail outside of a git repo
 - [meta] better `eccheck` command
 - [meta] Exclude `fs` from browser bundles (#565)
 - [actions] reuse common workflows
 - [actions] update codecov uploader
 - [Deps] update `object-inspect`, `resolve`, `glob`, `is-regex`, `string.prototype.trim`
 - [Dev Deps] update `eslint`, `@ljharb/eslint-config`, `aud`, `safe-publish-latest`, `array.prototype.flatmap`
 - [Tests] handle a broken error `cause` in node 16.9/16.10
 - [Tests] handle carriage returns in stack traces on Windows
  • Loading branch information
ljharb committed Jan 26, 2022
1 parent 7ca944f commit e00bfb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "tape",
"version": "4.14.0",
"version": "4.15.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"browser": {
Expand Down

0 comments on commit e00bfb0

Please sign in to comment.