Skip to content

Releases: sabre-io/xml

Release 2.2.5

04 Nov 06:38
a6af111
Compare
Choose a tag to compare

2.2.5 (2021-11-04)

Release 2.2.4

04 Nov 03:43
0aac08d
Compare
Choose a tag to compare

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

03 Oct 10:09
c3b959f
Compare
Choose a tag to compare

2.2.3 (2020-10-03)

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

Release 2.2.2

03 Oct 08:44
cb378d8
Compare
Choose a tag to compare

2.2.2 (2020-10-03)

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

2.2.1

11 May 09:45
41c6ba1
Compare
Choose a tag to compare

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)

Release 2.2.0 (#175)

31 Jan 18:53
705f5cb
Compare
Choose a tag to compare

2.2.0 (2020-01-31)

2.1.3

14 Aug 15:47
Compare
Choose a tag to compare
  • #166: Throw exception when empty inputs found

2.1.2

09 Jan 14:00
Compare
Choose a tag to compare
  • #161: Prevent infinite loop on empty xml elements

1.5.1

09 Jan 13:54
Compare
Choose a tag to compare
  • #161: Prevent infinite loop on empty xml elements

2.1.1

09 Oct 12:07
Compare
Choose a tag to compare
  • #149: Properly detect xml parse errors in parseCurrentElement() edge-cases