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.

3.5 KiB

Change Log

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

1.2.6 (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.2.3 (2018-02-13)

Note: Version bump only for package istanbul-lib-source-maps

1.2.2 (2017-10-21)

Note: Version bump only for package istanbul-lib-source-maps

1.2.1 (2017-05-27)

1.2.0 (2017-04-29)

Features

  • pull in debug module, to make debug messages optional (#36) (189519d)

1.1.1 (2017-03-27)

1.1.0 (2016-11-10)

Features

  • read and apply any input source maps stored with coverage data (#4) (aea405b)

1.0.2 (2016-10-03)

Bug Fixes

  • broken mapped coverage report (#6) (d9dd738)

1.0.1 (2016-09-13)

Bug Fixes

  • position validation shouldn't throw away locations with 0 (#5) (ac4b72c)

1.0.0 (2016-08-31)

Bug Fixes

  • discard more bad source map positions (#3) (ed7b27f)