15 KiB
15 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Generated by auto-changelog
.
v1.0.5 - 2019-12-15
Commits
- [Tests] use shared travis-ci configs
af728b2
- [Tests] remove
jscs
1b8cfe8
- [meta] add
auto-changelog
c3131d8
- [Tests] up to
node
v8.1
,v7.10
,v6.11
,v4.8
; newer npm fails on older nodes660b658
- [Tests] up to
node
v9.3
,v8.9
,v6.12
; usenvm install-latest-npm
; pin included builds to LTS7c25218
- [Tests] up to
node
v12.10
,v11.15
,v10.16
,v8.16
,v6.17
fa95547
- [meta] remove unused Makefile and associated utilities
9fd2a29
- [Tests] up to
node
v11.3
,v10.14
,v8.14
,v6.15
7f2ac41
- [Tests] up to
node
v10.0
,v9.11
,v8.11
,v6.14
,v4.9
6fa2b0f
- [Dev Deps] update
eslint
,@ljharb/eslint-config
697e1de
- [actions] add automatic rebasing / merge commit blocking
ad86dc9
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,jscs
,nsp
,replace
,semver
,tape
5c99c8e
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,replace
,semver
,tape
bb63686
- [Dev Deps] update
eslint
,@ljharb/eslint-config@
,replace
,semver
,tape
ddf3670
- [Dev Deps] update
tape
,nsp
,eslint
,@ljharb/eslint-config
e7b5a62
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,covert
,tape
c803db5
- [Tests] switch from
nsp
tonpm audit
b7239be
- [Dev Deps] update
eslint
,nsp
,semver
,tape
347ee6c
- Only apps should have lockfiles.
3866575
- [Tests] use
npx aud
instead ofnsp
ornpm audit
with hoopsd099a39
- [meta] add
funding
field741aecd
- [Tests] use
eclint
instead ofeditorconfig-tools
bc6aa75
- [Tests] on
node
v10.1
262226f
- [Dev Deps] update
eslint
31fd719
- [Deps] update
has
e9e25a3
- [Dev Deps] update
replace
aeeb968
- [Tests] set audit level
2a6290e
- [Tests] remove
nsp
fc74c2b
v1.0.4 - 2017-02-18
Fixed
- [Fix] ensure that
lastIndex
is not mutated#3
Commits
- Update
eslint
,tape
,semver
; use my personal sharedeslint
configc4a41c3
- [Tests] on all node minors; improve test matrix
58d7508
- [Dev Deps] update
tape
,jscs
,nsp
,eslint
,@ljharb/eslint-config
,semver
7290076
- Update
covert
,jscs
,eslint
,semver
dabc729
- Update
eslint
a946b05
- Update
tape
,jscs
,eslint
,@ljharb/eslint-config
1744dde
- [Refactor] when try/catch is needed, bail early if the value lacks an own
lastIndex
data property.288ad93
- Update
editorconfig-tools
,eslint
,semver
,replace
4d895c6
- Update
eslint
,tape
,semver
f387f03
- All grade A-supported
node
/iojs
versions now ship with annpm
that understands^
.55e480f
- [Dev Deps] update
jscs
,nsp
,eslint
,@ljharb/eslint-config
,semver
89d9528
- [Dev Deps] update
jscs
eb222a8
- [Tests] up to
io.js
v3.3
,node
v4.1
c65429c
- Update
nsp
,eslint
c60fbd8
- Update
eslint
,semver
6a62116
- [Tests] on
node
v7.5
,v4.7
e764651
- Test up to
io.js
v2.1
3bf326a
- Test on the latest
io.js
versions.693d047
- [Refactor] use an early return instead of a ternary.
31eaca2
- Test on
io.js
v2.2
c18c55a
- Run
travis-ci
tests oniojs
andnode
v0.12; speed up builds; allow 0.8 failures.a1c237d
- [Dev Deps] update
eslint
,@ljharb/eslint-config
aa3ea0f
- [Dev Deps] update
eslint
,@ljharb/eslint-config
d97831d
- [Dev Deps] Update
tape
,eslint
95e6def
- Update
eslint
,nsp
3844c93
- Update
tape
,jscs
0d6dac8
- Fix tests for faked @@toStringTag
2ebef9f
- Test up to
io.js
v3.0
ec1d2d4
- [Refactor] bail earlier when the value is falsy.
a9e333e
- [Dev Deps] update
tape
8cdcaae
- Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG.
281c4ef
- Test on
io.js
v2.4
4d54c68
- Test on
io.js
v2.3
23170f5
- Test on
iojs-v1.6
4487ad0
v1.0.3 - 2015-01-30
Commits
- Update npm run scripts.
dc528dd
- Add toStringTag tests.
f48a83a
- If @@toStringTag is not present, use the old-school Object#toString test.
50b0ffd
v1.0.2 - 2015-01-29
Commits
make release
a1de7ec
- Improve optimization by separating the try/catch, and bailing out early when not typeof "object".
5ab7632
v1.0.1 - 2015-01-28
Commits
- Using my standard jscs.json file
1f1733a
- Adding
npm run lint
51ea70f
- Use RegExp#exec to test if something is a regex, which works even with ES6 @@toStringTag.
042c8c7
- Adding license and downloads badges
366d619
- Use SVG badges instead of PNG
6a32e4f
- Update
tape
,jscs
f1b9462
- Update
jscs
1bff23f
- Update
tape
,jscs
c22ea2e
- Update
tape
,jscs
b0479db
- Use consistent quotes
1a6e347
- Make travis builds faster.
090a4ea
- Update
tape
7d76129
- Lock covert to v1.0.0.
9a90b03
- Updating tape
bfbc7f5
- Updating jscs
13ad511
- Updating jscs
cda1945
- Updating jscs
de96c99
- Running linter as part of tests
2cb6567
- Updating covert
a56ae74
- Updating tape
ffe47f7
v1.0.0 - 2014-05-19
Commits
- Make sure old and unstable nodes don't break Travis
05da747
- toString is a reserved var name in old Opera
885c48c
- Updating deps
2ca0e79
- Updating tape.
9678435
- Updating covert
c3bb898
- Updating tape
7811708
- Testing on node 0.6 again
dec36ae
- Run code coverage as part of tests
e6f4ebe