Releases: quinnj/JSON3.jl
Releases · quinnj/JSON3.jl
v1.14.1
v1.14.0
JSON3 v1.14.0
Merged pull requests:
- add nested getindex to precompile (#271) (@oscardssmith)
- support Arrow on 1.9+ via pkg extension (#274) (@palday)
Closed issues:
- JSON3.read files directly (#241)
v1.13.2
JSON3 v1.13.2
Merged pull requests:
v1.13.1
JSON3 v1.13.1
Closed issues:
- new patch version ? (#259)
Merged pull requests:
- Use
sizeof
rather thanlength
for file length check (#260) (@MichaelHatherly) - Fix JSON3.write for non-traditional indexed AbstractVector (#261) (@quinnj)
v1.13.0
JSON3 v1.13.0
Closed issues:
- Unable to write negative big integers (#242)
- Alternative to wrapper types? (#254)
- Serializing/deserializing nulls vs. empty vectors (#255)
Merged pull requests:
- Read files directly (#243) (@onetonfoot)
- Fix writing of BigInts (#244) (@quinnj)
- can now do read(::Cmd, ::Type) (#252) (@eugene-shvarts)
- Fix writing when array has undef values (#253) (@quinnj)
- Migrate from SnoopPrecompile to PrecompileTools (#256) (@timholy)
- Clarify StructTypes.AbstractType(), the role of Julia types in dispatch (#257) (@freemin7)
v1.12.0
v1.11.1
JSON3 v1.11.1
Closed issues:
- Get from https url in company network with self signed certificate (#237)
Merged pull requests:
- Rely on Base for Ryu (#238) (@nickrobinson251)
v1.11.0
JSON3 v1.11.0
Closed issues:
dateformat
keyword argument passed to UUID constructor (#235)
Merged pull requests:
- Add SnoopPrecompile (#228) (@jakobnissen)
- Add
JSON3.tostring
for Real number overloads when writing (#236) (@quinnj)