Releases: zumba/json-serializer
Releases · zumba/json-serializer
3.2.1
What's Changed
- Keep BC compat to PHP 7: Don't use "::class" on dynamic class names by @Pittiplatsch in #60
New Contributors
- @Pittiplatsch made their first contribution in #60
Full Changelog: 3.2.0...3.2.1
3.2.0
What's Changed
- Add PHP 8.3 and bump actions/checkout by @williamdes in #57
- Remove tests from the vendor bundle by @williamdes in #56
- phpunit improvements and support for phpunit 10 by @williamdes in #59
- Fix error when unserializing enums by @MauricioFauth in #55
New Contributors
- @MauricioFauth made their first contribution in #55
Full Changelog: 3.1.0...3.2.0
3.1.0
3.0.2
3.0.1
3.0.0
- Fixed DateTime & DateTimeImmutable serialization in PHP 7.4+. Thanks @przemyslaw-bogusz
- Added testing for PHP 7.3 and 7.4
- Changed minimum PHP version supported is now 7.0
- Updated PHPUnit version to 6.x
- Removed deprecated namespace
Zumba\Util