Releases: JuliaIO/EzXML.jl
Releases · JuliaIO/EzXML.jl
Support Julia 1.0
- Support Julia 1.0 (#82).
- Fix replace call (#83).
Fix deprecations
- fix
__precompile__
(#81).
Fix printing type names
- Printing imported type names (#80).
EzXML.jl 0.7
- Change the argument order of find* functions (#55).
- Make findfirst and findlast return nothing (#57).
- Support new iterator interface (Julia 0.7 only) (#75).
- Add properties (Julia 0.7 only) (#54, #56, #58, #74, #77).
- Add version and encoding accessors (#73).
- Update docs (#59).
- Change logo (#79).
Support Julia 0.7-beta
- Updates for latest Julia 0.7 (#67).
- Fix deprecations of cfunction (#71).
Update binary files of libxml2
- Update libxml2 binaries (fixes #64 and #65) (#70).
Fix deprecations on Julia 0.7
v0.6.2
fix deprecations on Julia 0.7 (#50)
Fix deprecations of install script
ExXML.jl 0.6
- Use pre-built libxml2 binaries (#45).
- Deprecate read(Document) and parse(Document) overloadings (#42).