All Versions
100
Latest Version
Avg Release Cycle
40 days
Latest Release
2201 days ago
Changelog History
Page 5
Changelog History
Page 5
-
v10.0.1 Changes
December 27, 2016 -
v10.0.0 Changes
November 22, 2016 -
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.3.1 Changes
October 06, 2016 -
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
-
v8.2.0 Changes
September 02, 2016 -
v8.1.0 Changes
August 14, 2016 -
v8.0.0 Changes
August 12, 2016๐ Bug Fixes
- ๐ make
nyc instrumentwork 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.
- ๐ make