Skip to content

Releases: Innmind/XML

7.7.0

26 Jun 08:01
7.7.0
d404acd
Compare
Choose a tag to compare

Changed

  • Requires innmind/immutable:~5.7
  • Document and Element children Sequence is no longer forced to be lazy, it depends on the kind of Sequence you use when building them

7.6.0

26 Jun 08:01
7.6.0
4e72ac8
Compare
Choose a tag to compare

Changed

  • Requires innmind/filesystem:~7.0

7.5.0

16 Sep 17:29
7.5.0
a02227b
Compare
Choose a tag to compare

Added

  • Support for innmind/immutable:~5.0

Removed

  • Support for PHP 8.1

7.4.0

03 Feb 13:55
7.4.0
9f2aae9
Compare
Choose a tag to compare

Added

  • Innmind\Xml\Attribute::empty()

7.3.0

21 Jan 10:44
7.3.0
9a61d14
Compare
Choose a tag to compare

Added

  • Innmind\Xml\Node\ProcessingInstruction

7.2.0

18 Dec 12:37
7.2.0
ea5e0cd
Compare
Choose a tag to compare

7.2.0 - 2022-12-18

Added

  • Support for innmind/filesystem:~6.0

7.1.0

26 Nov 13:29
7.1.0
b9396d8
Compare
Choose a tag to compare

Added

  • Innmind\Xml\AsContent interface implemented on Innmind\Xml\Node\Document and Innmind\Xml\Element\Element

Fixed

  • Calling prependChild on Node\Document and Element\Element won't unwrap all the children in memory in case of a lazy sequence