|
1 | | -# RobotlegsJS Phaser SignalCommandMap Changelog |
| 1 | +# RobotlegsJS Phaser-CE SignalCommandMap Changelog |
2 | 2 |
|
3 | | -## RobotlegsJS Phaser SignalCommandMap 0.1.0 |
| 3 | +## RobotlegsJS Phaser-CE SignalCommandMap 0.2.0 |
4 | 4 |
|
5 | | -### v0.1.0 |
| 5 | +### v0.2.0 |
6 | 6 |
|
7 | | -- Update @robotlegsjs/core to version 0.2.0 (see #44). |
| 7 | +Major Breaking Changes: |
| 8 | +--- |
8 | 9 |
|
9 | | -- Update phaser-ce to version 2.11.0 (see #37). |
| 10 | +- Rename package to `@robotlegsjs/phaser-ce-signalcommandmap` and move to [RobotlegsJS-Phaser-CE-SignalCommandMap](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap) (see #1). |
10 | 11 |
|
11 | | -- Add changelog (see #30). |
| 12 | +- Update `@robotlegsjs/core` to version `0.2.0` (see [44](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/44)). |
12 | 13 |
|
13 | | -- Add Code of Conduct (see #31). |
| 14 | +Features Or Improvements: |
| 15 | +--- |
14 | 16 |
|
15 | | -- Add Issue Template (see #32). |
| 17 | +- Update `phaser-ce` to version `2.11.0` (see [37](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/37)). |
16 | 18 |
|
17 | | -- Add Pull Request Template (see #33). |
| 19 | +- Add changelog (see [30](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/30)). |
18 | 20 |
|
19 | | -- Update codeclimate settings (see #34). |
| 21 | +- Add Code of Conduct (see [31](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/31)). |
20 | 22 |
|
21 | | -- Update Prettier rules (see #35). |
| 23 | +- Add Issue Template (see [32](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/32)). |
22 | 24 |
|
23 | | -- Use `rimraf` instead of `rm -rf` (see #36). |
| 25 | +- Add Pull Request Template (see [33](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/33)). |
24 | 26 |
|
25 | | -- Update TypeScript Compiler Options (see #38, #42). |
| 27 | +- Update codeclimate settings (see [34](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/34)). |
26 | 28 |
|
27 | | -- Use [tslib](https://github.com/Microsoft/tslib) library to avoid duplicated declarations (see #42). |
| 29 | +- Update Prettier rules (see [35](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/35)). |
28 | 30 |
|
29 | | -- Enforce TSLint rules (see #39). |
| 31 | +- Use `rimraf` instead of `rm -rf` (see [36](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/36)). |
30 | 32 |
|
31 | | -- Adopts year-agnostic copyright message (see #40). |
| 33 | +- Update TypeScript Compiler Options (see [38](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/38), [42](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/42)). |
| 34 | + |
| 35 | +- Use [tslib](https://github.com/Microsoft/tslib) library to avoid duplicated declarations (see [42](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/42)). |
| 36 | + |
| 37 | +- Enforce TSLint rules (see [39](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/39)). |
| 38 | + |
| 39 | +- Adopts year-agnostic copyright message (see [40](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/40)). |
32 | 40 |
|
33 | 41 | - Update dev dependencies to latest version. |
34 | 42 |
|
35 | 43 | ## RobotlegsJS Phaser SignalCommandMap 0.0.1 |
36 | 44 |
|
| 45 | +_(published as `@robotlegsjs/phaser-signalcommandmap`)_ |
| 46 | + |
37 | 47 | ### [v0.0.5](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.5) - 2017-09-26 |
38 | 48 |
|
39 | | -- Update @robotlegsjs/core to version 0.0.6 (see #9). |
| 49 | +- Update `@robotlegsjs/core` to version `0.0.6` (see [9](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/9)). |
40 | 50 |
|
41 | | -- Update phaser-ce to version 2.8.8 (see #10). |
| 51 | +- Update `phaser-ce` to version `2.8.8` (see [10](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/10)). |
42 | 52 |
|
43 | | -- Adapt to NPM [v5.0.0](http://blog.npmjs.org/post/161081169345/v500) (see #7). |
| 53 | +- Adapt to NPM [v5.0.0](http://blog.npmjs.org/post/161081169345/v500) (see [7](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/7)). |
44 | 54 |
|
45 | 55 | - Update dev dependencies to latest version. |
46 | 56 |
|
47 | 57 | ### [v0.0.4](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.4) - 2017-09-15 |
48 | 58 |
|
49 | | -- Update @robotlegsjs/core to version 0.0.5 (see #5). |
| 59 | +- Update `@robotlegsjs/core` to version `0.0.5` (see [5](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/5)). |
50 | 60 |
|
51 | | -- Update phaser-ce to version 2.8.7 (see #6). |
| 61 | +- Update `phaser-ce` to version `2.8.7` (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)). |
52 | 62 |
|
53 | | -- Update TSLint rules (see #6). |
| 63 | +- Update TSLint rules (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)). |
54 | 64 |
|
55 | | -- Add support to [Prettier](https://prettier.io) code formatter (see #6). |
| 65 | +- Add support to [Prettier](https://prettier.io) code formatter (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)). |
56 | 66 |
|
57 | | -- Add integration with [CodeBeat](https://codebeat.co) (see #6). |
| 67 | +- Add integration with [CodeBeat](https://codebeat.co) (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)). |
58 | 68 |
|
59 | 69 | - Update dev dependencies to latest version. |
60 | 70 |
|
61 | 71 | ### [v0.0.3](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.3) - 2017-08-30 |
62 | 72 |
|
63 | | -- Update @robotlegsjs/core to version 0.0.4 (see #4). |
| 73 | +- Update `@robotlegsjs/core` to version `0.0.4` (see [4](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/4)). |
64 | 74 |
|
65 | | -- Update phaser-ce to version 2.8.4. |
| 75 | +- Update `phaser-ce` to version `2.8.4`. |
66 | 76 |
|
67 | 77 | - Enable GreenKeeper. |
68 | 78 |
|
|
0 commit comments