Skip to content

Releases: NexusPHP/tachycardia

Nexus Tachycardia v1.3.1

07 May 07:29
v1.3.1
dbedecd
Compare
Choose a tag to compare

Changes ⚙️

  • Updated friendsofphp/php-cs-fixer to v3.0.0 Constitution
  • Bump nexusphp/cs-config to ^3.0
  • Github Actions annotations are enabled for all PHP versions in testing

Please refer to the CHANGELOG for the detailed list of changes.

Nexus Tachycardia v1.3.0

15 Apr 17:31
v1.3.0
f627c7e
Compare
Choose a tag to compare

Enhancements 🔧

Changes ⚙️

  • Made data name optional on TestCase::getTestName (82a8957)

Bug fixes 🐛

  • Fixed PSR4 names of several classes (2212423)

Please refer to the CHANGELOG for the detailed list of changes.

Nexus Tachycardia v1.2.0

01 Apr 13:22
v1.2.0
83fd3be
Compare
Choose a tag to compare

Fixes 🐛

  • Fixed custom time limits not respected in data providers (#7, f9750f6)

Enhancements 🔧

  • Added Parser and TestCase util classes (24949f1, 4342500)
  • Refactored Tachycardia and moved GithubMonitor as a util class (ae2f920)

Please refer to the CHANGELOG for the detailed list of changes.

Nexus Tachycardia v1.1.1

28 Mar 17:43
v1.1.1
70b7e2e
Compare
Choose a tag to compare

Fixes 🐛

  • Fixed misplaced sections in README (ec868d5)

Nexus Tachycardia v1.1.0

27 Mar 15:53
v1.1.0
c663e1a
Compare
Choose a tag to compare

Fixes 🐛

  • Fixed correct line number rendering in Github Actions (#3)
  • Fixed initial release date (#4)

Enhancements 🔧

  • Added ability to supply class-level time limit annotations (#5)
  • Added ability to disable time limits on a per-class or per-method level (#6)

Nexus Tachycardia v1.0.0

21 Mar 15:35
v1.0.0
bb98817
Compare
Choose a tag to compare

Initial release. 🎉

Core classes:

  • Nexus\PHPUnit\Extension\GitHubMonitor - Accessory class to print warnings in Github Actions.
  • Nexus\PHPUnit\Extension\Tachycardia - The actual PHPUnit extension.