Skip to content

Commit

Permalink
v4.10.0
Browse files Browse the repository at this point in the history
[New] Implements TAP TODO directive (#254)
[New] add alias 'notDeepEquals' to 'notDeepEqual' function (#411)

[Fix] fix premature end of tests (and running sibling tests) when test includes subtests (#403, #222)
[Fix] only use one test runner for results, even if multiple streams are created (#404, #361, #105)
[Fix] windows: Show failure location even if driver letter is lowercase (#329)

[Docs] link to mixed tape (#445)
[Docs] Add electron-tap (#240)
[Docs] Add tape-promise into 'other' (#210)
[Docs] Mention [`flip-tape`](https://github.com/pguth/flip-tape/blob/master/README.md) in the section "other". (#359)
[Docs] Add an alternative ES6 tape runner (#328)
  • Loading branch information
ljharb committed Feb 9, 2019
1 parent 6209882 commit 34b1832
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.9.2",
"version": "4.10.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"bin": "./bin/tape",
Expand Down

0 comments on commit 34b1832

Please sign in to comment.