Skip to content

Releases: quinnj/JSON3.jl

v0.1.6

24 Jul 06:12
v0.1.6
7756d8d
Compare
Choose a tag to compare

v0.1.6 (2019-07-24)

Diff since v0.1.5

Closed issues:

  • show for JSON3.Array (#17)

Merged pull requests:

v0.1.5

22 Jul 18:31
v0.1.5
f5cf3bb
Compare
Choose a tag to compare

v0.1.4

10 Jul 16:05
v0.1.4
6bc1230
Compare
Choose a tag to compare

v0.1.4 (2019-07-10)

Diff since v0.1.3

Merged pull requests:

  • Further improvements to array promotion (#16) (quinnj)

v0.1.3

02 Jul 07:23
v0.1.3
1f846fc
Compare
Choose a tag to compare

v0.1.3 (2019-07-02)

Diff since v0.1.2

Merged pull requests:

  • Further improvements to Array eltype parsing (#15) (quinnj)
  • Fix issue w/ string key on object get (#14) (quinnj)

v0.1.2

01 Jul 18:22
v0.1.2
3841adf
Compare
Choose a tag to compare

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

25 Jun 20:30
v0.1.1
5aa0daf
Compare
Choose a tag to compare

v0.1.1 (2019-06-25)

Diff since v0.1.0

Closed issues:

  • Segmentation faults (#1)

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)

v0.1.0

24 Jun 17:22
v0.1.0
Compare
Choose a tag to compare