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.
v2.0.0 - 2021-10-13
- [Breaking]
getLatestError
: refactor to use Promisesf44edd4
- [Breaking] drop node < 12
3a8d144
- [meta] add
auto-changelog
08cf254
- [readme] remove travis badge; add github actions/codecov badges
48455b3
- [Breaking] add
exports
222b068
- [Breaking]
getLatestError
: remove unusedoptions
parama3f5337
- [meta] editorconfig: ignore more stuff in coverage
72dfebb
- [Deps] update
yargs
,in-publish
,semver
- [meta] disable audits, due to npm 7 bug not yet fixed
- [meta] use
prepublishOnly
, for npm 7+ - [actions] update codecov uploader
- [actions] use
node/install
instead ofnode/run
; usecodecov
action - [actions] add "Allow Edits" workflow
- [actions] switch Automatic Rebase workflow to
pull_request_target
event - [actions] add automatic rebasing / merge commit blocking
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
; addaud
- [Tests] move node 0.8 to optionals; npm 1 can no longer talk to the registry
- [Tests] migrate tests to Github Actions
- [Tests] only audit prod deps
- [Tests] run
nyc
on all tests
- Revert "[Fix] peg
hosted-git-info
to~2.7
due to breaking change in 2.8" - [Deps] update
semver
- [meta] add
funding
field - [Dev Deps] update
eslint
,@ljharb/eslint-config
- [Tests] use shared travis-ci configs
- [Fix] peg
hosted-git-info
to~2.7
due to breaking change in 2.8 - [Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
- [meta] create FUNDING.yml
- [Deps] update
semver
- [Deps] update
semver
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,tape
- [Tests] use
eclint
instead ofeditorconfig-tools
- [Tests] use
npx aud
instead ofnsp
ornpm audit
with hoops - [Tests] up to
node
v12.8
,v11.15
,v10.16
,v6.17
- [Fix] ensure packages work on first publish (#11)
- [Deps] update
semver
,yargs
- [Deps] pin yargs to v7, since v8 drops node < 4 compat.
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,nsp
,tape
- [Tests] up to
node
v10.8
,v9.11
,v8.11
,v6.14
,v4.9
; usenvm install-latest-npm
- [Tests] add
editorconfig-tools
- [Fix] Ensure
allVersions
is an array, when there’s only one - [Deps] update
yargs
- [Dev Deps] update
eslint
,nsp
,tape
- [Tests] up to
node
v6.6
,v4.5
; improve test matrix
- [Fix] ensure that the npm loglevel is known for
npm info
- [Fix] ensure publishing can work the first time (#4)
- [New] add
—force-in-publish
to skip the “in publish” check - [Deps] update
semver
,yargs
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,nsp
- [Tests] fix tests since package x suddenly got updated
- [Fix] Use
npm info $pkg versions -—json
rather thannom-package-versions
(#1) - [Deps] update
semver
- [Dev Deps] update
eslint
,@ljharb/eslint-config
,nsp
- Initial release.