Releases: colyseus/schema
Releases · colyseus/schema
3.0.22
Decoder: fix garbage collection of nested Schema instances
3.0.21
Reflection: fix encode order - extending types should come after base…
3.0.20
fix removing items from SetSchema and CollectionSchema
3.0.19
ChangeTree: fix detecting if Array of primitive types has @view() tag
3.0.18
avoid calling .removeRef() on items already flagged for garbage colle…
3.0.17
fix 'trying to remove refId with 0 refCount' at decoding.
3.0.16
avoid breaking changes with colyseus.js types
3.0.15
rename 'GetCallbackProxy' type to 'SchemaCallbackProxy<RoomState>'
3.0.14
expose SchemaCallback<T> type.
3.0.13
StateView: fix more scenarios / add more tests.