Skip to content

Releases: Houzz/Zcode

4.0.11

04 Jun 12:39
f988af8

Choose a tag to compare

Swift syntax fixes

4.0.10

19 Sep 11:14

Choose a tag to compare

default LogError owner is now the infraTeam

4.0.9

15 Sep 09:54

Choose a tag to compare

severity rename refactor

4.0.8

14 Sep 09:32

Choose a tag to compare

ownership command

4.0.7

15 Feb 14:25

Choose a tag to compare

Fallback

13 Dec 10:44

Choose a tag to compare

fix regex for when the key has spaces in a fallback scenario

v4.0.4

16 Nov 08:52

Choose a tag to compare

fix disabled Xcode extension issue

v4.0.3 - Double

12 Nov 11:55

Choose a tag to compare

adding Double type support for AppDefaults

v4.0.2 - Millirelease

20 May 04:53

Choose a tag to compare

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

19 May 14:28

Choose a tag to compare

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.