|
| 1 | +# RobotlegsJS Pixi SignalMediator Changelog: |
| 2 | + |
| 3 | +## RobotlegsJS-SignalCommandMap 1.0.0 |
| 4 | + |
| 5 | +### v1.0.0 - Planned stable version |
| 6 | + |
| 7 | +- [ ] Use [**Function Types**](https://www.typescriptlang.org/docs/handbook/functions.html) for handlers and callbacks instead of generic **Function** type. |
| 8 | + |
| 9 | +- [ ] Update **Prettier** rules: |
| 10 | + |
| 11 | + - [ ] **printWidth** should be around **140** characters per line. |
| 12 | + |
| 13 | + - [ ] Find a way to keep a new line between **@inject** anotation and property declarations. |
| 14 | + |
| 15 | +- [ ] Improve Code Coverage to reach 100%. |
| 16 | + |
| 17 | +## RobotlegsJS-SignalCommandMap 0.1.0 |
| 18 | + |
| 19 | +### v0.1.0 |
| 20 | + |
| 21 | +- Update @robotlegsjs/signals to version 0.0.12 (see #26). |
| 22 | + |
| 23 | +- Update @robotlegsjs/core to version 0.1.1 (see #24). |
| 24 | + |
| 25 | +- Add Changelog (see #27). |
| 26 | + |
| 27 | +- Update dev dependencies to latest version. |
| 28 | + |
| 29 | +- Remove direct dependency of @robotlegsjs/core, since @robotlegsjs/pixi already have it as a dependency (see #13). |
| 30 | + |
| 31 | +## RobotlegsJS-SignalCommandMap 0.0.1 |
| 32 | + |
| 33 | +### [v0.0.5](https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/releases/tag/0.0.5) - 2017-09-26 |
| 34 | + |
| 35 | +- Update @robotlegsjs/signals to version 0.0.11 (see #17). |
| 36 | + |
| 37 | +- Update @robotlegsjs/core to version 0.0.6 (see #18). |
| 38 | + |
| 39 | +- Adapt to NPM [v5.0.0](http://blog.npmjs.org/post/161081169345/v500) (see #15). |
| 40 | + |
| 41 | +- Update dev dependencies to latest version. |
| 42 | + |
| 43 | +### [v0.0.4](https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/releases/tag/0.0.4) - 2017-09-15 |
| 44 | + |
| 45 | +- Update @robotlegsjs/signals to version 0.0.10 (see #12). |
| 46 | + |
| 47 | +- Update @robotlegsjs/core to version 0.0.5 (see #11). |
| 48 | + |
| 49 | +- Update TSLint rules (see #13). |
| 50 | + |
| 51 | +- Add support to [Prettier](https://prettier.io) code formatter (see #13). |
| 52 | + |
| 53 | +- Add integration with [CodeBeat](https://codebeat.co) (see #13). |
| 54 | + |
| 55 | +- Add support to [Istanbul](https://istanbul.js.org) test coverage tool (see #13). |
| 56 | + |
| 57 | +- Update dev dependencies to latest version. |
| 58 | + |
| 59 | +### [v0.0.3](https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/releases/tag/0.0.3) - 2017-08-30 |
| 60 | + |
| 61 | +- Update @robotlegsjs/signals to version 0.0.7 (see #8). |
| 62 | + |
| 63 | +- Update @robotlegsjs/core to version 0.0.4 (see #9). |
| 64 | + |
| 65 | +- Update dev dependencies to latest version. |
| 66 | + |
| 67 | +### [v0.0.2](https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/releases/tag/0.0.2) - 2017-08-11 |
| 68 | + |
| 69 | +- Update @robotlegsjs/signals to version 0.0.5. |
| 70 | + |
| 71 | +- Update @robotlegsjs/core to version 0.0.3. |
| 72 | + |
| 73 | +- Add contributing guidelines. |
| 74 | + |
| 75 | +- Update dev dependencies to latest version. |
| 76 | + |
| 77 | +### [v0.0.1](https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/releases/tag/0.0.1) - 2017-08-07 |
| 78 | + |
| 79 | +- Project moved to it's own organization and renamed to [**@robotlegsjs/signalcommandmap**](https://www.npmjs.com/package/@robotlegsjs/signalcommandmap). |
| 80 | + |
| 81 | +- The version **0.0.1** is compatible to version **1.0.1** of [**robotlegs-signalcommandmap**](https://www.npmjs.com/package/robotlegs-signalcommandmap) package. |
| 82 | + |
| 83 | +- For the changelog of older versions, check the log of previous [releases](https://github.com/GoodgameStudios/RobotlegsJS-SignalCommandMap/releases). |
0 commit comments