Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

[2.2.6]

Bug Fixes

2.2.5 (2019-05-02)

Bug Fixes

  • istanbul-reports: Remove isRoot check causing incorrect report formatting (#66). (#382) (df6e994)

2.2.4 (2019-04-24)

Note: Version bump only for package istanbul-reports

2.2.3 (2019-04-17)

Bug Fixes

  • Initialize cols for HTML report sorting (#369) (28f61de)

2.2.2 (2019-04-09)

Note: Version bump only for package istanbul-reports

2.2.1 (2019-04-03)

Note: Version bump only for package istanbul-reports

2.2.0 (2019-03-12)

Features

2.1.1 (2019-02-14)

Bug Fixes

  • update dependendencies due to vulnerabilities (#294) (4c14fed)

2.1.0 (2019-01-26)

Features

  • istanbul-reports: Enable keyboard shortcuts on HTML report file listing view (#265) (f49b355)

2.0.3 (2018-12-25)

Bug Fixes

  • functionMap is sometimes missing a key from functions (#253) (399f215)

2.0.2 (2018-12-19)

Bug Fixes

  • clover report metrics must be an inline xml element (#226) (e290c95), closes #13

2.0.1 (2018-09-06)

Note: Version bump only for package istanbul-reports

2.0.0 (2018-07-07)

Chores

  • Specify node >= 6 in istanbul-reports. (#197) (5810c38)

BREAKING CHANGES

  • Requires node >= 6.

1.5.0 (2018-06-06)

Features

  • ability to skip rows with full coverage (#170) (bbcdc07)

1.4.1 (2018-05-31)

Bug Fixes

1.4.0 (2018-04-17)

Features

1.3.0 (2018-03-09)

Features

  • added named anchors to code coverage line numbers. (#149) (98e1c50)

1.2.0 (2018-03-04)

Bug Fixes

  • update fixtures to reflect new heading (36801d3)

Features

1.1.4 (2018-02-13)

Bug Fixes

  • changed column header from “Uncovered Lines” to “Uncovered Line #s” (#138) (7ba7760)

1.1.3 (2017-10-21)

Note: Version bump only for package istanbul-reports

1.1.2 (2017-08-26)

Bug Fixes

  • prevent branch highlighting from extending pass the end of a line (#80) (f490377)

1.1.1 (2017-05-27)

1.1.0 (2017-04-29)

Features

  • once 100% line coverage is achieved, missing branch coverage is now shown in text report (#45) (8a809f8)

1.0.2 (2017-03-27)

Bug Fixes

  • windows: preserve escape char of json-summary key path (4d71d5e)

1.0.1 (2017-01-29)

Bug Fixes

1.0.0 (2016-10-17)

Bug Fixes

  • fail gracefully if structuredText[startLine] is undefined (#10) (bed1d13)
  • preserve escape char of json key path on Windows (#12) (4e5266e)
  • skip branch if meta does not exist (fixes speedskater/babel-plugin-rewire#165) (#11) (62bae2f)
  • Teamcity reporter modified to send proper coverage values (#8) (4147f50)