- [Fix] ensure that skip works inside plugins, and plugins with no changes but the mode work
- [Deps] update
function-bind,function.prototype.name,object-inspect - [Dev Deps] update
eslint,@ljharb/eslint-config,tape,rimraf,istanbul-lib-coverage - [Tests] add --no-save to testing install commands
- [Tests] up to
nodev10.0,v9.11,v8.11,v7.10,v6.14,v4.9; usenvm install-latest-npm
- [Fix] ensure wrappers are only applied once when
.useis called multiple times.
- [New] add support for
specifyas an alias toit - [Dev Deps] add
eslint,@ljharb/eslint-config,istanbul,istanbul-lib-coverage,istanbul-merge,safe-publish-latest,tape - [Tests] up to
nodev6.6,v4.5; improve test matrix - [Tests] ensure coverage runs on mocha 3
- [Docs] remove browser support matrix
- [Patch] [Tests] update
peerDependenciesformochav3; removeparallelshellsince it does not reliably report failures. - [Tests] on
nodev6.3,v5.12 - [Dev Deps] update
eslint,@ljharb/eslint-config,tape,rimraf
- [Fix] withOverride/withOverrides should work on something with only a getter.
- [Deps] update
object-inspect - [Dev Deps] update
eslint,@ljharb/eslint-config,istanbul-merge - [Tests] up to
nodev6.1
- [Fix] withOverrides: allow functions to be used as both the object to override, and the object of overrides.
- [Tests] on
nodev5.9
- [Fix] make sure
withOverridesre-calls the thunks on every iteration
- Something broke with the v2.0.0 publish
- [Breaking]
withGlobal/withOverride/withOverridesnow require a thunk for both targets and overrides (#2) - [Breaking] [New] Add
.only()/.skip(), drop mocha < 1.4.1 support (#6, #1) - [Fix] ensure multiple nested before/after hooks are called in the right order (#3)
- [Fix] ensure “no transformations” throws properly
- [Tests] on
nodev5.8,v4.4 - [Tests] parallelize tape tests and mocha tests
- [Tests] ensure coverage dir is clean before running merge; parallelize coverage runs
- [Tests] Echo a success message on
npm run cover:check
- [New] add
.context()(#4) - [New] add
withOverrideplugin (#5) - [Deps] update
is-callable - [Dev Deps] update
tape,eslint - [Dev Deps] move merge-coverage script into
istanbul-mergepackage - [Tests] move
tapetests to their own directory
- Improve
describewrapper message.
- Initial release.