Skip to content

Releases: JuliaIO/EzXML.jl

Support Julia 1.0

10 Aug 04:17
Compare
Choose a tag to compare
  • Support Julia 1.0 (#82).
  • Fix replace call (#83).

Fix deprecations

05 Aug 07:42
ec234c8
Compare
Choose a tag to compare
  • fix __precompile__ (#81).

Fix printing type names

26 Jul 01:10
Compare
Choose a tag to compare
  • Printing imported type names (#80).

EzXML.jl 0.7

17 Jul 03:34
cf32e5c
Compare
Choose a tag to compare
  • 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

02 Jul 05:55
Compare
Choose a tag to compare
  • Updates for latest Julia 0.7 (#67).
  • Fix deprecations of cfunction (#71).

Update binary files of libxml2

30 Jun 17:31
Compare
Choose a tag to compare
  • Update libxml2 binaries (fixes #64 and #65) (#70).

Fix deprecations

24 Mar 14:14
5067804
Compare
Choose a tag to compare
  • Fix deprecations (#53).

Fix deprecations on Julia 0.7

09 Mar 18:14
e802b1a
Compare
Choose a tag to compare
v0.6.2

fix deprecations on Julia 0.7 (#50)

Fix deprecations of install script

20 Feb 13:54
a2b90b2
Compare
Choose a tag to compare

ExXML.jl 0.6

11 Feb 07:28
cc828de
Compare
Choose a tag to compare
  • Use pre-built libxml2 binaries (#45).
  • Deprecate read(Document) and parse(Document) overloadings (#42).