istanbuljs

monorepo containing the various nuts and bolts that facilitate istanbul.js test instrumentation

Downloads
721.4M
Stars
1K
Committers
122

Bot releases are visible (Hide)

istanbuljs - istanbul-lib-source-maps: v5.0.6

Published by github-actions[bot] 4 months ago

5.0.6 (2024-07-02)

Bug Fixes

  • istanbul-lib-source-maps implicit else crash edge case (#789) (bbb5815)
istanbuljs - istanbul-lib-source-maps: v5.0.5

Published by github-actions[bot] 4 months ago

5.0.5 (2024-07-01)

Bug Fixes

  • istanbul-lib-source-maps to preserve implicit else when sourcemaps are used (#706) (d16a155)
istanbuljs - istanbul-lib-instrument: v6.0.3

Published by github-actions[bot] 4 months ago

6.0.3 (2024-06-30)

Bug Fixes

  • allow use of importAttributes Babel parser plugin (#786) (a44a124)
istanbuljs - istanbul-lib-source-maps: v5.0.4 Latest Release

Published by github-actions[bot] 8 months ago

5.0.4 (2024-02-26)

Bug Fixes

  • handle missing source map (1c2017d)
istanbuljs - istanbul-lib-source-maps: v5.0.3

Published by github-actions[bot] 8 months ago

5.0.3 (2024-02-26)

Bug Fixes

  • correct CI check to properly release 5.0.1 (a39fdfe)
istanbuljs - istanbul-lib-source-maps: v5.0.2

Published by github-actions[bot] 8 months ago

5.0.2 (2024-02-26)

Bug Fixes

  • correct CI badge in source-maps readme (78aa783)
istanbuljs - istanbul-lib-source-maps: v5.0.1

Published by SimenB 8 months ago

5.0.1 (2024-02-26)

Bug Fixes

  • use allGeneratedPositionsFor for more accurate source map transforms (#771) (dde947c)
istanbuljs - istanbul-lib-source-maps: v5.0.0

Published by github-actions[bot] 8 months ago

5.0.0 (2024-02-26)

⚠ BREAKING CHANGES

  • replace source-map with @jridgewell/trace-mapping (#685)

Bug Fixes

  • use allGeneratedPositionsFor for more accurate source map transforms (#768) (c6d0982)

Code Refactoring

  • replace source-map with @jridgewell/trace-mapping (#685) (293f8b9)
istanbuljs - istanbul-reports: v3.1.7

Published by github-actions[bot] 8 months ago

3.1.7 (2024-02-19)

Bug Fixes

  • ux: address bug with firefox event handling (2207a87)
istanbuljs - istanbul-lib-instrument: v6.0.2

Published by github-actions[bot] 8 months ago

6.0.2 (2024-02-19)

Bug Fixes

  • deps: update deps addressing CVE-2023-45133 (e67a405)
istanbuljs - istanbul-lib-coverage: v3.2.2

Published by github-actions[bot] 12 months ago

3.2.2 (2023-11-07)

Bug Fixes

istanbuljs - istanbul-lib-coverage: v3.2.1

Published by github-actions[bot] 12 months ago

3.2.1 (2023-11-04)

Bug Fixes

istanbuljs - istanbul-lib-instrument: v6.0.1

Published by github-actions[bot] about 1 year ago

6.0.1 (2023-10-04)

Bug Fixes

istanbuljs - nyc-config-hook-run-in-this-context: v2.0.0

Published by github-actions[bot] about 1 year ago

2.0.0 (2023-07-25)

⚠ BREAKING CHANGES

  • deps: minimum Node version bumped to 10.

Bug Fixes

istanbuljs - istanbul-reports: v3.1.6

Published by github-actions[bot] about 1 year ago

3.1.6 (2023-07-25)

Bug Fixes

  • clover: always close last open tag (07c6ea6)
istanbuljs - istanbul-lib-report: v3.0.1

Published by github-actions[bot] about 1 year ago

3.0.1 (2023-07-25)

Bug Fixes

  • deps: update make-dir CVE-2022-25883 (eab82a9)
istanbuljs - istanbul-lib-instrument: v6.0.0

Published by github-actions[bot] about 1 year ago

6.0.0 (2023-07-25)

⚠ BREAKING CHANGES

  • deps: minimum Node version bumped to 10.

Bug Fixes

istanbuljs - istanbul-lib-instrument: v5.2.1

Published by github-actions[bot] about 2 years ago

5.2.1 (2022-10-05)

Bug Fixes

  • handle error when inputSourceMap is not a plain object (#662) (3e3611f)
istanbuljs - istanbul-reports: v3.1.5

Published by github-actions[bot] over 2 years ago

3.1.5 (2022-07-13)

Bug Fixes

  • new Date() such that it works with MockDate library (#688) (85905f9)
  • add placeholder to fix Implicit Else (#679) (0516f51)
istanbuljs - istanbul-lib-instrument: v5.2.0

Published by github-actions[bot] over 2 years ago

5.2.0 (2022-02-21)

Features

  • exclude Empty Object and Arrays in Truthy Detection (#666) (e279684)