Skip to content

Releases: JuliaData/StructTypes.jl

v1.10.0

05 Sep 21:52
7318880
Compare
Choose a tag to compare

StructTypes v1.10.0

Diff since v1.9.1

Closed issues:

  • Default to StructTypes.Struct()? (#61)
  • Define Struct() as the struct type for <:Exception? (#71)
  • Named tuples not converting (#72)
  • fails to read integer arrays (#85)

Merged pull requests:

v1.9.1

27 Aug 21:26
30aa4b6
Compare
Choose a tag to compare

StructTypes v1.9.1

Diff since v1.9.0

Closed issues:

  • default value support (#53)

Merged pull requests:

  • Also allow using defaults from JSON3.read (#80) (@kshyatt)

v1.9.0

13 Aug 20:07
aaa7b87
Compare
Choose a tag to compare

StructTypes v1.9.0

Diff since v1.8.1

Closed issues:

  • Use different constructors (#73)
  • constructfrom having a tough time with a bad Union field (#77)

Merged pull requests:

  • Escape underscores in documentation (#74) (@melonedo)
  • More construct methods, typo fix, and fix union constructfrom (#78) (@kshyatt)
  • Add optional setting of defaults for Structs (#79) (@kshyatt)

v1.8.1

12 Oct 18:18
9e9d864
Compare
Choose a tag to compare

StructTypes v1.8.1

Diff since v1.8.0

v1.8.0

12 Oct 17:42
9eed232
Compare
Choose a tag to compare

StructTypes v1.8.0

Diff since v1.7.3

Closed issues:

  • Macros for setting StructType? (#64)

Merged pull requests:

v1.7.3

30 Aug 22:19
7fafe8c
Compare
Choose a tag to compare

StructTypes v1.7.3

Diff since v1.7.2

Closed issues:

  • missing docstring warning (#54)
  • how to serialize subtypes of an abstract type such that deserialization works? (#57)
  • using CustomStruct lowering for AbstractType (#58)
  • read(jsonstring) in docs raises error (#59)
  • Should AbstractUnitRange be Array-like? (#62)

Merged pull requests:

  • Fix typo in Mutable documentation (#51) (@dralletje)
  • Fix docs referring to StructTypes.read (#60) (@quinnj)
  • Fix applyfield when applied to non-existent fields (#63) (@quinnj)

v1.7.2

23 Apr 06:16
eabfafe
Compare
Choose a tag to compare

StructTypes v1.7.2

Diff since v1.7.1

Merged pull requests:

  • Fix when omitempties(T) = true is defined in StructTypes.foreachfield (#50) (@quinnj)

v1.7.1

16 Apr 18:18
ba402e1
Compare
Choose a tag to compare

StructTypes v1.7.1

Diff since v1.7.0

Closed issues:

  • Error after v1.7 update (#47)

Merged pull requests:

  • Fix ambiguity w/ construct method (#49) (@quinnj)

v1.7.0

16 Apr 15:04
a134a08
Compare
Choose a tag to compare

StructTypes v1.7.0

Diff since v1.6.0

Merged pull requests:

v1.6.0

13 Apr 04:49
6a2d072
Compare
Choose a tag to compare

StructTypes v1.6.0

Diff since v1.5.2

Merged pull requests:

  • Add StructType trait definition for Base.VersionNumber (#44) (@quinnj)