Releases: JuliaIO/JSON.jl
Releases · JuliaIO/JSON.jl
v0.14.0: Unescape solidus in tests, and other deprecations (#213)
- Fix writing arrays with unconventional indices (@timholy)
- Fix several deprecations on Julia 0.7
v0.13.0: show_json(CompTypeWrapper): access fields by name (#210)
- Support Pair, serializing as object (@TotalVerb)
- Fix deprecation warnings on 0.7 (@TotalVerb)
- Fix field access in CompositeTypeWrapper (@alyst)
v0.12.0: Merge pull request #206 from JuliaIO/fw/lower-set
- Add support for Set
v0.11.0: Fix show_json(A::AbstractArray{T,0}) (#184)
- Add support for serializing
AbstractArray{_, 0} where _
(@alyst) - Removal of 0.4-specific code (@TotalVerb)
v0.10.0: Merge pull request #202 from JuliaIO/fw/support-enums
- Add support for serializing
Enum
s
v0.9.1: Merge pull request #199 from JuliaIO/fw/stringvector
- Fix regression in string parsing performance introduced by Julia 0.6 string changes
v0.9.0: Add missing test coverage and remove unneeded internal code (#190)
- #162: Introduce
SerializationContext
for more control over serialization
v0.8.3
v0.8.2: Fix tests on 0.6 (#185)
- Fix an
Array
deprecation warning on 0.6.
v0.8.1: 0.6 Compatibility Updates
Fix test deprecation warning on 0.6