- [New] Use import() on esm files in supported node versions (#547)
- [Refactor] `bin/tape`: separate "preparing of files list" from "require files list"
- [Refactor] avoid reassigning arguments
- [Refactor] remove unused line, unneeded var initialization; add missing `new`
- [Refactor] remove use of legacy `exports`
- [Refactor] add names to `Test.prototype` functions
- [Deps] update `object-inspect`
- [Docs] correct docs for `t.teardown` (#558)
- [readme] Another way to create custom reporters (#556)
- [readme] remove travis badge; add actions and codecov badges
- [Deps] update `glob`, `is-regex`, `object-inspect`
- [meta] ensure `not-in-publish`‘s absence does not fail anything
- [meta] add `safe-publish-latest`; use `prepublishOnly` script for npm 7+
- [Dev Deps] update `aud`, `eslint`
- [Tests] uncaught exceptions and unhandled rejections importing files with bin/tape (#547)
- [Tests] exclude examples from coverage
- [actions] use `node/install` instead of `node/run`; use `codecov` action