Skip to content

Releases: ericsizemore/simple_tpl

v2.0.1

20 Dec 14:31
Compare
Choose a tag to compare

2.0.1 (2023-12-20)

  • Updated composer.json for PHP ^8.1 but <8.5
    • Added PHPStan strict rules
  • Updated PHPUnit tests to use the PHPUnit CoversClass and DataProvider attributes.
  • Updated PHPUnit tests to use self:: instead of $this-> for PHPUnit related functions
  • Updated workflows for test coverage and Scrutinizer
  • Added new test to push test coverage to 100%
  • A little cleanup and formatting

v2.0.0

30 Nov 06:13
Compare
Choose a tag to compare

2.0.0 (2023-09-22)

  • BC BREAK: Namespace changes
  • Code cleanup per PHPStan (level: 9, strict, bleeding edge)
  • Restructured for use with composer/packagist
  • Added PHPUnit and PHPStan workflows
  • Added security policy, see SECURITY.md

v1.0.5

30 Nov 04:58
75bcdaa
Compare
Choose a tag to compare

Initial github commits, finally rolled up into an actual tag/release.