0.2.0
Major Breaking Changes:
-
Implement support for phaser plugin version 3. Suppor for phaser-ce plugin was moved to RobotlegsJS-Phaser-CE (see #52).
-
Move
phaser
library to peerDependencies, allowing the final user to choose the desired version of the phaser library on each project (see #52). -
Update
@robotlegsjs/core
to version0.2.0
(see #51). -
Remove
eventemitter3
dependency (see #45).
Features Or Improvements:
-
Add changelog (see #35).
-
Add code of conduct (see #36).
-
Add issue template (see #38).
-
Add pull request template (see #39).
-
Update codeclimate settings (see #40).
-
Update Prettier rules (see #41).
-
Use
rimraf
instead ofrm -rf
(see #42). -
Use tslib library to avoid duplicated declarations (see #49).
-
Enforce TSLint rules (see #44).
-
Adopts year-agnostic copyright message (see #47).
-
Update dev dependencies to latest version.