Releases: JuliaIO/EzXML.jl
Releases · JuliaIO/EzXML.jl
Fix deprecated cfunction usage
01 Aug 07:35
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Show warning messages when reading malformed HTML (#15 ).
Run CI on Julia 0.6 (#16 ).
Improve Julia 0.6 compatibility
15 Feb 15:11
Compare
Sorry, something went wrong.
No results found
Fix deprecated type declarations (#12 ).
Improve Julia 0.6 compatibility
20 Jan 15:53
Compare
Sorry, something went wrong.
No results found
Many code fixes for Julia 0.6 (#10 ).
Bug fixes
19 Jan 02:54
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Precompile EzXML by default.
Bug fixes
20 Nov 10:29
Compare
Sorry, something went wrong.
No results found
Check ownership when moving a tree to another tree.
EzXML.jl 0.2
16 Nov 11:31
Compare
Sorry, something went wrong.
No results found
Support Windows.
Register namespaces to XPath automatically.
Fix XML detection.
Hide istext if defiend in Base.