Xml Versions Save

sabre/xml is an XML library that you may not hate.

2.2.6

10 months ago

2.2.6 (2023-06-28)

  • #229 Fixed error where valueobject has eaten too much ( @mrbig )

4.0.0

1 year ago

4.0.0 (2022-09-26)

  • #226 Allow sabre/uri major version 3 ( @phil-davis )

This has been released as a major release to be sure that consumers can implement it as-and-when they wish, just in case someone has some code that depends on the Windows file path URI parsing that changed a bit between sabre/uri 2 and 3.

The use of sabre/uri major version 1 has also been dropped - that major version is very old, and everyone should be on major version 2 with PHP 7.4 or later anyway.

3.0.0

1 year ago

3.0.0 (2022-08-17)

  • #220 Set minimum PHP to 7.4 and declare types ( @phil-davis )
  • #219 Update .gitattributes ( @cedric-anne )
  • #217 Declare types ( @staabm )
  • #213 added phpstan types to deserializer functions ( @staabm )
  • #214 update phpstan 1.x ( @staabm )

Major version 3 implements type declarations for input parameters, function returns, variables etc. It supports PHP 7.4 and PHP 8. When you upgrade to major version 3, if you extend classes etc., then you will need to make similar type declarations in your code.

2.2.5

2 years ago

2.2.5 (2021-11-04)

  • #210 version bump that was missed in 2.2.4 ( @phil-davis )

2.2.4

2 years ago

Release 2.2.4 (2021-11-04)

  • #204 Use libxml version instead of PHP version before calling libxml_disable_entity_loader ( @CarlSchwan )

2.2.3

3 years ago

2.2.3 (2020-10-03)

  • #191: add changelog and version bump that was missed in 2.2.2

2.2.2

3 years ago

2.2.2 (2020-10-03)

  • #190: adjust libxml_disable_entity_loader calls ready for PHP 8.0 (@phil-davis)

2.2.1

4 years ago

2.2.1 (2020-05-11)

  • #183: fixed warning 'xml cannot be empty while reading', which might lead to a infinite-loop (@mrow4a)
  • #179, #178, #177 #176: several build/continous integration related improvements (@phil-davis)

2.2.0

4 years ago

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)

2.1.3

4 years ago
  • #166: Throw exception when empty inputs found