Skip to content

3.0.0

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

Breaking Change

  • Update phaser to version 3.22.0 (see #112).

    • @robotlegsjs/eventemitter3 package is not necessary anymore, you should remove this dependency from your package.json and use the extension LocalEventEmitterMap from @robotlegsjs/phaser package.

    • eventemitter3 package is not necessary anymore, you should remove this dependency from your package.json and use the definitions from Phaser.Events.EventEmitter package instead. Notice that the type of your listeners must change from EventEmitter.ListenerFn to Function.

    • For compatibility with previous versions of phaser, use @robotlegsjs/phaser version 2.

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

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

    • The rest of the Public API remains unchanged.

Added

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

  • Add Enterprise Support information (see #114).

  • Deploy example project (see #67).

Changed

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

  • Update dev dependencies to latest version.

Security