All Versions
145
Latest Version
Avg Release Cycle
44 days
Latest Release
191 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v5.3.0 Changes
July 26, 2021Commits
- ๐ [eslint] fully enable
@ljharb
eslint config9d3c5b4
- ๐ [New] Use import() on esm files in supported node versions
28d6e51
- ๐ [eslint] fully enable
@ljharb
eslint configae8b5c0
- ๐ [eslint] enable
no-shadow
f0756f3
- ๐ [eslint] enable
curly
,object-curly-spacing
,object-curly-newline
e9b75e1
- โ
[Tests] uncaught exceptions and unhandled rejections importing files with bin/tape
e6d2faf
- ๐ [eslint] enable
function-paren-newline
,function-call-argument-newline
ae6de0c
- [actions] use
node/install
instead ofnode/run
; usecodecov
action5a6de66
- ๐ [eslint] enable
wrap-regex
7dcbd76
- ๐จ [Refactor] add names to
Test.prototype
functions077a108
- ๐ [eslint] enable
comma-spacing
4acf1f2
- โก๏ธ [eslint] update
no-redeclare
b03d4c8
- ๐
[eslint] enable
brace-style
06eba07
- ๐ [eslint] enable
no-unused-vars
2ebd23a
- ๐ [eslint] enable
consistent-return
fb4e3cf
- ๐จ [Refactor] avoid reassigning arguments
8a0ab53
- ๐
[eslint] enable
semi-style
5f8afc9
- [readme] Another way to create custom reporters
a68277c
- ๐ [eslint] enable
no-extra-parens
a08dc34
- ๐ [eslint] enable
no-multi-spaces
,no-multiple-empty-lines
,space-in-parens
be1eb21
- ๐จ [Refactor]
bin/tape
: separate "preparing of files list" from "require files list"021fa6d
- ๐จ [Refactor] remove unused line, unneeded var initialization; add missing
new
da45ae6
- ๐ [eslint] enable
no-lonely-if
771f3dd
- ๐ [eslint] enable
space-infix-ops
233ffc6
- ๐จ [Refactor] remove use of legacy
exports
c332d62
- ๐ [eslint] enable
wrap-iife
428636c
- ๐ [Docs] correct docs for
t.teardown
c4a4992
- ๐ [readme] remove travis badge; add actions and codecov badges
900f823
- ๐ [eslint] enable
no-extra-semi
1af8f52
- โก๏ธ [Deps] update
glob
,is-regex
,object-inspect
e211546
- ๐ [eslint] enable
no-regex-spaces
ef0069a
- โก๏ธ [Dev Deps] update
aud
,eslint
00a98d3
- โก๏ธ [Deps] update
object-inspect
9bbf270
- โก๏ธ [Dev Deps] update
eslint
57b659f
- โก๏ธ [Dev Deps] update
eslint
e628b23
- [meta] ensure
not-in-publish
โs absence does not fail anythingfb3a243
- โก๏ธ [Deps] update
object-inspect
771c8c4
- โ
[meta] add
safe-publish-latest
; useprepublishOnly
script for npm 7+379115d
- โ
[Tests] exclude examples from coverage
75decb3
- ๐ [eslint] fully enable
-
v5.2.2 Changes
March 03, 2021Commits
- [Fix] proper exit behavior in node v0.6
3f94e68
- [Fix] proper exit behavior in node v0.6
-
v5.2.1 Changes
February 27, 2021 -
v5.2.0 Changes
February 20, 2021 -
v5.1.1 Changes
January 04, 2021Commits
- โ
[Tests] make
stripFullStack
output an array of lines, for better failure messages0743333
- โ
[Tests] migrate tests to Github Actions
266bc66
- [Fix] preserve stack traces for returned Promises (async/await)
d505cdf
- [readme] Document unexpected
t.end()
behaviorb505c4c
- โ
[Tests] add
timeoutAfter
test with Promisese8255cf
- ๐ [readme] improve method docs
df5a124
- [Robustness] cache and call-bind more prototype methods
8e60dcb
- โ
[Tests] add
npm run test:example
to test non-failing examples.4210e44
- ๐ [eslint] fix some inconsistencies
7ca56eb
- ๐ [eslint] ensure no trailing commas
04da90b
- [meta] add Automatic Rebase and Require Allow Edits workflows
6d72960
- โ
[Tests] run
nyc
on all tests5ec21aa
- ๐จ [Refactor] use
call-bind/callBound
instead offunction-bind
directlyb19da31
- [meta] do not publish github action workflow files
82c3904
- โ
[Tests] skip Promise tests when Promises are not available
688256a
- โ
[meta] run
aud
inposttest
b9bec0e
- [readme] Added tabe into reporter list
7aff9e4
- โ
[Tests] make
-
v5.1.0 Changes
December 29, 2020๐ Fixed
- [readme] add
tape-describe
to 'other' section#522
Commits
- โ
[Tests] add test case for #519 for test.comment() in createStream/objectMode context
40ec79a
- โก๏ธ [Deps] update
deep-equal
,object-inspect
,object-is
,object.assign
,resolve
,string.prototype.trim
434f615
- โก๏ธ [Deps] update
deep-equal
,is-regex
,object-inspect
,object-is
,object.assign
,string.prototype.trim
df23eda
- ๐ [eslint] remove useless regex escapes
3554d4b
- ๐ [readme] document Promise support; remove Promise-related alternatives
4665d63
- โ
[Tests] handle stack differences in node 15
1ac9ecf
- โ
[New] Include name of test in log when test times out
e142c29
- โก๏ธ [Dev Deps] update
eslint
,js-yaml
7574152
- โก๏ธ [Dev Deps] update
eslint
c6772d1
- โก๏ธ [Dev Deps] update
eslint
5b7720a
- โก๏ธ [Deps] update
resolve
898302b
- [readme] add
-
v5.0.1 Changes
May 25, 2020๐ Merged
- โ
[Fix]
createStream
:result
payload is not always an object#519
- โก๏ธ [Fix] Update RegExp for matching stack frames to handle Promise/then scenario
#516
- โ
[Tests] Fix simple typo, placehodler -> placeholder
#500
๐ Fixed
- โ
[Fix]
createStream
:result
payload is not always an object#519
- โ
[Fix]
createStream
:result
payload is not always an object (#519)#519
- โก๏ธ [Fix] Update RegExp for matching stack frames to handle Promise/then scenario (#516)
#515
- โก๏ธ [Fix] Update RegExp for matching stack frames to handle Promise/then scenario
#515
Commits
- ๐ Merge tag 'v4.13.3'
b7af113
- โก๏ธ [Dev Deps] update
eslint
,falafel
,js-yaml
9676a21
- โก๏ธ [Deps] update
minimist
,resolve
8887189
- โก๏ธ [Dev Deps] update
eslint
c421eb3
- [readme] add
tape-repeater
(#511)33712e2
- [readme] add
tape-repeater
0b5804d
- [examples] add
ecstatic
9b87675
- [readme] Add link to tape-player (in-process reporter) (#496)
bc1334b
- ๐ [Docs] add an optional emoji version for tap-spec consumer (#501)
6326dc6
- โ
[Fix]
-
v5.0.0 Changes
April 24, 2020Commits
- โก๏ธ [Deps] update
deep-equal
,minimist
,object-is
,resolve
6fd0691
- ๐ [Breaking] remove full "lib" export; replace with explicit exports
3bb97f1
- โก๏ธ [Dev Deps] update
falafel
f24491d
- โ
[Tests] Fix simple typo, placehodler -> placeholder
8ba3668
- [examples] add
ecstatic
d021e9d
- [readme] Add link to tape-player (in-process reporter)
5b9c442
- ๐ [Docs] add an optional emoji version for tap-spec consumer
f5d0899
- โก๏ธ [Deps] update
-
v5.0.0-next.5 Changes
March 02, 2020๐ Merged
- โ
[patch] Print name of test that didnt end
#498
๐ Fixed
- ๐ [Breaking] only
looseEqual
/deepEqual, and their inverses, are now non-strict. [
#495`](https://github.com/ljharb/tape/issues/495) - [Breaking]
equal
: use==
, not===
, to matchassert.equal
#495
- [Breaking]
strictEqual
: bring-0
/0
, andNaN
into line withassert
#495
Commits
- โ
[Tests] add tests for edge cases and numerics
4526b39
- [Breaking] make equality functions consistent:
24240e2
- ๐ [Tests] sync new test cases from master
98b2695
- ๐ [eslint] enable
quotes
ruled686aa2
- ๐ [eslint] enable
quotes
rule1ab6bdb
- ๐จ [Refactor] remove unused code
e6b6f11
- โก๏ธ [Deps] update
resolve
398503c
- โก๏ธ [Deps] update
resolve
15ea7d1
- โ
[patch] Print name of test that didnt end
-
v5.0.0-next.4 Changes
January 19, 2020