Releases: quinnj/JSON3.jl
Releases · quinnj/JSON3.jl
v1.0.3
JSON3 v1.0.3
Closed issues:
Merged pull requests:
- Throw a more informative error on invalid numbers. Fixes #57. (#58) (@quinnj)
- Fix uint8 overflow (#60) (@christopher-dG)
v1.0.2
v1.0.1
JSON3 v1.0.1
v1.0.0
JSON3 v1.0.0
Closed issues:
- integration with CategoricalArrays.jl (#27)
- Bug in read Mutable not respecting overloaded JSON3.names (#31)
- Extreme compile times for read(data, Vector{CustomType}) (#33)
car
example fails? v1.3.0 (in README) (#35)- JSON3.write expects the output of pairs to have length defined (#37)
- Slowdown reading Mutable Structs (on master vs 0.1.13) (#41)
- A proper documentation workflow, with 'stable/latest' links from readme (#48)
- Inconsistent behaviour for NaNs and Infs (#49)
Merged pull requests:
- Factor out StructTypes code into separate package (#36) (@quinnj)
- Allow writing DictTypes even when length(pairs(dict_type)) undefined (#38) (@non-Jedi)
- Improve Mutable read perf by ensuring we merge NamedTuples and not fa… (#43) (@quinnj)
- Install TagBot as a GitHub Action (#44) (@JuliaTagBot)
- [BREAKING]: don't allow serializing non finite floats as per JSON spe… (#50) (@quinnj)
v0.1.13
v0.1.12
v0.1.12 (2019-10-27)
v0.1.11
v0.1.10
v0.1.10 (2019-09-03)
Merged pull requests:
v0.1.8
v0.1.8 (2019-08-13)
Closed issues:
Merged pull requests:
- use Int64 for all integers that end up bitcast to UInt64 (#23) (visr)
- cosmetic touch up (#20) (KristofferC)