Releases: JuliaIO/JSON.jl
Releases · JuliaIO/JSON.jl
v0.21.4
JSON v0.21.4
Closed issues:
Merged pull requests:
- Update doc with correct parameterized function syntax (#336) (@o314)
- Introduce a recursive cycle check when writing (#345) (@quinnj)
- Use listenany for async tests; fixes #349 (#350) (@quinnj)
- Fix outdated grammar in "Documentation" in README.md (#352) (@singularitti)
- Bump version for new release (#355) (@quinnj)
v0.21.3
v0.21.2
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)
v0.20.1
v0.20.1 (2020-02-14)
Closed issues:
v0.21.0
v0.21.0 (2019-07-16)
Closed issues:
- Switch number parsing to Parsers.jl (#284)
- JSON boolean values not parsed as Julia Bool (#275)
- Support top-level JSON arrays (#273)
- can't set type to Float32 (#272)
- Update Julia version badge to 1.X (#270)
- Reading NaN and Inf (#168)
- Access to undefined reference serializing
\#undef
(#159)
Merged pull requests:
- Restructure Project.toml, bump version for next release (#290) (ararslan)
- Allow specifying a value to use when parsing null (#289) (ararslan)
- Switch from REQUIRE to Project.toml (#286) (kmsquire)
- Parse floats using Parsers.jl (fixes #284) (#285) (kmsquire)
- Update benchmarks to Julia 1.x (#282) (kmsquire)
- Added inline documentation for exported APIs (#281) (kmsquire)
- RFC: Add
allownan
keyword argument to parse() (Fixes #168) (#280) (kmsquire) - Fix indexing of ESCAPED_ARRAY (#274) (krrutkow)
v0.20.0
- Performance improvements (@KristofferC)
- Fix for parsing non-sensible numbers like 123xyz
v0.19.0: Merge pull request #254 from stevengj/patch-1
precompile is now the default
v0.18.0
Fix deprecations on latest master
- Fix some deprecations (@rened)