Skip to content

Releases: colyseus/schema

3.0.66

04 Nov 20:12

Choose a tag to compare

fix decode.string() boundary checking

3.0.65

21 Oct 20:49

Choose a tag to compare

fix: .clone() now skips custom constructor

3.0.64

15 Oct 20:15

Choose a tag to compare

allow custom initialize() method a single argument type

3.0.63

15 Oct 15:14
222cfdd

Choose a tag to compare

Merge pull request #208 from colyseus/plain-schema-definition

Implement schema init() method

3.0.62

02 Oct 22:26

Choose a tag to compare

MapSchema: dissallow delete if key doesn't exist

3.0.61

29 Sep 12:58

Choose a tag to compare

be less restrictive on provided getDecoderStateCallbacks() argument type

3.0.60

30 Aug 02:06

Choose a tag to compare

MapSchema: fix clearing internal  during . bump version.

3.0.59

26 Aug 17:26

Choose a tag to compare

changeset: cache linked list position when reordering

3.0.57

25 Aug 14:43

Choose a tag to compare

refId not found: fix items getting duplicated on 'changes' list.

3.0.56

22 Aug 18:00

Choose a tag to compare

ArraySchema: return ArrayIterator instead of IterableIterator for bet…