Skip to content

Releases: JuliaIO/EzXML.jl

Bugfix release

28 Dec 02:27
d25b9a7
Compare
Choose a tag to compare
  • Fix memory management of nodes (#39).

Fix deprecated warnings

24 Dec 17:29
b4378f6
Compare
Choose a tag to compare
  • Fix deprecated warnings (#37).

Catch up Julia 0.7 nightly

01 Dec 15:05
d839406
Compare
Choose a tag to compare
  • Fix most deprecated warnings on Julia 0.7 (#35).

Support Julia 0.7 nightly

05 Nov 09:30
9f532f3
Compare
Choose a tag to compare
  • Fix depwarns on Julia 0.7 (current master) #33

Docs fix release

08 Oct 10:23
Compare
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
Compare
Choose a tag to compare
  • Do not reuse the context dictionary (fix #28) (#29).

EzXML 0.5

08 Sep 16:12
Compare
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.

Fix deprecated cfunction usage

01 Aug 07:35
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fix deprecated type declarations (#12).