Changelog
14.1.0 (2019-04-24)
Changelog
14.0.0 (2019-04-15)
cwd
option to instrument command (#1024) (051d95a)delete
option to instrument command (#1005) (d6db551)include
and exclude
options to instrument command (#1007) (8da097e)es-modules
option for nyc instrument command (#1006) (596b120)nyc instrument --complete-copy
(#1056) (2eb13c6)exclude-node-modules
option (#912) (b7e16cd)--exclude-node-modules
to subcommands. (#1053) (e597c46)--exclude-after-remap
option is now functional and enabled by default. This causes the include
, exclude
and extension
lists to be processed after using source maps to determine the original filename of sources.nyc instrument
now honors include
and exclude
settings, potentially resulting in some files that were previously instrumented being ignored.plugins
option has been renamed to parser-plugins
.nyc instrument
now enables the --es-module
option by default. This can cause failures to instrument scripts which violate 'use strict'
rules.<a name="13.3.0"></a>
Changelog
13.2.0 (2019-01-27)
all
is enabled. (#914) (40afc5f), closes #913 #782<a name="13.1.0"></a>
Changelog
13.0.1 (2018-07-24)
<a name="13.0.0"></a>
Changelog
13.0.0 (2018-06-08)
<a name="12.0.2"></a>