- [New] add `.teardown()` on `t` instances (#546)
- [New] Include name of test in log when test times out (#524)
- [Refactor] avoid reassigning arguments
- [Refactor] remove unused line, unneeded var initialization; add missing `new`
- [Refactor] remove use of legacy `exports`
- [Refactor] Avoid setting message property on primitives; use strict mode to catch this
- [Refactor] generalize error message from calling `.end` more than once
- [Refactor] use `call-bind/callBound` instead of `function-bind` directly
- [readme] improve `t.throws` documentation (#541)
- [readme] Another way to create custom reportersA (#556)
- [readme] remove long-dead testling-ci badge
- [readme] add `tape-describe` to 'other' section (#523)
- [readme] remove travis badge; add actions and codecov badges
- [eslint] remove useless regex escapes
- [eslint] fully enable `@ljharb` eslint config
- [meta] do not publish github action workflow files
- [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+
- [meta] run `aud` in `posttest`
- [Deps] update `glob`, `is-regex`, `object-inspect`, `resolve`, `string.prototype.trim`
- [Dev Deps] update `eslint`
- [actions] use `node/install` instead of `node/run`; use `codecov` action
- [Tests] exclude examples from coverage
- [Tests] ensure bin/tape is linted
- [Tests] make `stripFullStack` output an array of lines, for better failure messages
- [Tests] handle stack differences in node 15
- [Tests] add test case for #519 for test.comment() in createStream/objectMode context