Changelog
Last updated
Was this helpful?
Last updated
Was this helpful?
All notable changes to this project will be documented in this file.
The format is based on and this project adheres to .
[actions] use node/install
instead of node/run
; use codecov
action
[Fix] do not use Object.prototype.toString
when Symbol.toStringTag
is shammed
[Dev Deps] update eslint
, @ljharb/eslint-config
, aud
, tape
[readme] add actions and codecov badges
[meta] use prepublishOnly
script for npm 7+
[Deps] update has-symbols
[Tests] migrate tests to Github Actions
[readme] fix repo URLs; remove travis badge
[meta] do not publish github action workflow files
[Tests] run nyc
on all tests
[Robustness] use call-bind
[actions] add "Allow Edits" workflow
[Dev Deps] update eslint
, @ljharb/eslint-config
, aud
, auto-changelog
[Dev Deps] update eslint
, @ljharb/eslint-config
, tape
[actions] switch Automatic Rebase workflow to pull_request_target
event
[meta] gitignore coverage output
[actions] update workflows
[Performance] Re-add lastIndex check to improve performance
[Dev Deps] update auto-changelog
, eslint
[New] use badStringifier
‑based RegExp detection
[Dev Deps] update eslint
, @ljharb/eslint-config
, aud
, tape
[Dev Deps] update eslint
, @ljharb/eslint-config
, tape
; add safe-publish-latest
[Dev Deps] update auto-changelog
, tape
; add aud
[meta] only run aud
on prod deps
[Tests] use shared travis-ci configs
[Tests] remove jscs
[meta] add auto-changelog
[Tests] up to node
v8.1
, v7.10
, v6.11
, v4.8
; newer npm fails on older nodes
[Tests] up to node
v9.3
, v8.9
, v6.12
; use nvm install-latest-npm
; pin included builds to LTS
[Tests] up to node
v12.10
, v11.15
, v10.16
, v8.16
, v6.17
[meta] remove unused Makefile and associated utilities
[Tests] up to node
v11.3
, v10.14
, v8.14
, v6.15
[Tests] up to node
v10.0
, v9.11
, v8.11
, v6.14
, v4.9
[Dev Deps] update eslint
, @ljharb/eslint-config
[actions] add automatic rebasing / merge commit blocking
[Dev Deps] update eslint
, @ljharb/eslint-config
, jscs
, nsp
, replace
, semver
, tape
[Dev Deps] update eslint
, @ljharb/eslint-config
, replace
, semver
, tape
[Dev Deps] update eslint
, @ljharb/eslint-config@
, replace
, semver
, tape
[Dev Deps] update tape
, nsp
, eslint
, @ljharb/eslint-config
[Dev Deps] update eslint
, @ljharb/eslint-config
, covert
, tape
[Tests] switch from nsp
to npm audit
[Dev Deps] update eslint
, nsp
, semver
, tape
Only apps should have lockfiles.
[Tests] use npx aud
instead of nsp
or npm audit
with hoops
[meta] add funding
field
[Tests] use eclint
instead of editorconfig-tools
[Tests] on node
v10.1
[Dev Deps] update eslint
[Deps] update has
[Dev Deps] update replace
[Tests] set audit level
[Tests] remove nsp
[Fix] ensure that lastIndex
is not mutated
Update eslint
, tape
, semver
; use my personal shared eslint
config
[Tests] on all node minors; improve test matrix
[Dev Deps] update tape
, jscs
, nsp
, eslint
, @ljharb/eslint-config
, semver
Update covert
, jscs
, eslint
, semver
Update eslint
Update tape
, jscs
, eslint
, @ljharb/eslint-config
[Refactor] when try/catch is needed, bail early if the value lacks an own lastIndex
data property.
Update editorconfig-tools
, eslint
, semver
, replace
Update eslint
, tape
, semver
All grade A-supported node
/iojs
versions now ship with an npm
that understands ^
.
[Dev Deps] update jscs
, nsp
, eslint
, @ljharb/eslint-config
, semver
[Dev Deps] update jscs
[Tests] up to io.js
v3.3
, node
v4.1
Update nsp
, eslint
Update eslint
, semver
[Tests] on node
v7.5
, v4.7
Test up to io.js
v2.1
Test on the latest io.js
versions.
[Refactor] use an early return instead of a ternary.
Test on io.js
v2.2
Run travis-ci
tests on iojs
and node
v0.12; speed up builds; allow 0.8 failures.
[Dev Deps] update eslint
, @ljharb/eslint-config
[Dev Deps] update eslint
, @ljharb/eslint-config
[Dev Deps] Update tape
, eslint
Update eslint
, nsp
Update tape
, jscs
Fix tests for faked @@toStringTag
Test up to io.js
v3.0
[Refactor] bail earlier when the value is falsy.
[Dev Deps] update tape
Switch from vb.teelaun.ch to versionbadg.es for the npm version badge SVG.
Test on io.js
v2.4
Test on io.js
v2.3
Test on iojs-v1.6
Update npm run scripts.
Add toStringTag tests.
If @@toStringTag is not present, use the old-school Object#toString test.
make release
Improve optimization by separating the try/catch, and bailing out early when not typeof "object".
Using my standard jscs.json file
Adding npm run lint
Use RegExp#exec to test if something is a regex, which works even with ES6 @@toStringTag.
Adding license and downloads badges
Use SVG badges instead of PNG
Update tape
, jscs
Update jscs
Update tape
, jscs
Update tape
, jscs
Use consistent quotes
Make travis builds faster.
Update tape
Lock covert to v1.0.0.
Updating tape
Updating jscs
Updating jscs
Updating jscs
Running linter as part of tests
Updating covert
Updating tape
Make sure old and unstable nodes don't break Travis
toString is a reserved var name in old Opera
Updating deps
Updating tape.
Updating covert
Updating tape
Testing on node 0.6 again
Run code coverage as part of tests
package.json
read me
Initial commit
Tests.
Implementation.
Travis CI