Releases: Houzz/Zcode
4.0.11
4.0.10
default LogError owner is now the infraTeam
4.0.9
severity rename refactor
4.0.8
ownership command
4.0.7
Fallback
fix regex for when the key has spaces in a fallback scenario
v4.0.4
fix disabled Xcode extension issue
v4.0.3 - Double
adding Double type support for AppDefaults
v4.0.2 - Millirelease
Fix an issue with optional date properties that are marked as msec, again.
Changes in 4.0.0:
Add support for serializing dates in msec. To serialize a date is msec add a //! msec (case insensitive) comment for example:
let modified: Date //! msec
or with an optional key:
let accessed: Date //! "accessDate" msec
The generated dictionaryRepresentation function will serialize dates as msec if msec was specified.
v4.0.1
Fix an issue with optional date properties that are marked as msec.
Changes in 4.0.0:
Add support for serializing dates in msec. To serialize a date is msec add a //! msec (case insensitive) comment for example:
let modified: Date //! msec
or with an optional key:
let accessed: Date //! "accessDate" msec
The generated dictionaryRepresentation function will serialize dates as msec if msec was specified.