Skip to content

Releases: JuliaIO/EzXML.jl

Fix deprecations on Julia 0.7

09 Mar 18:14
e802b1a

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

Choose a tag to compare

ExXML.jl 0.6

11 Feb 07:28
cc828de

Choose a tag to compare

  • Use pre-built libxml2 binaries (#45).
  • Deprecate read(Document) and parse(Document) overloadings (#42).

Bugfix release

28 Dec 02:27
d25b9a7

Choose a tag to compare

  • Fix memory management of nodes (#39).

Fix deprecated warnings

24 Dec 17:29
b4378f6

Choose a tag to compare

  • Fix deprecated warnings (#37).

Catch up Julia 0.7 nightly

01 Dec 15:05
d839406

Choose a tag to compare

  • Fix most deprecated warnings on Julia 0.7 (#35).

Support Julia 0.7 nightly

05 Nov 09:30
9f532f3

Choose a tag to compare

  • Fix depwarns on Julia 0.7 (current master) #33

Docs fix release

08 Oct 10:23

Choose a tag to compare

  • Add installation steps to README.md (#30).
  • Minor spelling corrections (#31).
  • Fix a deprecated function call in an example (#32).

Bugfix release

13 Sep 22:40

Choose a tag to compare

  • Do not reuse the context dictionary (fix #28) (#29).

EzXML 0.5

08 Sep 16:12

Choose a tag to compare

  • Drop Julia 0.5 support #24.
  • Deprecate name and content in favor of nodename and nodecontent #26.
  • Deprecate depth in favor of nodedepth #27.
  • Export istext #25.
  • Use running julia exec when executing example tests #23.