Skip to content

Releases: colyseus/schema

3.0.12

25 Feb 19:33
Compare
Choose a tag to compare
minor encoding fixes. add failing tests for TypeScript enum and Chang…

3.0.11

23 Feb 00:36
Compare
Choose a tag to compare
fix ChangeTree encoding order when sharing references to an instance.

3.0.10

22 Feb 17:32
Compare
Choose a tag to compare
fix 'Decode warning: trying to remove refId' when removing array items.

3.0.9

22 Feb 14:14
Compare
Choose a tag to compare
remove unecessary logs

3.0.8

22 Feb 00:05
Compare
Choose a tag to compare
fix attaching callbacks to immediatelly available collections

3.0.7

21 Feb 23:17
Compare
Choose a tag to compare
expose 'entity' decorator

3.0.6

21 Feb 22:28
Compare
Choose a tag to compare
fixes callbacks with .clear() operation.

3.0.5

21 Feb 21:46
Compare
Choose a tag to compare
use @ts-ignore to preserve ArraySchema.every() type. closes #189

3.0.4

21 Feb 21:18
Compare
Choose a tag to compare
bump version

3.0.3

21 Feb 15:07
Compare
Choose a tag to compare
add 'onChange' callback back to collections. #155