- Add test runs for PHP 8.3
- Add support for psr/http-message 2.0
- Add lowest dependencies test run
- Add test runs for PHP 8.2
- Migrate from Travis to Github Actions
- Add test runs for PHP 8.1
- Add support for PHP 8.0
- Add chunking support
- Add PSR-7 Http Message interface support
- Fix issue with nested arrays of objects
- Add support for more input formats (documents flow)
- Make code compliant with PSR-12
- Add support for streams
- Add
parseAsObjectsmethod
- Add support for GZIP-compressed files
- Drop support of PHP older than 7.1
- Add support for PHP 7.3
- Add support PHP 7.1 and 7.2
- Drop support of PHP older than 5.6
- Fix tests
- Fix BC by changing default
assocparam to true
- Ability to receive collection items as objects
- Bump minimum PHP version to
5.4 - Update streaming parser library to
6.0
- Add
Parser::stopmethod
- Update streaming parser library to
5.0
- Refactoring
- Add
Parser::setOptionandParser::getOptionsmethods
- Refactoring
- Add more examples to readme
- Initial implementation