Releases: Lendable/json-serializer
Releases · Lendable/json-serializer
1.0.5
What's Changed
- Remove ext-json requirement as always enabled as of PHP 8.0 by @marmichalski in #528
- Require PHP 8.2 by @marmichalski in #527
Full Changelog: 1.0.4...1.0.5
1.0.4
1.0.3
What's Changed
- Allow PHP 8.2 and run CI against it by @marmichalski in #278
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
- Update to require PHP 8.0 or 8.1 by @ben-challis in #270 & #271
- Update .gitattributes to not package un-required files in releases by @ben-challis in #272
- Various development side quality improvements
Full Changelog: 1.0.1...1.0.2
1.0.1
1.0.0
0.1.1
- Fixed referenced exceptions in docblocks re: early stage refactor
- Use JSON_UNESCAPED_UNICODE & JSON_UNESCAPED_SLASHES when encoding
- Update README title
0.1.0
Merge pull request #1 from Lendable/lib Initial implementation