Skip to content

Releases: JuliaIO/EzXML.jl

Improve Julia 0.6 compatibility

20 Jan 15:53
Compare
Choose a tag to compare
  • Many code fixes for Julia 0.6 (#10).

Bug fixes

19 Jan 02:54
Compare
Choose a tag to compare
  • Add a missing haskey method for the StreamReader (17f127b).
  • Fix an XPath assertion error (#8).
  • Add some tests.

EzXML 0.4

29 Nov 14:20
Compare
Choose a tag to compare
  • Add nodepath.
  • Improve the consistency of attribute accessor.
  • Rename XMLReader to StreamReader.
  • Hide type names.
  • DTD based validation.
  • Add backward iterators.
  • Add reader interfaces from IO streams.
  • Fix namespace registration bug.
  • Some performance improvements.

EzXML.jl 0.3

25 Nov 01:46
Compare
Choose a tag to compare
  • Make addelement! create an empty element if no content given.
  • Change the return value of addelement! and setroot!.
  • Start to support DTD (Doctype type definition) nodes.

Performance improvement

22 Nov 18:47
Compare
Choose a tag to compare
  • Precompile EzXML by default.

Bug fixes

20 Nov 10:29
Compare
Choose a tag to compare
  • Check ownership when moving a tree to another tree.

EzXML.jl 0.2

16 Nov 11:31
Compare
Choose a tag to compare
  • Support Windows.
  • Register namespaces to XPath automatically.
  • Fix XML detection.
  • Hide istext if defiend in Base.

EzXML.jl 0.1

12 Nov 15:52
Compare
Choose a tag to compare
  • Add streaming reader APIs.
  • Rename node type constants.
  • Add more detailed documents.

Bug fixes

10 Nov 01:30
Compare
Choose a tag to compare
  • Fix a multi-byte parsing bug.

Initial release

10 Nov 01:29
Compare
Choose a tag to compare

This is the first tagged version of EzXML.jl.