CHANGELOG.md 5.33 KB

Change Log

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

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)