Releases: samoconnor/InfoZIP.jl
Releases · samoconnor/InfoZIP.jl
v0.2.0 Support Julia 1.0
fix InfoZip -> InfoZIP capitalisation
v0.0.10
v0.5 compatibility.
Close file after unzip operation (ZipFile.jl
backend).
v0.0.9
Add ENV["HAVE_INFOZIP"] option to support userimg.jl build.
v0.0.8
pass -o option to unzip to force over-write of existing files
Julia v0.5 compat
v0.0.6 InfoZIP v0.0.6 [53a70f01fa]
v0.0.5
Use Cmd( , dir = ...) to make async safe (remove use of cd())
v0.0.3
New: Base.merge!{T<:Associative}(z::Archive, dict::T)
v0.0.2
Add alternate ZipFile.jl backend (for when Info-ZIP is not installed)