Releases: colyseus/schema
Releases · colyseus/schema
3.0.12
minor encoding fixes. add failing tests for TypeScript enum and Chang…
3.0.11
fix ChangeTree encoding order when sharing references to an instance.
3.0.10
fix 'Decode warning: trying to remove refId' when removing array items.
3.0.9
remove unecessary logs
3.0.8
fix attaching callbacks to immediatelly available collections
3.0.7
expose 'entity' decorator
3.0.6
fixes callbacks with .clear() operation.
3.0.5
use @ts-ignore to preserve ArraySchema.every() type. closes #189
3.0.4
bump version
3.0.3
add 'onChange' callback back to collections. #155