You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Diff since v0.3.4](v0.3.4...v0.3.5)
**Merged pull requests:**
- support pushfirst!(parent::Node, child::Node) (#29) (@guo-yong-zhi)
- Update `escape()` to address issue #31 (#32) (@TimG1964)
- Fix depth and parent functions (#37) (@nhz2)
**Closed issues:**
- Empty first line (#28)
- Incorrect escaping of & without a trailing space (#31)
- The `depth` function is hardcoded to return `1` (#36)
## XML v0.3.3
[Diff since v0.3.2](v0.3.2...v0.3.3)
**Merged pull requests:**
- Fixed path definition error in README example (#20) (@Kevin-Mattheus-Moerman)
- update benchmarks and add h function (#23) (@joshday)
**Closed issues:**
- Help building XML documents programmatically (#21)
- Constants like pi or expressions like nothing, are not interpreted but result in "pi" and "nothing" (#22)
## XML v0.3.1
[Diff since v0.3.0](v0.3.0...v0.3.1)
**Closed issues:**
- missing support for sorted attributes (#14)
- XML not serialized properly (#15)
**Merged pull requests:**
- Add support for Julia 1.6 (#16) (@stemann)
## XML v0.2.2
[Diff since v0.2.1](v0.2.1...v0.2.2)
**Closed issues:**
- streaming? (#8)
- handle `.gz` or similarly compressed file (#9)
- Is dependency `Downloads` necessary? (#10)
- modify Node in place (#11)
- Document (breaking) changes between v0.1 and v0.2? (#13)