Skip to content

Tags: JuliaComputing/XML.jl

Tags

v0.3.5

Toggle v0.3.5's commit message
[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)

v0.3.4

Toggle v0.3.4's commit message
[Diff since v0.3.3](v0.3.3...v0.3.4)

**Closed issues:**
- Easier Interface for Creating XML Documents? (#25)
- Overload `keys`? (#26)

v0.3.3

Toggle v0.3.3's commit message
## 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)

v0.3.2

Toggle v0.3.2's commit message
## XML v0.3.2

[Diff since v0.3.1](v0.3.1...v0.3.2)

v0.3.1

Toggle v0.3.1's commit message
## 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)

v0.3.0

Toggle v0.3.0's commit message
## XML v0.3.0

[Diff since v0.2.3](v0.2.3...v0.3.0)

v0.2.3

Toggle v0.2.3's commit message
## XML v0.2.3

[Diff since v0.2.2](v0.2.2...v0.2.3)

v0.2.2

Toggle v0.2.2's commit message
## 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)

v0.2.1

Toggle v0.2.1's commit message
## XML v0.2.1

[Diff since v0.2.0](v0.2.0...v0.2.1)

v0.2.0

Toggle v0.2.0's commit message
## XML v0.2.0

[Diff since v0.1.3](v0.1.3...v0.2.0)


**Closed issues:**
- == method should be insensitive to attribute order (#7)