Skip to content

Commit

Permalink
v5.3.0
Browse files Browse the repository at this point in the history
 - [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
  • Loading branch information
ljharb committed Jul 26, 2021
1 parent 9d3c5b4 commit 91ac45e
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": "5.2.2",
"version": "5.3.0",
"description": "tap-producing test harness for node and browsers",
"main": "index.js",
"exports": {
Expand Down

0 comments on commit 91ac45e

Please sign in to comment.