Skip to content

Tags: wildstar/tape

Tags

v4.8.0

Toggle v4.8.0's commit message
v4.8.0

 - [New] update `object-inspect` to provide better output for arrays with extra properties added
 - [Deps] update `resolve`

v4.7.0

Toggle v4.7.0's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
v4.7.0

 - [Fix] fix spurious "test exited without ending" (tape-testing#223)
 - [New] show full error stack on failure (tape-testing#330)

 - [Deps] update `resolve`, `object-inspect`, `glob`
 - [Dev Deps] update `tap`, `concat-stream`, `js-yaml`

 - [Tests] fix stack differences on node 0.8
 - [Tests] npm v4.6+ breaks on node < v1, npm v5+ breaks on node < v4
 - [Tests] on `node` `v8`; no need for sudo; `v0.8` passes now; allow v5/v7/iojs to fail.

v4.6.3

Toggle v4.6.3's commit message
v4.6.3

 - [Fix] don’t assume `Array#forEach`, for ES3
 - [Tests] on `node` `v7`
 - [Deps] update `glob`
 - [Dev Deps] update `js-yaml`, `tap-parser`

v4.6.2

Toggle v4.6.2's commit message
v4.6.2

 - [Fix] if someone throws `null`/`undefined`, it shouldn’t crash

v4.6.1

Toggle v4.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
ljharb Jordan Harband
v4.6.1

 - [Fix] `throws`: only reassign “message” when it is not already non-enumerable (tape-testing#320)
 - [Fix] show path for error messages on windows (tape-testing#316)
 - [Fix] `.only` should not run multiple tests with the same name (tape-testing#299, tape-testing#303)
 - [Deps] update `glob`, `inherits`
 - [Dev Deps] update `concat-stream`, `tap`, `tap-parser`, `falafel`
 - [Tests] [Dev Deps] Update to latest version of devDependencies tap (v7) and tap-parser (v2) (tape-testing#318)
 - [Tests] ensure the max_listeners test has passing output
 - [Docs] improvements (tape-testing#298, tape-testing#317)

v4.6.0

Toggle v4.6.0's commit message
v4.6.0

 - [New] make object-inspect depth configurable for expected/actual (tape-testing#293)
 - [New] add message defaults to .ok() and .notOk() (tape-testing#261)
 - [Robustness] be robust against the global `setTimeout` changing (tape-testing#292)
 - [Deps] update `glob`, `object-inspect`
 - [Dev Deps] update `js-yaml`