Releases: JuliaIO/EzXML.jl
Releases · JuliaIO/EzXML.jl
Improve Julia 0.6 compatibility
- Many code fixes for Julia 0.6 (#10).
Bug fixes
EzXML 0.4
- Add
nodepath
. - Improve the consistency of attribute accessor.
- Rename
XMLReader
toStreamReader
. - 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
- Make
addelement!
create an empty element if no content given. - Change the return value of
addelement!
andsetroot!
. - Start to support DTD (Doctype type definition) nodes.
Performance improvement
- Precompile EzXML by default.
Bug fixes
- Check ownership when moving a tree to another tree.
EzXML.jl 0.2
- Support Windows.
- Register namespaces to XPath automatically.
- Fix XML detection.
- Hide
istext
if defiend inBase
.
EzXML.jl 0.1
- Add streaming reader APIs.
- Rename node type constants.
- Add more detailed documents.
Bug fixes
- Fix a multi-byte parsing bug.
Initial release
This is the first tagged version of EzXML.jl.