Releases: orchestral/parser
Releases · orchestral/parser
v3.0.2
- 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
- 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
- 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
- Update support to Laravel Framework v5.1.
v3.0.0
- Update support to Laravel Framework v5.0.
- Simplify PSR-4 path.
v2.2.0
- Bump minimum version to PHP v5.4.0.