Skip to content

Releases: colyseus/schema

3.0.22

17 Mar 18:35
Compare
Choose a tag to compare
Decoder: fix garbage collection of nested Schema instances

3.0.21

14 Mar 20:02
Compare
Choose a tag to compare
Reflection: fix encode order - extending types should come after base…

3.0.20

13 Mar 17:50
Compare
Choose a tag to compare
fix removing items from SetSchema and CollectionSchema

3.0.19

12 Mar 17:51
Compare
Choose a tag to compare
ChangeTree: fix detecting if Array of primitive types has @view() tag

3.0.18

05 Mar 14:13
Compare
Choose a tag to compare
avoid calling .removeRef() on items already flagged for garbage colle…

3.0.17

04 Mar 19:04
Compare
Choose a tag to compare
fix 'trying to remove refId with 0 refCount' at decoding.

3.0.16

28 Feb 21:24
Compare
Choose a tag to compare
avoid breaking changes with colyseus.js types

3.0.15

28 Feb 21:18
Compare
Choose a tag to compare
rename 'GetCallbackProxy' type to 'SchemaCallbackProxy<RoomState>'

3.0.14

28 Feb 20:35
Compare
Choose a tag to compare
expose SchemaCallback<T> type.

3.0.13

26 Feb 20:08
Compare
Choose a tag to compare
StateView: fix more scenarios / add more tests.