Skip to content

Releases: colyseus/schema

3.0.76

24 Dec 16:33

Choose a tag to compare

What's Changed

Full Changelog: 3.0.75...3.0.76

3.0.75

20 Dec 05:32

Choose a tag to compare

plain schema({}): fix type inference collections of primitive types

3.0.74

16 Dec 18:49

Choose a tag to compare

plain schema() declaration: do not call initialize() automatically on…

3.0.73

16 Dec 17:16

Choose a tag to compare

plain schema(): fix auto-initializing child schemas if they don't req…

3.0.72

16 Dec 14:44

Choose a tag to compare

plain schema() definition: exclude parent props from initialize method

3.0.71

15 Dec 20:06

Choose a tag to compare

plain schema({}) declaration: do not auto-initialize child Schema types

3.0.70

28 Nov 21:49

Choose a tag to compare

schema-codegen: fix generating for new schema({}) definition syntax

3.0.69

21 Nov 17:45

Choose a tag to compare

schema({}): make sure to expose SchemaWithExtendsConstructor and Sche…

3.0.68

10 Nov 17:56

Choose a tag to compare

bump version. post-merge #210

3.0.67

07 Nov 18:46

Choose a tag to compare

implement recursive ToJSON<> type. closes #174