Releases: colyseus/schema
Releases · colyseus/schema
3.0.66
fix decode.string() boundary checking
3.0.65
fix: .clone() now skips custom constructor
3.0.64
allow custom initialize() method a single argument type
3.0.63
Merge pull request #208 from colyseus/plain-schema-definition Implement schema init() method
3.0.62
MapSchema: dissallow delete if key doesn't exist
3.0.61
be less restrictive on provided getDecoderStateCallbacks() argument type
3.0.60
MapSchema: fix clearing internal during . bump version.
3.0.59
changeset: cache linked list position when reordering
3.0.57
refId not found: fix items getting duplicated on 'changes' list.
3.0.56
ArraySchema: return ArrayIterator instead of IterableIterator for bet…