Releases: JuliaData/StructTypes.jl
Releases · JuliaData/StructTypes.jl
v1.10.0
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
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
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.0
StructTypes v1.8.0
Diff since v1.7.3
Closed issues:
- Macros for setting
StructType
? (#64)
Merged pull requests:
v1.7.3
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
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
StructTypes v1.7.1
Diff since v1.7.0
Closed issues:
- Error after v1.7 update (#47)
Merged pull requests: