Skip to content

Commit 7f515af

Browse files
Merge pull request #11 from RobotlegsJS/stable-version
Prepare package for stable version
2 parents d490fa9 + f4cbb77 commit 7f515af

File tree

1 file changed

+49
-18
lines changed

1 file changed

+49
-18
lines changed

CHANGELOG.md

Lines changed: 49 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,41 @@
11
# RobotlegsJS Phaser-CE SignalCommandMap Changelog
22

3-
## RobotlegsJS Phaser-CE SignalCommandMap 0.2.0
3+
All notable changes to this project will be documented in this file.
44

5-
### v0.2.1
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
67

7-
- Update `karma` setup to generate code coverage report only for `src` folder (see #3).
8+
## Suggestions or improvements for further versions
89

9-
- Migrate to Headless Chrome and improve performance of `karma` (see #10).
10+
- [x] Add instructions of how to install the **@robotlegsjs/phaser-ce-signalcommandmap** package into **README.md**.
1011

11-
- Update dev dependencies to latest version.
12+
- [ ] Use [**Function Types**](https://www.typescriptlang.org/docs/handbook/functions.html) for handlers and callbacks instead of generic **Function** type.
1213

13-
### [v0.2.0](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap/releases/tag/0.2.0) - 2018-08-04
14+
- [x] Update **Prettier** rules:
1415

15-
Major Breaking Changes:
16-
---
16+
- [x] **printWidth** should be around **140** characters per line.
1717

18-
- Rename package to `@robotlegsjs/phaser-ce-signalcommandmap` and move to [RobotlegsJS-Phaser-CE-SignalCommandMap](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap) (see #1).
18+
- [ ] Improve Code Coverage to reach 100%.
1919

20-
- Move `phaser-ce` library to **peerDependencies**, allowing the final user to choose the desired version of the `phaser-ce` library on each project (see #3).
20+
## [Unreleased]
2121

22-
- Update `@robotlegsjs/core` to version `0.2.0` (see [44](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/44)).
22+
### v1.0.0
2323

24-
Features Or Improvements:
25-
---
24+
#### Changed
2625

27-
- Update `phaser-ce` to version `2.11.0` (see [37](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/37)).
26+
- Update `karma` setup to generate code coverage report only for `src` folder (see #3).
27+
28+
- Migrate to Headless Chrome and improve performance of `karma` (see #10).
29+
30+
- Prepare package for stable version (see #11).
31+
32+
- Update dev dependencies to latest version.
33+
34+
## RobotlegsJS Phaser-CE SignalCommandMap 0.2.0
35+
36+
### [v0.2.0](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap/releases/tag/0.2.0) - 2018-08-04
37+
38+
#### Added
2839

2940
- Add changelog (see [30](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/30)).
3041

@@ -34,6 +45,16 @@ Features Or Improvements:
3445

3546
- Add Pull Request Template (see [33](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/33)).
3647

48+
#### Changed
49+
50+
- Rename package to `@robotlegsjs/phaser-ce-signalcommandmap` and move to [RobotlegsJS-Phaser-CE-SignalCommandMap](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-CE-SignalCommandMap) (see #1).
51+
52+
- Move `phaser-ce` library to **peerDependencies**, allowing the final user to choose the desired version of the `phaser-ce` library on each project (see #3).
53+
54+
- Update `@robotlegsjs/core` to version `0.2.0` (see [44](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/44)).
55+
56+
- Update `phaser-ce` to version `2.11.0` (see [37](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/37)).
57+
3758
- Update codeclimate settings (see [34](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/34)).
3859

3960
- Update Prettier rules (see [35](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/35)).
@@ -56,6 +77,8 @@ _(published as `@robotlegsjs/phaser-signalcommandmap`)_
5677

5778
### [v0.0.5](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.5) - 2017-09-26
5879

80+
#### Changed
81+
5982
- Update `@robotlegsjs/core` to version `0.0.6` (see [9](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/9)).
6083

6184
- Update `phaser-ce` to version `2.8.8` (see [10](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/10)).
@@ -66,20 +89,26 @@ _(published as `@robotlegsjs/phaser-signalcommandmap`)_
6689

6790
### [v0.0.4](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.4) - 2017-09-15
6891

92+
#### Added
93+
94+
- Add support to [Prettier](https://prettier.io) code formatter (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
95+
96+
- Add integration with [CodeBeat](https://codebeat.co) (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
97+
98+
#### Changed
99+
69100
- Update `@robotlegsjs/core` to version `0.0.5` (see [5](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/5)).
70101

71102
- Update `phaser-ce` to version `2.8.7` (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
72103

73104
- Update TSLint rules (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
74105

75-
- Add support to [Prettier](https://prettier.io) code formatter (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
76-
77-
- Add integration with [CodeBeat](https://codebeat.co) (see [6](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/6)).
78-
79106
- Update dev dependencies to latest version.
80107

81108
### [v0.0.3](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.3) - 2017-08-30
82109

110+
#### Changed
111+
83112
- Update `@robotlegsjs/core` to version `0.0.4` (see [4](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/pull/4)).
84113

85114
- Update `phaser-ce` to version `2.8.4`.
@@ -90,6 +119,8 @@ _(published as `@robotlegsjs/phaser-signalcommandmap`)_
90119

91120
### [v0.0.2](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.2) - 2017-08-12
92121

122+
#### Changed
123+
93124
- Update npm badge.
94125

95126
### [v0.0.1](https://github.com/RobotlegsJS/RobotlegsJS-Phaser-SignalCommandMap/releases/tag/0.0.1) - 2017-08-12

0 commit comments

Comments
 (0)