Skip to content

Releases: JuliaIO/EzXML.jl

Fix deprecated cfunction usage

01 Aug 07:35

Choose a tag to compare

  • Update deprecated tuple type call's in cfunction (#19).
  • Add some tests for argument errors (#20).
  • Fix docs (#21).

Bugfix release

30 Jun 01:04

Choose a tag to compare

  • Show warning messages when reading malformed HTML (#15).
  • Run CI on Julia 0.6 (#16).

Improve Julia 0.6 compatibility

15 Feb 15:11

Choose a tag to compare

  • Fix deprecated type declarations (#12).

Improve Julia 0.6 compatibility

20 Jan 15:53

Choose a tag to compare

  • Many code fixes for Julia 0.6 (#10).

Bug fixes

19 Jan 02:54

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

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

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

Choose a tag to compare

  • Precompile EzXML by default.

Bug fixes

20 Nov 10:29

Choose a tag to compare

  • Check ownership when moving a tree to another tree.

EzXML.jl 0.2

16 Nov 11:31

Choose a tag to compare

  • Support Windows.
  • Register namespaces to XPath automatically.
  • Fix XML detection.
  • Hide istext if defiend in Base.