Skip to content

v1.2.0

Compare
Choose a tag to compare
@fritzy fritzy released this 23 Nov 03:25
· 15 commits to master since this release

1.2.0 November 22, 2020

  • Components can be registered to multiple worlds. More multi-world support is planned.
  • Prettier config and formatting.
  • Components typeName static property to deal with minimizers (compiling packages sometimes change function/class names).
  • Custom System init parameters.
  • TypeScript fixes.
  • System.subscribe will now take Component class as well as name (to match other functions that take Component type).