Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@tiagoschenkel tiagoschenkel released this 14 Mar 18:07
· 1 commit to master since this release

Breaking Change

  • Update @robotlegsjs/core to version ^2.0.0 (see #49 and #54).

    • Migrate array notation from Array<SomeType> to SomeType[].

    • The rest of the Public API remains unchanged.

Added

  • Add Tidelift as funding option (see #50).

  • Add Enterprise Support information (see #51).

Changed

  • Update phaser-ce to version 2.15.0 (see #55).

  • Update tslib to version 1.11.1 (see #53).

  • Update dev dependencies to latest version.

Security