Releases: sabre-io/xml
Releases · sabre-io/xml
Release 2.2.5
2.2.5 (2021-11-04)
- #210 version bump that was missed in 2.2.4 ( @phil-davis )
Release 2.2.4
Release 2.2.4 (2021-11-04)
- #204 Use libxml version instead of PHP version before calling libxml_disable_entity_loader ( @CarlSchwan )
Release 2.2.3
2.2.3 (2020-10-03)
- #191: add changelog and version bump that was missed in 2.2.2
Release 2.2.2
2.2.2 (2020-10-03)
- #190: adjust libxml_disable_entity_loader calls ready for PHP 8.0 (@phil-davis)
2.2.1
Release 2.2.0 (#175)
2.2.0 (2020-01-31)
- #171: Added Support for PHP 7.4, dropped Support for PHP 7.0 (@staabm, @phil-davis)
- #174: Update testsuite to phpunit8 (@phil-davis)
- Added phpstan coverage (@phil-davis)
- #144: Added a new
functionCaller
deserializer function for executing a callable when reading a XML
element (@vsouz4)