All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
10.1.1 (2017-01-18)
10.1.0 (2017-01-17)
- address edge-cases related to --all when instrumentation is disabled (#482) (8c58d68)
- pass configuration options to --check-coverage (#483) (1022b16)
- allow eager instantiation of instrumenter (#490) (8b58c05)
- reporting watermarks can now be set in nyc config stanza (#469) (0a1d72a)
- upgrade to istanbul-lib-instrument with support for 'const foo = function () {}' name preservation. upgrade to istanbul-lib-hook with fix for ts-node. (#494) (d8d2de0)
10.0.2 (2017-01-02)
10.0.1 (2016-12-27)
10.0.0 (2016-11-22)
- debug-log should be production dependency (a3c7f83)
- nyc's cache is now enabled by default
9.0.1 (2016-11-14)
- addresses several test-exclude edge-cases. addresses perf issue with yargs (#442)
9.0.0 (2016-11-13)
- adds support for source-map production (#439) (31488f5)
- allow an alternate cache folder to be provided (#443) (b6713a3)
- node_modules is again excluded by default when custom exclude is provided (#442) (2828538)
- /node_modules/ is again excluded by default.
8.4.0 (2016-10-30)
- hot-fix bad release of nyc (c487eb3)
- reverts _maybeInstrumentSource logic, so that exclude is still applied (#429) (b90d26f)
- update core istanbul libraries (#426) (4945dac)
- coverage information is now returned for process tree (#416) (92dedda)
- read coverage header when using "noop" instrumenter (#420) (63a8758)
8.3.1 (2016-10-06)
- swap to version of test-exclude that does not warn (#410) (78aac45)
- update istanbul-lib-source-maps to 1.0.2 (#411) (9c89945)
8.3.0 (2016-09-15)
- add a feature which allows us to bust the cache when breaking changes are introduced (#394) (b7a413a)
- add shim for check-coverage on node 0.10 (#386) (9ebaea8)
- upgrade to newer versions of source-map, signal-exit, and instrument (#389) (a9bdf0f), closes #379
- add support for .nycrc (#391) (1c2349b)
- refactored config to fix precedence of config vs. args (#388) (99dbbb3), closes #379
8.2.0 (2016-09-02)
8.1.0 (2016-08-14)
8.0.0 (2016-08-12)
- make
nyc instrument
work in subdirectories (#343) (a82cf49) - upgrade to versions of coverage/instrument that solve out-of-bound errors (#349) (bee0328)
- node_modules is no longer automatically excluded, and an empty array of exclude rules can now be provided.
7.1.0 (2016-07-24)
- make --all flag work with files with extensions other than .js (#326) (d0a8674)
- work around for Windows path issue nodejs/node#6624 (6b1fed0)
- nyc no longer tries to run arguments passed to the instrumented bin (#322) (e0a8c0b)
- use istanbul-lib-hook to wrap require and support vm hooks (#308) (2b64cf8)
7.0.0 (2016-07-09)
- adds instrument command line option (#298) (e45b51b)
- nyc is being refactored to become the official Istanbul 1.0 bin (#286) (61a05ea)
- significant chunks of nyc's API have been reworked, to use the Istanbul 1.0 API: source-map support, instrumentation, the check-coverage command, etc.
6.6.1 (2016-06-14)
- the package tree of bundled dependencies was incorrect (7bdccf5)
6.6.0 (2016-06-14)
6.5.1 (2016-06-14)
6.5.0 (2016-06-13)
- cleanup dependencies (#254) (a20d03d)
- discard more bad source map positions (#255) (0838a0e)
- Update AppVeyor config with ~faster npm install (#252) (df591f4)
6.4.4 (2016-05-07)
6.4.3 (2016-05-06)
- must bundle dependencies on npm<3.x or they will flatten (we need a better long-term solution)(9826f11)
6.4.2 (2016-05-02)
- update: update strip-bom to version 3.0.0 (#240)(24f55e7)
- upgrade spawn-wrap to version that works with new shelljs (#242)(b16053c)
6.4.1 (2016-04-27)
6.4.0 (2016-04-11)
- adds CLI integration testing, where there was no integration testing before. (3403ca1)
- cli: --include and --exclude are now accepted as CLI options, thanks @rpominov \o/ see #207 (f8a02b4)
6.3.0 (2016-04-08)
- better docs for excluding, thanks @kentdodds \o/ (22b06fe)
- updating dependencies (spawn wrap with npm patches \o/) (ac841b8)
6.2.1 (2016-04-05)
- bundling: .gitignore was interfering with bundle (0e4adae)
6.2.0 (2016-04-05)
- bundle dependencies: start bundling dependencies, which should address some issues we have seen with (6116077)
- exit code: use test program’s exit code even with
--check-coverage
(00bbeb2)
- conventional changelog: introducing conventional-changelog for changelog generation (f594c5e)
- exclude patterns: introduces new exclude-patterns based on @kentcdodds' coding conventions. (51b1777)
- update dependencies: new foreground-child and spawn-wrap have landed \o/ (1a0ad0b)
- #194 hot-fix for --all with multiple extensions (@bcoe)
- #191 upgrade to non-singleton verison of yargs (@bcoe)
- #185 default to long-form option names so that they can be overridden in package.json (@rapzo)
- #180 fix bug with findUp (@bcoe)
- #178 --all should handle extensions other than .js. (@lloydcotten)
- #177 add .editorconfig (@JaKXz)
- #167 all of nyc's settings can now be configured in package.json (@bcoe)
- #164 coverage tracking now uses absolute paths, awesome \o/ (@novemberborn)
- #163 support for extensions other than .js (@lloydcotten)
- #159 skip should continue working with source-maps (@novemberborn)
- #160 don't instrument files outside of the current working directory (@novemberborn)
- #152 upgrade to newest version of foreground-child (@isaacs)
- #150 guard against illegal positions in source-map (@novemberborn)
- #147 fix for foreground-child on Windows (@isaacs)
- #145 allow coverage output directory to be specified (@bcoe)
- #143 run files included via --all through transpilers (@bcoe)
- #139 documentation updates (@tcurdt)
- #138 Split CLI from spawn wrapper (@isaacs)
- #132 Move config to top level nyc argument. (@jamestalmage)
- #126 Add --check-coverage shorthand, which fails tests if coverage slips below threshold (@bcoe)
- #123 Upgrade spawn-wrap, foreground-child (@isaacs)
- #122 Use module for finding cache directory (@jamestalmage)
- #121 Fix for --all functionality. (@jamestalmage)
- #108 Adds cache functionality. this is a big one, thanks! (@jamestalmage)
- #118 Stop bundling spawn-wrap dependency (@bcoe)
- #114 Update to latest versions of tap, glob, rimraf (@isaacs)
- #107 Get test-suite running on Windows (@bcoe)
- #94 Windows failed if argument had no replace() method. (@bcoe)
- #87 make spawn() work on Windows (@bcoe)
- #84 glob based include/exclude of files (@Lalem001)
- #78 improvements to sourcemap tests (@novemberborn)
- #73 improvements to require tests (@novemberborn)
- #65 significant improvements to require hooks (@novemberborn)
- #64 upgrade Istanbul (@novemberborn)
- #58 adds support for Babel (@bcoe)
- #47 make the default exclude rules work on Windows (@bcoe)
- #45 pull in patched versions of spawn-wrap and foreground-child, which support Windows (@bcoe)
- #44 Adds --all option which adds 0% coverage reports for all files in project, regardless of whether code touches them (@ronkorving)
- #38 fixes for windows spawning (@rmg)
- #33 spawn istanbul in a way that is less likely to break [email protected] (@bcoe)
- #31 Combine instrumentation and reporting steps, based on @Raynos' suggestion (@bcoe)
- #30 Added check-coverage functionality, thanks @Raynos! (@bcoe)
- #27 upgraded tap, and switched tests to using tap --coverage (@bcoe)
- #25 support added for multiple reporters, thanks @jasisk! (@jasisk)
- b2e4707 change location of nyc_output to .nyc_output. Added note about coveralls comments. (@sindresorhus)
- 376e328 handle corrupt JSON files in nyc_output (@bcoe)
- b39dec5 new signal-exit handles process.exit() in process.on('exit') (@isaacs)
- ad13b30 added CHANGELOG.md \o/ (@bcoe)
- 53fef48 put tests around @shackpank's work on .istanbul.yml (@bcoe)
- da81c54 upgrade spawn-wrap and foreground-child (@isaacs)
- 4f69327 pin tap until new version of nyc can be pulled in (@bcoe)
- cd70a41 upgrade signal-exit (@bcoe)
- #11 Merge pull request #11 from bcoe/exlude-docs (@bcoe)
- 4d920ef ensure that writing code coverage always happens last (@bcoe)
- 94d2693 [email protected] (@isaacs)
- 62c2cb0 upgrade signal-exit dependency (@bcoe)
- ae05346 pulled in new version of signal-exit (@bcoe)
- 8ca6e16 pulled in signal-exit module (@bcoe)
- 0f701da pulled in new spawn-wrap, various bug fixes (@isaacs)
- 2611ba4 handle signals when writing coverage report (@bcoe)
- 8b362d6 istanbul has a text lcov report now \o/ (@bcoe)
- 48b21cf added coverage and build badges (@bcoe)