You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4.0 KiB

Change Log

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

1.5.1 (2018-09-05)

Bug Fixes

  • Tweak package.json files for republish as latest 1.x. (#217) (420481d), closes #216

BREAKING CHANGES

  • leaked into 1.x modules but it was thought they were never released to latest. Apparently releasing 2.x to latest makes those unwanted versions of 1.x available.

This patch sets all modules to the latest 1.x version (4.x for test-exclude). This will allow a new release to be made to revert release of the breaking changes.

Stop upgrading npm to latest for testing as it's not compatible with node 4.x.

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)