Releases: RobotlegsJS/RobotlegsJS-Phaser-CE
2.0.0
Breaking Change
-
Update
@robotlegsjs/core
to version^2.0.0
(see #49 and #54).-
Migrate array notation from
Array<SomeType>
toSomeType[]
. -
The rest of the
Public API
remains unchanged.
-
Added
Changed
-
Update
phaser-ce
to version2.15.0
(see #55). -
Update
tslib
to version1.11.1
(see #53). -
Update dev dependencies to latest version.
Security
- Migrate to terser-webpack-plugin to solve security vulnerability (see #49).
1.0.1
1.0.0
Changed
-
Update
@robotlegsjs/core
to version1.0.0
(see #16). -
Update
karma
setup to generate code coverage report only forsrc
folder (see #5). -
Migrate to Headless Chrome and improve performance of
karma
(see #13). -
Prepare package for stable version (see #14).
-
Update GitHub Templates (see #15).
-
Update dev dependencies to latest version.
0.2.1
0.2.0
Major Breaking Changes:
-
Rename package to
@robotlegsjs/phaser-ce
and move to RobotlegsJS-Phaser-CE (see #2). -
Move
phaser-ce
library to peerDependencies, allowing the final user to choose the desired version of thephaser-ce
library on each project (see #3). -
Update
@robotlegsjs/core
to version0.2.0
(see 51).
Features Or Improvements:
-
Update
phaser-ce
to version2.11.0
(see 46). -
Remove
eventemitter3
dependency (see 45). -
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.