Skip to content

Commit 5c447dc

Browse files
committed
v3.2.0
* Update support to Laravel Framework v5.2. * 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)`. * 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. * Add `paragonie/random_compat` as dependencies. Signed-off-by: crynobone <crynobone@gmail.com>
1 parent f695c49 commit 5c447dc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ title: Parser Change Log
33

44
---
55

6+
## Version 3.2 {#v3-2}
7+
8+
### v3.2.0 {#v3-2-0}
9+
10+
* Update support to Laravel Framework v5.2.
11+
* Add functionality to swap attribute key with an alias using `item::attribute>attribute`.
12+
* Add functionality to parse multiple same-name same-level elements with properties using `property(::id,value)`.
13+
* Introduce `Orchestra\Parser\Xml\Document::rebase()` in order to change the parent node for faster parsing.
14+
* Introduce `Orchestra\Parser\Xml\Document::namespaced()` to fetch namespaced elements.
15+
* Add support to access namespaced elements via collection by using `item/ns[value1,value2]` etc.
16+
* Add `paragonie/random_compat` as dependencies.
17+
618
## Version 3.1 {#v3-1}
719

820
### v3.1.3 {#v3-1-3}

0 commit comments

Comments
 (0)