Releases: JuliaIO/LibExpat.jl
Releases · JuliaIO/LibExpat.jl
v0.6.1
v0.6.1 (2020-01-24)
Merged pull requests:
- Replace
search\(s, t\)
withsomething\(findfirst\(t, s\), 0:-1\)
(#101) (DilumAluthge)
v0.6.0
v0.6.0 (2019-09-16)
Merged pull requests:
- Bump version (#100) (musm)
- Upgrade to 1.3+, use
Expat\_jll
to vendorlibexpat
(#99) (staticfloat)
Drop 0.6 and fix deprecations
Update REQUIRE Drop alpha of julia v0.7
Fix deprecations on master
Remove deprecated typeseq (#90) Remove typeseq which has been deprecated on master in Julia
Fix deprecations on master
v0.4.1 use Compat.Unicode to fix errors on v0.7 (#88)
Drop 0.5 and fix deprecations
v0.4.0 Bump to 0.6 and fix deprecations (#86)
v0.3.1: update cfunction tuple call type (#84)
update cfunction tuple call type
drop 0.4 support and update deprecated syntax
Drop 0.4 and update a few deprecated syntax (#82) Drop 0.4 and update deprecated syntax
Enable precompilation
Enable precompilation by backing callbacks local variables
Change ANY -> Any in order to work on Julia 0.7
Fix free type variables (#80) * Fix free type variables. Update xpath.jl