Skip to content

Commit cd81a40

Browse files
committed
v5.0.0
Changes since v4.13.2: - [Breaking] only `looseEqual`/`deepEqual, and their inverses, are now non-strict. - [Breaking] make equality functions consistent: - [Breaking] `equal`: use `==`, not `===`, to match `assert.equal` - [Breaking] `strictEqual`: bring `-0`/`0`, and `NaN` into line with `assert` - [Breaking] update `deep-equal` to v2 - [Breaking] fail any assertion after `.end()` is called (#489) - [Breaking] `error` should not emit `expected`/`actual` diags (#455) - [Breaking] support passing in an async function for the test callback (#472) - [Breaking] tests with no callback are failed TODO tests (#69) - [Breaking] equality functions: throw when < 2 arguments are provided - [Breaking] add "exports" to restrict public API - [Breaking] `throws`: bring into line with node’s `assert.throws` - [Breaking] use default `require.extensions` collection instead of the magic Array `['.js']` (#396) - [Docs] add an optional emoji version for tap-spec consumer (#501) - [examples] add `ecstatic` - [readme] Add link to tape-player (in-process reporter) (#496) - [meta] change dep semver prefix from ~ to ^ - [meta] add `funding` field, create `FUNDING.yml` - [meta] add `auto-changelog` - [Deps] update `deep-equal`, `minimist`, `object-is`, `resolve` - [Dev Deps] update `falafel` - [Tests] Fix simple typo, placehodler -> placeholder (#500) Changes since v5.0.0-next.5: - [Breaking] remove full "lib" export; replace with explicit exports - [examples] add `ecstatic` - [readme] Add link to tape-player (in-process reporter) (#496) - [Docs] add an optional emoji version for tap-spec consumer (#501) - [meta] add `funding` field, create `FUNDING.yml` - [meta] add `auto-changelog` - [Deps] update `deep-equal`, `minimist`, `object-is`, `resolve` - [Dev Deps] update `falafel` - [Tests] Fix simple typo, placehodler -> placeholder (#500)
1 parent 3bb97f1 commit cd81a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tape",
3-
"version": "5.0.0-next.5",
3+
"version": "5.0.0",
44
"description": "tap-producing test harness for node and browsers",
55
"main": "index.js",
66
"exports": {

0 commit comments

Comments
 (0)