Releases: phootwork/phootwork
Releases · phootwork/phootwork
Version 3.2.3
Merged #97 to fix PHP 8.4 compatibility issues.
Version 3.2.2
- Update Github Actions workflows to test against PHP 8.2, too.
- Fix new Psalm issue
- Fix coding standard
Version 3.2.1
- Fix PHP 8.1 deprecations
- Fix coding standard
- Fix Psalm issues
Version 3.2.0
Make Json methods more flexible: now they accept also \Stringable objects.
See Pull request #78
Version 3.1.0
Version 3.0.1
Fix missing dependency (PR #68 ).
Version 3.0
- Bump to PHP 8.0+ and introduce the new php functionalities, in particular union types and new string manipulation functions.
- Update dependencies
- Refactor Json library to use native php JsonException: it forces json_encode and json_decode to raise JsonException instead of old-style errors and remove our error wrapper
- Fix all Psalm issue to run it at level 1
Version 2.1.3
- Fix issue #64
- Fix a minor bug in
insert()method (pull request #65 ) - Update
api.ymlaction. Since the officialsami.pharcan't be downloaded anymore from Sensiolabs server, we provide our own at this link https://github.com/cristianoc72/Sami/releases/download/v4.1.3/sami.phar
Version 2.1.2
Fix https://github.com/little-core-labs/get-git-tag action version.
Version 2.1.1
Fix draft release workflow.