v0.21.1
JSON v0.21.1
Closed issues:
- Update Julia version badge to 1.X (#271)
- Can't serialize empty NamedTuple (#279)
- Tag a 1.0.0 (#283)
- Tests fail on nightly build Julia (#294)
- Error parsing very precise float (#296)
- Issue converting JSON message to Julia string. (#297)
- Document custom serialization (#298)
- Tag 0.20.1 is lower than 0.21.0 (#304)
- Options for returning arrays (#308)
Merged pull requests:
- Bump (set) version to 1.0.0 (#287) (@kmsquire)
- Made
show_json
for composite types more flexible viapropertynames
/getproperty
. (#288) (@twadleigh) - Fix show_json to serialize empty NamedTuple (#293) (@0x005c)
- Add documentation for StructuralContext to README (#300) (@TotalVerb)
- Revise README leading paragraphs (#301) (@TotalVerb)
- Document serialization (#302) (@TotalVerb)
- Install TagBot as a GitHub Action (#303) (@JuliaTagBot)
- fix resize! on PushVector to be consistent with Base (#306) (@KristofferC)
- Compat entry for Parsers (#307) (@fonsp)
- revert 1.0 bump and tag + release 0.21.1 instead (#310) (@KristofferC)
- update CI files (#311) (@KristofferC)
- get rid of pushvector (#312) (@KristofferC)