Releases: JuliaLang/Compat.jl
Releases · JuliaLang/Compat.jl
v0.28.0
Sys.is, Val, and CartesianRange
Merge pull request #377 from JuliaLang/teh/cartesianrange Add atsign-compat support for `CartesianRange`
__MODULE__ support
Merge pull request #363 from JuliaLang/teh/MODULE Support atsign-__MODULE__
v0.25.2: Merge pull request #362 from JuliaLang/fw/depwarn
- Fix deprecation warnings on 0.7
What a rarity—two patch releases in a row!
v0.25.1 — invokelatest bugfix
Bugfix in invokelatest
to make sure it uses the current module
v0.25.0: Update docs for type alias with free parameters (#353)
I didn't know from the current docs that it's only if the RHS has a type parameter. I thought it was whether any had a type parameter. This update clarifies that `@compat` is only needed when the LHS has a type parameter.
bswap, StringVector, and collect
Merge pull request #351 from JuliaLang/teh/collect_version Support `collect` for rc-releases of Julia 0.5
unsafe_trunc and isassigned
v0.23.0 Support isassigned(::RefValue) (#345)