Commit 5c447dc
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
1 file changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
6 | 18 | | |
7 | 19 | | |
8 | 20 | | |
| |||
0 commit comments