All Versions
100
Latest Version
Avg Release Cycle
40 days
Latest Release
2201 days ago

Changelog History
Page 5

  • v10.0.1 Changes

    December 27, 2016

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ upgrade spawn-wrap and istanbul-lib-instrument (#477) (e0ef1d5)
  • v10.0.0 Changes

    November 22, 2016

    ๐Ÿ› Bug Fixes

    • ๐ŸŒฒ debug-log should be production dependency (a3c7f83)

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ cache now turned on by default (#454) (0dd970c)

    ๐Ÿ’ฅ BREAKING CHANGES

    • 0๏ธโƒฃ nyc's cache is now enabled by default
  • v9.0.1 Changes

    November 14, 2016

    ๐Ÿ› Bug Fixes

    • โž• addresses several test-exclude edge-cases. addresses perf issue with yargs (#442)
  • v9.0.0 Changes

    November 13, 2016

    ๐Ÿ”‹ Features

    • โž• adds support for source-map production (#439) (31488f5)
    • ๐Ÿ‘ allow an alternate cache folder to be provided (#443) (b6713a3)
    • 0๏ธโƒฃ node_modules is again excluded by default when custom exclude is provided (#442) (2828538)

    ๐Ÿ’ฅ BREAKING CHANGES

    • /node_modules/ is again excluded by default.
  • v8.4.0 Changes

    October 30, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿš€ hot-fix bad release of nyc (c487eb3)
    • โช reverts _maybeInstrumentSource logic, so that exclude is still applied (#429) (b90d26f)
    • โšก๏ธ update core istanbul libraries (#426) (4945dac)

    ๐Ÿ”‹ Features

    • coverage information is now returned for process tree (#416) (92dedda)
    • read coverage header when using "noop" instrumenter (#420) (63a8758)
  • v8.3.1 Changes

    October 06, 2016

    ๐Ÿ› Bug Fixes

    • โœ… swap to version of test-exclude that does not warn (#410) (78aac45)
    • โšก๏ธ update istanbul-lib-source-maps to 1.0.2 (#411) (9c89945)
  • v8.3.0 Changes

    September 15, 2016

    ๐Ÿ› Bug Fixes

    • โž• 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

    ๐Ÿ”‹ Features

    • โž• add support for .nycrc (#391) (1c2349b)
    • ๐Ÿ”จ refactored config to fix precedence of config vs. args (#388) (99dbbb3), closes #379
  • v8.2.0 Changes

    September 02, 2016

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ upgrade standard, and a few other dependencies. fix standard nits (#375) (64c68b7)

    ๐Ÿ”‹ Features

  • v8.1.0 Changes

    August 14, 2016

    ๐Ÿ› Bug Fixes

    • serialization using ',' was breaking globs (#353) (22929db)

    ๐Ÿ”‹ Features

    • implicitly assume node when the command starts with an option (#350) (2bb52cd)
  • v8.0.0 Changes

    August 12, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ make nyc instrument work in subdirectories (#343) (a82cf49)
    • โฌ†๏ธ upgrade to versions of coverage/instrument that solve out-of-bound errors (#349) (bee0328)

    ๐Ÿ”‹ Features

    • โฌ†๏ธ upgrade to new test-exclude; with suppport for node_modules, and empty exclude (#348) (d616ffc)

    ๐Ÿ’ฅ BREAKING CHANGES

    • node_modules is no longer automatically excluded, and an empty array of exclude rules can now be provided.