Releases: quinnj/JSON3.jl
Releases · quinnj/JSON3.jl
v1.14.3
JSON3 v1.14.3
Merged pull requests:
Closed issues:
- provide JSONText in analogy to JSON.jl (#168)
- Amazon Ion support (and/or other JSON superset) (#169)
- Trouble writing a UInt128 and reading it back again (#173)
- 2-arg show is currently not copy-pasteable. (#202)
StructTypes.excludes
not working (#224)- Stack overflow when writing
Real
that isn'tAbstractFloat
orInteger
(#232) - convert
Vector{JSON3.Object}
toJSON3.Array
? (#234) - JSON3.pretty extremely buggy (#246)
- Critical: Vector of Vector raise Exception (#248)
- no method matching JSON3.read(::Cmd, ::Type) (#251)
- Core dumped when writing DateTime (#269)
- DataFrameRows iterator (from DataFrames.eachrow) repeats entire dataframe when serialising with JSON3 (#280)
JSON3.read
parses literal successfully regardless of trailing text (#288)- Round trip failure (#295)
v1.14.2
JSON3 v1.14.2
Merged pull requests:
- Add extra keyword argument for ignoring extra fields (#300) (@simsurace)
- add
parse
andparsefile
functions (#302) (@JeffBezanson) - Fix typo in docs (#303) (@LilithHafner)
- Patch release (#307) (@0x0f0f0f)
Closed issues:
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)