Skip to content

Releases: JuliaIO/LibExpat.jl

v0.6.1

24 Jan 16:40
v0.6.1
6b38814
Compare
Choose a tag to compare

v0.6.1 (2020-01-24)

Diff since v0.6.0

Merged pull requests:

  • Replace search\(s, t\) with something\(findfirst\(t, s\), 0:-1\) (#101) (DilumAluthge)

v0.6.0

17 Sep 08:58
v0.6.0
8e590a1
Compare
Choose a tag to compare

v0.6.0 (2019-09-16)

Diff since v0.5.0

Merged pull requests:

Drop 0.6 and fix deprecations

21 Aug 18:38
256ca60
Compare
Choose a tag to compare
Update REQUIRE

Drop alpha of julia v0.7

Fix deprecations on master

05 Apr 14:06
4d37b81
Compare
Choose a tag to compare
Remove deprecated typeseq  (#90)

Remove typeseq which has been deprecated on master in Julia

Fix deprecations on master

04 Jan 17:53
Compare
Choose a tag to compare
v0.4.1

use Compat.Unicode to fix errors on v0.7 (#88)

Drop 0.5 and fix deprecations

07 Dec 16:26
271c820
Compare
Choose a tag to compare
v0.4.0

Bump to 0.6 and fix deprecations (#86)

v0.3.1: update cfunction tuple call type (#84)

27 Nov 14:49
Compare
Choose a tag to compare
 update cfunction tuple call type

drop 0.4 support and update deprecated syntax

30 Jul 15:32
Compare
Choose a tag to compare
Drop 0.4 and update a few deprecated syntax (#82)

Drop 0.4 and update deprecated syntax

Enable precompilation

30 Jul 07:22
Compare
Choose a tag to compare

Enable precompilation by backing callbacks local variables

Change ANY -> Any in order to work on Julia 0.7

18 Jul 06:34
Compare
Choose a tag to compare
Fix free type variables (#80)

* Fix free type variables. Update xpath.jl