Skip to content

Releases: zaphyr-org/utils

v2.2.1

13 Nov 17:34
Compare
Choose a tag to compare

New:

  • Added .vscode/ to .gitignore file

Changed:

  • Refactored Form and Template classes
  • Improved unit tests and moved tests to "Unit" directory

Removed:

  • Removed phpstan-phpunit from composer require-dev

v2.2.0

07 Oct 23:58
Compare
Choose a tag to compare

New:

  • Added serialize() and unserialize() to File class

Changed:

  • Renamed unit to phpunit in composer.json scripts section
  • Renamed phpunit.xml.dist to phpunit.xml

Removed:

  • Removed "/tests" directory from phpstan paths

Fixed:

  • Removed .dist from phpunit.xml in .gitattributes export-ignore

v2.1.0

26 Jun 08:56
Compare
Choose a tag to compare

New:

  • Added Template.php

Fixed:

  • Fixed PHP 8.1 deprecation warnings

v2.0.0

10 Apr 16:45
Compare
Choose a tag to compare

New:

  • First stable release version

v1.0.1

15 Nov 13:49
Compare
Choose a tag to compare

Changed:

  • Changed link to website pages and removed unused files
  • Commented out failed test for now
  • Updated composer dependencies
    • Updated mockery/mockery to v1.5
    • Updated phpstan/phpstan-mockery to v1.1
    • Updated phpstan/phpstan-phpunit to v1.2
    • Updated phpunit/phpunit to v9.5
    • Updated roave/security-advisories to dev-latest
    • Updated squizlabs/php_codesniffer to v3.7

Fixed:

  • Fixed typos and dead links in readme files
  • Fixed phpstan error

v1.0.0

12 Jul 19:39
Compare
Choose a tag to compare

New:

  • First stable release version