Skip to content

Releases: texthtml/doctest

v0.3.1

10 Feb 09:32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

09 Feb 19:30
Compare
Choose a tag to compare

What's Changed

  • Test outcome refactor & error output improvements by @mathroc in #30

Full Changelog: v0.2.4...v0.3.0

v0.2.4

08 Feb 13:35
Compare
Choose a tag to compare

What's Changed

  • upgrade to PHPUnit 11 by @mathroc in #10
  • chore(deps): update actions/checkout action to v4 by @renovate in #13
  • chore(deps): update actions/cache action to v4 by @renovate in #12
  • chore(deps): update composer docker tag to v2.7.9 by @renovate in #11
  • chore: Configure Renovate by @text-html-renovate in #14
  • chore(deps): update composer docker tag to v2.8.0 by @text-html-renovate in #16
  • chore(deps): update composer docker tag to v2.8.1 by @text-html-renovate in #17
  • chore(deps): update composer docker tag to v2.8.2 by @text-html-renovate in #18
  • chore(deps): update phpstan packages to v2 (major) by @text-html-renovate in #19
  • chore(deps): update composer docker tag to v2.8.3 by @text-html-renovate in #21
  • chore(deps): update php docker tag to v8.4 by @text-html-renovate in #22
  • PHP 8.4 by @mathroc in #20
  • chore(deps): update composer docker tag to v2.8.4 by @text-html-renovate in #23
  • Fix ReflectionClass generic typehint for php 8.4 by @mathroc in #26
  • chore(deps): update dependency phpunit/phpunit to v12 by @text-html-renovate in #25
  • chore(deps): update composer docker tag to v2.8.5 by @text-html-renovate in #24
  • Global functions by @mathroc in #27
  • test php fenced block only by default by @mathroc in #28

Full Changelog: v0.2.3...v0.2.4

v0.2.3

09 Dec 12:10
f9ce0df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

20 Aug 19:08
8678c32
Compare
Choose a tag to compare
fix namespace uses in test wrapper code for functions and methods

v0.2.1

20 Aug 17:27
260e846
Compare
Choose a tag to compare
Don't add useless namespace use in generated test code wrapper

v0.2.0

17 Jul 23:35
7d56638
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

16 Jul 18:08
5c978ab
Compare
Choose a tag to compare
add README and examples/