Releases: ingenerator/php-utils
Releases · ingenerator/php-utils
v1.19.2
v1.19.1
v1.19.0
What's Changed
- Drop support for PHP 8.0 by @acoulton in #50
- Add light wrapper around native anonymous public key encryption #51
- Add a UniqueMap data structure class, for a strict associative array that throws on attempt to overwrite a key.
- Update readme now that this is in packagist
Full Changelog: v1.18.0...v1.19.0
v1.18.0
Tweak JSON::decode null behaviour and deprecate StrictDate validators
What's Changed
- Fix StrictDate::date_after tests & deprecate validating InvalidUserDateTime by @acoulton in #46
- Update JSON::decode to throw on null instead of catching ErrorException by @acoulton in #47
Full Changelog: v1.17.1...v1.17.2
v1.17.1 PHP 8.1 compatibility fixes
What's Changed
- Allow date validation to accept null by @craig410 in #44
- Make DbBackedMutexWrapper locking type-safe with PDO_MYSQL by @acoulton in #45
Full Changelog: v1.17.0...v1.17.1
v1.17.0 Support PHP 8.2
v1.16.0 Support PHP 8.1
Optionally report count of log entries
What's Changed
Full Changelog: v1.14.1...v1.15.0
Fix request memory logging
What's Changed
Full Changelog: v1.14.0...v1.14.1