Skip to content

Latest commit

 

History

History
55 lines (26 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

55 lines (26 loc) · 2.02 KB

Changelog

4.0.1 (2024-03-16)

Bug Fixes

4.0.0 (2024-03-12)

⚠ BREAKING CHANGES

  • lines should be empty in case of no output. closes #157
  • drop support for spock 1.3

Features

  • allow manually clearing the captured output (ad73542)
  • drop support for spock 1.3 (6b7695a)
  • support framework 2.4 (d08a363)

Bug Fixes

  • lines should be empty in case of no output. closes #157 (3ea0a84)

3.0.1 (2022-09-05)

Bug Fixes

  • base class issue with older groovy versions (9c461af)

3.0.0 (2022-03-18)

⚠ BREAKING CHANGES

  • no longer include transitive dependency on spock 2.0. Which was wrong anyway.

Features

  • split lines also with Windows, Mac and mixed line endings (1688999)

Bug Fixes

Miscellaneous Chores