Skip to content

0.2.0

Compare
Choose a tag to compare
@tiagoschenkel tiagoschenkel released this 07 Aug 09:28
· 249 commits to master since this release

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 version 0.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 of rm -rf (see #42).

  • Update TypeScript Compiler Options (see #43, #49).

  • 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.