Skip to content

Releases: quinnj/JSON3.jl

v1.14.1

16 Oct 22:56
02e2ecf
Compare
Choose a tag to compare

JSON3 v1.14.1

Diff since v1.14.0

Merged pull requests:

  • Fix typo in docs (#278) (@xlxs4)
  • Remove two inlines slowing down GLTF TTFX on Julia v1.10.3 and bloating compiled dll sizes on Julia v1.10 and v1.11 (#282) (@jaakkor2)
  • Handle lots of fields (#284) (@Naunet)

Closed issues:

  • @inline-statements in src/structs.jl seem to bloat the precompiled size and slow TTFX (#279)
  • Why are keys of a Dict not unpacked before serialization? (#286)
  • JSON3.jl does not comply with the JSON specification (#289)

v1.14.0

15 Dec 08:30
6429ada
Compare
Choose a tag to compare

JSON3 v1.14.0

Diff since v1.13.2

Merged pull requests:

Closed issues:

  • JSON3.read files directly (#241)

v1.13.2

02 Aug 22:15
717406d
Compare
Choose a tag to compare

JSON3 v1.13.2

Diff since v1.13.1

Merged pull requests:

  • Refactor internal getvalue for JSON3.Array to improve performance (#267) (@quinnj)

v1.13.1

05 Jun 23:00
e33786c
Compare
Choose a tag to compare

JSON3 v1.13.1

Diff since v1.13.0

Closed issues:

  • new patch version ? (#259)

Merged pull requests:

  • Use sizeof rather than length for file length check (#260) (@MichaelHatherly)
  • Fix JSON3.write for non-traditional indexed AbstractVector (#261) (@quinnj)

v1.13.0

02 Jun 18:03
0dd0f0f
Compare
Choose a tag to compare

JSON3 v1.13.0

Diff since v1.12.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:

v1.12.0

13 Nov 04:32
8569ff9
Compare
Choose a tag to compare

JSON3 v1.12.0

Diff since v1.11.1

Merged pull requests:

  • add numbertype=Float64 option (#240) (@visr)

v1.11.1

22 Oct 02:14
45e5494
Compare
Choose a tag to compare

JSON3 v1.11.1

Diff since v1.11.0

Closed issues:

  • Get from https url in company network with self signed certificate (#237)

Merged pull requests:

v1.11.0

20 Oct 20:09
7f593ad
Compare
Choose a tag to compare

JSON3 v1.11.0

Diff since v1.10.0

Closed issues:

  • dateformat keyword argument passed to UUID constructor (#235)

Merged pull requests:

v1.10.0

08 Sep 16:41
3d542d3
Compare
Choose a tag to compare

JSON3 v1.10.0

Diff since v1.9.5

Closed issues:

  • Left align JSON keys when using JSON3.pretty() (#161)
  • Closing bracket misaligned for empty dicts when calling JSON3.pretty (#225)

Merged pull requests:

v1.9.5

19 May 15:04
11afbb8
Compare
Choose a tag to compare

JSON3 v1.9.5

Diff since v1.9.4

Closed issues:

  • Reading JSON string of specific structure (#209)

Merged pull requests: