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

Changelog History
Page 6

  • v7.1.0 Changes

    July 24, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘‰ make --all flag work with files with extensions other than .js (#326) (d0a8674)
    • ๐Ÿ work around for Windows path issue nodejs/node#6624 (6b1fed0)

    ๐Ÿ”‹ Features

    • 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)
  • v7.0.0 Changes

    July 09, 2016

    ๐Ÿ› Bug Fixes

    ๐Ÿ”‹ Features

    • โž• adds instrument command line option (#298) (e45b51b)
    • ๐Ÿ”จ nyc is being refactored to become the official Istanbul 1.0 bin (#286) (61a05ea)

    ๐Ÿ’ฅ BREAKING CHANGES

    • ๐Ÿ‘ 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.
  • v6.6.1 Changes

    June 14, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ“ฆ the package tree of bundled dependencies was incorrect (7bdccf5)
  • v6.6.0 Changes

    June 14, 2016

    ๐Ÿ”‹ Features

    • โž• add "instrument" option as alternative to specifying noop instrumenter (#278) (ea028b9)
  • v6.5.1 Changes

    June 14, 2016

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ upgrade foreground-child dependency (#276) (1b9e4a8)
  • v6.5.0 Changes

    June 13, 2016

    ๐Ÿ› Bug Fixes

    • cleanup dependencies (#254) (a20d03d)
    • discard more bad source map positions (#255) (0838a0e)
    • โšก๏ธ Update AppVeyor config with ~faster npm install (#252) (df591f4)

    ๐Ÿ”‹ Features

    • make __coverage__ the default approach we advocate for ES2015 coverage (#268) (9fd2295)
  • v6.4.4 Changes

    May 07, 2016

    ๐Ÿ› Bug Fixes

    • โฌ†๏ธ upgraded dependencies, add missing lodash bundled dependency (#250)(32042fc)
  • v6.4.3 Changes

    May 06, 2016

    ๐Ÿ› Bug Fixes

    • ๐Ÿ‘ must bundle dependencies on npm<3.x or they will flatten (we need a better long-term solution)(9826f11)
  • v6.4.2 Changes

    May 02, 2016

    ๐Ÿ› Bug Fixes

    • โšก๏ธ update: update strip-bom to version 3.0.0 (#240)(24f55e7)
    • โฌ†๏ธ upgrade spawn-wrap to version that works with new shelljs (#242)(b16053c)
  • v6.4.1 Changes

    April 27, 2016

    ๐Ÿ› Bug Fixes

    • strip any duplicate extensions from --extension (#237) (0946f82)