Skip to content

Releases: deminy/counit

0.2.1

12 Jan 23:35
0.2.1
6fe917f
Compare
Choose a tag to compare

This release, version 0.2.1, incorporates various updates, encompassing enhancements in Continuous Integration (CI) jobs, code quality, and documentation. Importantly, these updates do not involve any backward-incompatible changes.

Following this release, all future updates in the 0.2.x series will exclusively address bug fixes and security improvements. There will be no new feature additions or backward-incompatible changes in the forthcoming updates within the 0.2.x series.

Please be aware that the 0.2.x series is compatible solely with PHPUnit versions 8 and 9 and only on PHP 7.2 or higher. For compatibility with PHPUnit 10, please refer to the upcoming 0.3.x series.

0.2.0

29 Sep 01:01
0.2.0
7f899ca
Compare
Choose a tag to compare

Changed

  • Support two test case styles: the global style and the case-by-case style.
  • More sample test cases.

0.1.1

23 Sep 22:49
0.1.1
1868d3a
Compare
Choose a tag to compare

Changed

  • Mark package phpunit/phpunit as required explicitly.
  • Fix the time reported by PHPUnit.
  • Documentation improvements.

0.1.0

22 Sep 05:13
0.1.0
7489b23
Compare
Choose a tag to compare

First release.