Skip to content

Commit

Permalink
v5.1.1
Browse files Browse the repository at this point in the history
 - [Fix] preserve stack traces for returned Promises (async/await) (#537)
 - [Robustness] cache and call-bind more prototype methods
 - [Refactor] use `call-bind/callBound` instead of `function-bind` directly
 - [readme] Document unexpected `t.end()` behavior (#279)
 - [readme] Added tabe into reporter list (#249)
 - [readme] improve method docs
 - [meta] do not publish github action workflow files
 - [meta] run `aud` in `posttest`
 - [meta] add Automatic Rebase and Require Allow Edits workflows
 - [eslint] ensure no trailing commas
 - [eslint] fix some inconsistencies
 - [Tests] make `stripFullStack` output an array of lines, for better failure messages
 - [Tests] add `npm run test:example` to test non-failing examples.
 - [Tests] migrate tests to Github Actions (#538)
 - [Tests] skip Promise tests when Promises are not available
 - [Tests] run `nyc` on all tests
 - [Tests] add `timeoutAfter` test with Promises
  • Loading branch information
ljharb committed Jan 4, 2021
1 parent b505c4c commit 3b924b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tape",
"version": "5.1.0",
"version": "5.1.1",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 3b924b0

Please sign in to comment.