Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.1.4 (2019-04-25)

5.1.3 (2019-04-23)

Bug Fixes

5.1.2 (2019-04-10)

Bug Fixes

  • Ensure correct scope references after traversal (#192) (201a933)

5.1.1 (2019-01-11)

Bug Fixes

5.1.0 (2018-09-07)

Features

5.0.1 (2018-07-24)

5.0.0 (2018-06-27)

Features

  • upgrade to babel 7 and newest istanbul libraries (#158) (a9e1564)

BREAKING CHANGES

  • Drop node 4 support, upgrade to babel 7, stop shipping @babel/plugin-syntax-object-rest-spread

4.1.6 (2018-03-09)

  • chore: explicit update of istanbul dependencies (#149) (77b6eb7), closes #149
  • chore(package): update coveralls to version 3.0.0 (#133) (7045a03), closes #133
  • chore(package): update mocha to version 4.0.0 (#134) (38176ba), closes #134
  • fix: babel-preset-es2015 => babel-preset-env (#138) (18fe954), closes #138
  • fix: include object-spread-syntax plugin (#141) (428a952), closes #141

4.1.5 (2017-08-23)

4.1.4 (2017-05-27)

4.1.3 (2017-04-29)

4.1.2 (2017-03-27)

4.1.1 (2017-03-22)

Bug Fixes

  • explicit upgrade to patched version of istanbul-lib-instrument (db8ecbe)

4.1.0 (2017-03-21)

Features

  • add includeUntested option to expose coverage of all instrumented files (#80) (b078bbd)

4.0.0 (2017-02-07)

Bug Fixes

  • load configuration from process.env.NYC_CONFIG if present (#93) (e902924)

Features

  • drop Node 0.10 and 0.12 support, upgrade dependencies to reflect this (#88) (594c03a)
  • we can now use the language feature Object.assign (#92) (f77db2a)

BREAKING CHANGES

  • I've updated dependencies and dropped Node 0.10 and Node 0.12 support.

3.1.2 (2017-01-04)

Bug Fixes

  • address regression related to export const foo = () => {} (#79) (f870a8f)

3.1.1 (2017-01-02)

3.1.0 (2016-12-27)

Bug Fixes

  • upgrade a bunch of core dependencies (#77) (e764330)

Features

  • accept source map input for the visitor (#75) (437e90b)

3.0.0 (2016-11-14)

Chores

  • package: update test-exclude to version 3.0.0 (#68) (0396385)

BREAKING CHANGES

  • package: test-exclude now adds **/node_modules/** as exclude rule by default.

2.0.3 (2016-10-17)

Bug Fixes

  • force istanbul-lib-instrument with variable hoisting fix (#64) (209a0cf)
  • switch deprecated lodash.assign for object-assign (#58) (6e051fc)

2.0.2 (2016-09-08)

Bug Fixes

  • take realpath of cwd, whether or not set in env (#37) (6274d83)

2.0.1 (2016-09-02)

Bug Fixes

  • update istanbul-lib-instrument (573e0d4)

2.0.0 (2016-08-14)

Chores

  • upgrade to version of test-exclude with new exclude rules (#35) (220ce2b)

BREAKING CHANGES

1.1.0 (2016-07-21)

Bug Fixes

  • upgrade to istanbul-lib-instrument with faster babel-generator (#18) (d33263c)

Features

  • allow exclude/include options to be passed as Babel plugin config (#16) (cf68421)

1.0.3 (2016-07-09)

Bug Fixes

1.0.2 (2016-07-03)

Bug Fixes

1.0.1 (2016-06-30)

Bug Fixes

  • upgrade to version of istanbul-lib-instrument that fixes some out of bounds issues (#6) (a949065), closes #6

1.0.0 (2016-06-26)

Features

  • port functionality from coverage, get ready for first release (#2) (2a8ee44)