Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nyc 14 pre-release #1051

Closed
coreyfarrell opened this issue Apr 3, 2019 · 4 comments
Closed

nyc 14 pre-release #1051

coreyfarrell opened this issue Apr 3, 2019 · 4 comments
Assignees

Comments

@coreyfarrell
Copy link
Member

coreyfarrell commented Apr 3, 2019

nyc@14.0.0-rc.1 has been published to npm under the next tag. Below is a copy of the release notes thus far. Breaking changes are still possible but none are planned. The hope is that this will become 14.0.0.

Bug Fixes

Features

  • add delete option to instrument command (#1005) (d6db551)
  • add include and exclude options to instrument command (#1007) (8da097e)
  • add processinfo index, add externalId (#1055) (8dcf180)
  • Add support for --exclude-node-modules to subcommands. (#1053) (e597c46)
  • Add support for nyc.config.js (#1019) (3b203c7)
  • add support to exclude files on coverage report generation (#982) (509c6aa)
  • Add test-exclude args to check-coverage and report subcommands. (0fc217e)
  • always build the processinfo temp dir (#1061) (c213469)
  • Enable es-modules option for nyc instrument command (#1006) (596b120)
  • Fix excludeAfterRemap functionality. (36bcc0b)
  • instrument --complete-copy implementation (#1056) (2eb13c6)
  • Pass extension to test-exclude, use TestExclude.globSync. (#1026) (aae5a59)
  • Remove bundling (#1017) (b25492a)
  • Rename plugins option to parser-plugins. (#1031) (2867538), closes #986
  • Support turning off node_modules default exclude via flag (#912) (b7e16cd)

BREAKING CHANGES

  • This adds a file named 'index.json' to the
    .nyc_output/processinfo directory, which has a different format from the
    other files in this dir.
  • this changes the data type of the pid/ppid fields in
    processinfo files
  • nyc instrument now honors include and exclude
    settings, potentially resulting in some files that were previously
    instrumented being ignored.
  • The plugins option has been renamed to
    parser-plugins.
  • The logic involving include/exclude processing has
    changed. Results should be verified to ensure all desired sources have
    coverage data.
  • nyc instrument now enables the --es-module option by default.
  • Exclude after remap never previously worked, this is now enabled by default.
@coreyfarrell
Copy link
Member Author

coreyfarrell commented Apr 10, 2019

nyc@14.0.0-rc.1 is now released to next tag on npm. Changelog updated above. Please test and report any issues!

@bcoe
Copy link
Member

bcoe commented Apr 10, 2019

@coreyfarrell this is an incredible amount of work, thanks for taking lead on this release.

@coreyfarrell
Copy link
Member Author

Lots of great work from @AndrewFinlay in this release!

@coreyfarrell
Copy link
Member Author

nyc@14.0.0 is now released. 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants