All Versions
145
Latest Version
Avg Release Cycle
44 days
Latest Release
369 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v5.6.1 Changes
September 19, 2022Commits
- ๐ [eslint] fix indentation
2151e06
- [meta] add
auto-changelog
86cbbd1
- ๐ [eslint] enforce
no-use-before-define
f8a8a7f
- [meta] fix repo URLs
a9ae3c2
- โ
[Tests]
stackTrace
: use the commongetDiag
utility298cb80
- ๐
[eslint] enable
func-style
98b9623
- [New]
bin/tape
: include the exact arg when there are no glob results; use require on--require
files6a1ce43
- ๐ [eslint] clean up config a bit
67ad201
- [meta] create FUNDING.yml
5b4752f
- ๐จ [Refactor]
bin/tape
: make it a bit more functional, for easier v5 backportingfbdbfc9
- โก๏ธ [Deps] update
glob
,object-inspect
,resolve
,string.prototype.trim
6a3c200
- โก๏ธ [Dev Deps] update
@ljharb/eslint-config
,array.prototype.flatmap
,es-value-fixtures
,falafel
934d49b
- ๐ [Tests] fix no_only tests on Windows
f35f71b
- โช Revert "[Tests] handle a broken error
cause
in node 16.9/16.10"23fac16
- โ
[Robustness]
test
observably looks upexec
on the object4575ca4
- ๐ [meta] add SECURITY.md
7b0c901
- [meta] add missing npmrc config
5d11d84
- โก๏ธ [Deps] update
object.assign
3327fdd
- [readme] fix version badge
74e6c9e
- ๐ Merge tag 'v4.16.0'
4a44a7e
- ๐ [eslint] fix indentation
-
v5.6.0 Changes
August 16, 2022Commits
- โ
[Tests] handle a broken error
cause
in node 16.9/16.1053d9e18
- [meta] use
npmignore
to autogenerate an npmignore file12cc602
- [New]
bin/tape
: include the exact arg when there are no glob results; use require.resolve on--require
filese23ec12
- [meta] create FUNDING.yml
f7e3161
- โ
[Robustness]
test
observably looks upexec
on the object9dbe9ad
- ๐ [meta] remove unused travis.yml file
5a52443
- โก๏ธ [Deps] update
glob
,object-inspect
,object.assign
f6f39a2
- โก๏ธ [Dev Deps] update
@ljharb/eslint-config
,array.prototype.flatmap
,es-value-fixtures
6bc8c38
- ๐ [meta] ensure
prelint
works on windows48896e8
- ๐ [Tests] fix no_only tests on Windows
3e7b2ae
- โ
[Robustness]
test
observably looks upexec
on the object330f8d5
- โก๏ธ [Dev Deps] update
eslint
,@ljharb/eslint-config
3960ccf
- ๐ [meta] add SECURITY.md
7d31894
- ๐ [meta] improve
prelint
script when no.git
dir is present7c6dbbd
- โก๏ธ [Dev Deps] update
es-value-fixtures
6b8e118
- [Fix] in node v0.4,
stream.pipe
returnsundefined
83d4da8
- โก๏ธ [Deps] update
string.prototype.trim
1a245c6
- ๐ Merge tag 'v4.15.1'
b2d547a
- โก๏ธ [Deps] update
minimist
64677e0
- โ
[Tests] handle a broken error
-
v5.5.3 Changes
April 08, 2022 -
v5.5.2 Changes
February 12, 2022 -
v5.5.1 Changes
February 10, 2022Commits
- ๐ [Fix] pin
minimatch
to v3.0.4, due to a breaking change in v3.0.5cbe0e40
- ๐ [Fix] pin
-
v5.5.0 Changes
January 26, 2022๐ Merged
- [New] add
--no-only
flag/NODE_TAPE_NO_ONLY_TEST
#572
Commits
- ๐ Merge tag 'v4.15.0'
a5a1434
- โ
[New]
t.match
/t.doesNotMatch: fail the test instead of throw on wrong input types. [
a1c266b`](https://github.com/ljharb/tape/commit/a1c266bf9577420702e1067c40a4a65677add63a) - [actions] reuse common workflows
d3b4f46
- [readme] port changes from v5
87f9b29
- โก๏ธ [Dev Deps] update
eslint
,@ljharb/eslint-config
,aud
51ae645
- [Fix]
bin/tape
: delay requires until neededb803fd8
- [readme] hard wraps bad, soft wraps good
82af5ed
- โก๏ธ [Dev Deps] update
eslint
,@ljharb/eslint-config
,safe-publish-latest
,array.prototype.flatmap
3287a68
- โก๏ธ [actions] update codecov uploader
8d6aa6c
- ๐ [Tests] handle carriage returns in stack traces on Windows
f79acdf
- โก๏ธ [Deps] update
glob
,is-regex
,string.prototype.trim
470ca1c
- โ
[Tests] handle a broken error
cause
in node 16.9/16.108594f3b
- ๐ [meta] better
eccheck
commandfe6978d
- โก๏ธ [Deps] update
object-inspect
,resolve
50ea080
- ๐ป [meta] Exclude
fs
from browser bundles (#565)418dc94
- โก๏ธ [Dev Deps] update
eslint
b0c8ed3
- โ
[Tests] handle a broken error
cause
in node 16.9/16.10ca1b906
- ๐ [meta] fix
prelint
so it does not fail outside of a git repoa09133e
- ๐ [meta] fix
prelint
so it does not fail outside of a git repob9959f8
- โ
[Robustness] use cached
.test
86ec0b2
- [New] add
-
v5.4.1 Changes
January 15, 2022 -
v5.4.0 Changes
December 25, 2021Commits
- โ
[New]
t.match
/t.doesNotMatch: fail the test instead of throw on wrong input types. [
329bbb8`](https://github.com/ljharb/tape/commit/329bbb870d8862152b1bf580475a44c501dc0703) - [actions] reuse common workflows
728e190
- โก๏ธ [Dev Deps] update
eslint
,@ljharb/eslint-config
dc7df0f
- โก๏ธ [Deps] update
has-dynamic-import
,object-inspect
8881fea
- โก๏ธ [Dev Deps] update
eslint
,@ljharb/eslint-config
4023f25
- โ
[New]
-
v5.3.2 Changes
November 15, 2021๐ Fixed
- โ
[Tests] handle v8 6.9 changing an error message
#562
Commits
- [readme] hard wraps bad, soft wraps good
b445a2b
- [readme] add badges
4c8d00a
- โก๏ธ [actions] update codecov uploader
f040c4f
- โก๏ธ [Dev Deps] update
eslint
,@ljharb/eslint-config
,safe-publish-latest
459a1c5
- โ
[Tests] node 17+ smooshes a version number on the end of the stack trace
e41763f
- ๐ [Tests] handle carriage returns in stack traces on Windows
26e8113
- [Fix] use
file://
URLs for dynamicimport()
d487add
- ๐ฆ [Dev Deps] ping
signal-exit
to v3.0.3 due to https://github.com/tapjs/signal-exit/issues/663c30a55
- ๐ป [meta] Exclude
fs
from browser bundles00f21ea
- โก๏ธ [Dev Deps] update
@ljharb/eslint-config
c837b02
- โก๏ธ [Deps] update
string.prototype.trim
c1248d7
- โก๏ธ [Dev Deps] update
array.prototype.flatmap
97384b1
- [readme] fix markdown; github still has a rendering bug
a33b5f9
- โก๏ธ [Deps] update
glob
477bb4c
- ๐ฆ Revert "[Dev Deps] ping
signal-exit
to v3.0.3 due to https://github.com/tapjs/signal-exit/issues/66"60bbd83
- โ
[Tests] handle v8 6.9 changing an error message
-
v5.3.1 Changes
August 06, 2021๐ Merged
๐ Fixed
- [New] add
.teardown()
ont
instances (#546)#531
- [readme] add
tape-describe
to 'other' section (#523)#522
Commits
- โ
[Tests] make
stripFullStack
output an array of lines, for better failure messagesf299759
- ๐ [eslint] fully enable
@ljharb
eslint config836610d
- [actions] use
node/install
instead ofnode/run
; usecodecov
action46aff81
- ๐ [readme] improve
t.throws
documentationb36f816
- [Fix]
bin/tape
: delay requires until neededc8f3ce3
- ๐จ [Refactor] avoid reassigning arguments
5c4052f
- โ
[Tests] add test case for #519 for test.comment() in createStream/objectMode context
1700642
- ๐จ [Refactor] use
call-bind/callBound
instead offunction-bind
directly967b73f
- [readme] Another way to create custom reporters
d81f9f6
- [meta] do not publish github action workflow files
6bb3496
- ๐จ [Refactor] remove unused line, unneeded var initialization; add missing
new
da0cdf1
- ๐จ [Refactor] remove use of legacy
exports
a04439c
- โก๏ธ [Deps] update
glob
,is-regex
,object-inspect
,resolve
,string.prototype.trim
6e71e6e
- ๐ [eslint] remove useless regex escapes
1515ff4
- ๐ [readme] remove travis badge; add actions and codecov badges
57a7cc9
- โ
[meta] run
aud
inposttest
3907aa5
- ๐จ [Refactor] generalize error message from calling
.end
more than onceda8ca46
- โ
[Tests] handle stack differences in node 15
b7b01ec
- โก๏ธ [Deps] update
is-regex
,object-inspect
,string.prototype.trim
e344080
- โ
[New] Include name of test in log when test times out (#524)
78b4d98
- โก๏ธ [Dev Deps] update
eslint
6d5e4ad
- ๐จ [Refactor] Avoid setting message property on primitives; use strict mode to catch this
9dfb680
- โก๏ธ [Deps] update
is-regex
a7ca7a3
- ๐ Merge tag 'v4.14.0'
1f1a4a7
- โ
[meta] add
safe-publish-latest
; useprepublishOnly
script for npm 7+c3d434d
- [meta] ensure
not-in-publish
โs absence does not fail anything2a0619d
- ๐ [readme] remove long-dead testling-ci badge
1461611
- ๐ [Tests] ensure bin/tape is linted
faa51b5
- โก๏ธ [Dev Deps] update
eslint
fad6165
- โก๏ธ [Dev Deps] update
eslint
79a0f4b
- โ
[meta] add missing
safe-publish-latest
depd0a3888
- โ
[Tests] exclude examples from coverage
283f537
- [New] add