Releases: quinnj/JSON3.jl
Releases · quinnj/JSON3.jl
v0.1.2
v0.1.2 (2019-07-01)
Diff since v0.1.1
Closed issues:
- Dict with UUID keys (#9)
- Issue with Array eltype promotions (#8)
- The need to define a StructType for each parametric type (#6)
Merged pull requests:
- Fix #9 by making sure dict construction uses the generic StringType c… (#11) (quinnj)
- Fix array eltype promotions w/ Int/Float (#10) (quinnj)
- Added some docs for parametric types (#7) (yakir12)
v0.1.1
v0.1.1 (2019-06-25)
Diff since v0.1.0
Closed issues:
Merged pull requests:
- Remove default JSON3.Struct for types; instead, we have a NoStructTyp… (#3) (quinnj)
- Fix #1 by ensuring our original tape never goes out of scope; we can … (#2) (quinnj)