Changelog
January 14, 2021 ยท View on GitHub
All notable changes to json-objects will be documented in this file.
Updates should follow the Keep a CHANGELOG principles.
v1.2.0 - 2021-01-14
Added
- Support for PHP 8.0
Changed
- Code style from PSR-2 to PSR-12
- Migrated from Travis to GitHub actions
v1.1.2 - 2019-04-26
Added
- Support for PHP 7.1
v1.1.1 - 2019-04-26
Fixed
- Fixed streaming from PSR-7 classes by adding a custom stream wrapper
v1.1.0 - 2019-04-25
Added
- Support for PSR-7 messages and streams
v1.0.1 - 2019-03-26
Changed
- Use intermediate variable to check whether a source is valid
v1.0.0 - 2019-03-26
Added
- Released the first version of the package