Skip to content

Releases: orchestral/parser

v3.0.2

26 Aug 23:35
Compare
Choose a tag to compare
  • Introduce Orchestra\Parser\Xml\Document::rebase() in order to change the parent node for faster parsing.
  • Introduce Orchestra\Parser\Xml\Document::namespaced() to fetch namespaced elements.
  • Add support to access namespaced elements via collection by using item/ns[value1,value2] etc.

v3.1.1

13 Jun 04:27
Compare
Choose a tag to compare
  • Add functionality to swap attribute key with an alias using item::attribute>attribute.
  • Add functionality to parse multiple same-name same-level elements with properties using property(::id,value).

v3.0.1

13 Jun 04:26
Compare
Choose a tag to compare
  • Add functionality to swap attribute key with an alias using item::attribute>attribute.
  • Add functionality to parse multiple same-name same-level elements with properties using property(::id,value).

v3.1.0

17 May 13:08
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.1.

v3.0.0

06 Feb 00:55
Compare
Choose a tag to compare
  • Update support to Laravel Framework v5.0.
  • Simplify PSR-4 path.

v2.2.0

12 Jun 17:40
Compare
Choose a tag to compare
  • Bump minimum version to PHP v5.4.0.

v2.1.0

12 Jun 17:40
Compare
Choose a tag to compare
  • Initial version.