Skip to content

Releases: JuliaCloud/LazyJSON.jl

v0.2.2

24 Sep 21:15
53c63f0
Compare
Choose a tag to compare

LazyJSON v0.2.2

Diff since v0.2.1

Closed issues:

  • Moving PropertyDicts.jl to its own package? (#22)

Merged pull requests:

v0.2.1

16 Mar 20:08
234a33b
Compare
Choose a tag to compare

LazyJSON v0.2.1

Diff since v0.2.0

Merged pull requests:

  • Install TagBot as a GitHub Action (#18) (@JuliaTagBot)
  • Remove type pirated promote_rule (#20) (@omus)
  • Use OrderedCollections instead of DataStructures (#21) (@omus)

v0.2.0

22 Dec 16:57
v0.2.0
cb38138
Compare
Choose a tag to compare

v0.2.0 (2019-12-20)

Diff since v0.1.1

Closed issues:

  • Make v0.1.1 release (#8)
  • Julia 1.2: UndefVarError: next\_continued not defined (#5)

Merged pull requests:

v0.1.1

14 Mar 00:05
df4d4ab
Compare
Choose a tag to compare
  • make getproperty runtime optional d49ea3c
  • support parsing JSON.number to AbstractFloat #6
  • Change next_continued to be local #7

v0.1.0 unsigned conversion methods for JSON.Number

16 Oct 20:39
Compare
Choose a tag to compare
unsigned conversion methods for JSON.Number

v0.0.6 Fix #2 : Base.getindex(j::JSON.Array{IOString{T}}

27 Sep 22:34
Compare
Choose a tag to compare

v0.0.5 Julia 1.0 Support

14 Aug 02:11
Compare
Choose a tag to compare
update IOStrings and SplicedStrings for Julia 1.0

v0.0.4 Julia 1.0 support (incomplete)

13 Aug 23:53
Compare
Choose a tag to compare

IOStrings and SplicedStrings are disabled pending updates for latest AbstractString interface

Struct filling support