Skip to content

Latest commit

 

History

History
83 lines (40 loc) · 4.57 KB

File metadata and controls

83 lines (40 loc) · 4.57 KB

Changelog

2.0.1 (2024-09-20)

Dependencies

  • Bump body-parser from 1.20.2 to 1.20.3 (a244517)
  • Bump serve-static from 1.15.0 to 1.16.0 (c2bedbf)
  • Bump sinon from 18.0.1 to 19.0.2 and router from 1.3.8 to 2.0.0 (#303) (1516b38)

2.0.0 (2024-07-25)

⚠ BREAKING CHANGES

  • Support for older Node.js has been dropped. Only Node.js 20.11.x and >=22.0.0 as well as npm v8 or higher are supported.

Features

Dependencies

  • bump istanbul-lib-instrument from 6.0.1 to 6.0.2 (b7e0c58)
  • bump istanbul-reports from 3.1.6 to 3.1.7 (db471fd)

1.1.1 (2023-11-24)

Bug Fixes

  • middleware-code-coverage: fix incomplete string escaping or encoding (#194) (87cabdb)

Dependencies

  • bump istanbul-lib-coverage from 3.2.0 to 3.2.2 (a60139b)
  • bump istanbul-lib-instrument from 6.0.0 to 6.0.1 (0057e96)

1.1.0 (2023-09-19)

Features

  • middleware-code-coverage: allow coverage watermarks configuration via frontend (#145) (ece9fa6)

Dependencies

  • bump istanbul-lib-instrument from 5.2.1 to 6.0.0 (fbf8b29)
  • bump istanbul-lib-report from 3.0.0 to 3.0.1 (9bc4b39)
  • bump istanbul-reports from 3.1.5 to 3.1.6 (bd5a78a)
  • bump xml2js from 0.6.0 to 0.6.2 (18904fe)

1.0.3 (2023-04-18)

Bug Fixes

  • middleware-code-coverage: ignore excludes marked as 'external' (#82) (7daeaea)

1.0.2 (2023-04-14)

Bug Fixes

  • deps: bump xml2js from 0.4.23 to 0.5.0 (#77) (300d62e)

1.0.1 (2023-03-28)

Bug Fixes

  • middleware-code-coverage: fix ping endpoint middleware version (e59e921)

1.0.0 (2023-03-22)

Features

  • middleware-code-coverage: add middleware (e122b92)