Skip to content

Releases: colyseus/schema

3.0.42

19 Jun 21:22
Compare
Choose a tag to compare
StateView: fix 'refId not found' when using view.add() + view.remove(…

3.0.41

18 Jun 17:32
Compare
Choose a tag to compare
fix logging previous known 'ref' when 'refId not found' occurs.

3.0.40

18 Jun 17:23
Compare
Choose a tag to compare
skip structure on 'refId not found'. output warning will full refIds …

3.0.39

29 May 18:33
Compare
Choose a tag to compare
StateView: fix view.remove() to recursively delete visible child sche…

3.0.38

29 May 18:10
Compare
Choose a tag to compare
StateView: fix removing child Schema instances from visible set

3.0.37

16 May 22:32
Compare
Choose a tag to compare
improve refId reference tracking. closes #200

3.0.36

05 May 12:30
Compare
Choose a tag to compare
bump version. #199

3.0.35

22 Apr 14:25
Compare
Choose a tag to compare
StateView.remove(): do not remove item if parent field is not @view()…

3.0.34

22 Apr 01:32
Compare
Choose a tag to compare
Callbacks: trigger onAdd if .previousValue !== .value #197

3.0.33

11 Apr 02:38
Compare
Choose a tag to compare
  • ArraySchema: fix .clear() operation usage with StateView. (thanks @ironohki for reporting)