Skip to content

Commit 6c62fac

Browse files
Merge pull request #76 from RobotlegsJS/stable-version
Prepare package for stable version
2 parents 6a8ddc9 + 1e4afb8 commit 6c62fac

File tree

1 file changed

+50
-23
lines changed

1 file changed

+50
-23
lines changed

CHANGELOG.md

Lines changed: 50 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# RobotlegsJS Pixi SignalMediator Changelog:
1+
# RobotlegsJS SignalCommandMap Changelog
22

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

5-
### v1.0.0 - Planned stable version
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).
7+
8+
## Suggestions or improvements for further versions
69

710
- [ ] Use [**Function Types**](https://www.typescriptlang.org/docs/handbook/functions.html) for handlers and callbacks instead of generic **Function** type.
811

@@ -14,21 +17,29 @@
1417

1518
- [x] Improve Code Coverage to reach 100%.
1619

17-
## RobotlegsJS-SignalCommandMap 0.2.0
20+
## [Unreleased]
1821

19-
### v0.2.1
22+
### v1.0.0
23+
24+
#### Changed
2025

2126
- Update `karma` setup to generate code coverage report only for `src` folder (see #69).
2227

23-
- Migrate to Headless Chrome and improve performance of Karma (see #75).
28+
- Migrate to Headless Chrome and improve performance of `karma` (see #75).
29+
30+
- Prepare package for stable version (see #76).
2431

2532
- Update dev dependencies to latest version.
2633

34+
## RobotlegsJS-SignalCommandMap 0.2.0
35+
2736
### [v0.2.0](https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/releases/tag/0.2.0) - 2018-08-02
2837

29-
- Update @robotlegsjs/core to version 0.2.0 (see #67).
38+
#### Changed
39+
40+
- Update `@robotlegsjs/core` to version `0.2.0` (see #67).
3041

31-
- Update @robotlegsjs/signals to version 0.2.0 (see #66).
42+
- Update `@robotlegsjs/signals` to version `0.2.0` (see #66).
3243

3344
- Update TypeScript Compiler Options (see #55, $64).
3445

@@ -52,9 +63,7 @@
5263

5364
### [v0.1.0](https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/releases/tag/0.1.0) - 2017-11-16
5465

55-
- Update @robotlegsjs/signals to version 0.0.12 (see #26).
56-
57-
- Update @robotlegsjs/core to version 0.1.1 (see #24).
66+
#### Added
5867

5968
- Add Changelog (see #27).
6069

@@ -64,6 +73,12 @@
6473

6574
- Add Pull Request Template (see #30).
6675

76+
#### Changed
77+
78+
- Update `@robotlegsjs/signals` to version `0.0.12` (see #26).
79+
80+
- Update `@robotlegsjs/core` to version `0.1.1` (see #24).
81+
6782
- Improve Code Coverage and Fix Bugs (see #31).
6883

6984
- Update dev dependencies to latest version.
@@ -72,46 +87,58 @@
7287

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

75-
- Update @robotlegsjs/signals to version 0.0.11 (see #17).
90+
#### Changed
91+
92+
- Update `@robotlegsjs/signals` to version `0.0.11` (see #17).
7693

77-
- Update @robotlegsjs/core to version 0.0.6 (see #18).
94+
- Update `@robotlegsjs/core` to version `0.0.6` (see #18).
7895

7996
- Adapt to NPM [v5.0.0](http://blog.npmjs.org/post/161081169345/v500) (see #15).
8097

8198
- Update dev dependencies to latest version.
8299

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

85-
- Update @robotlegsjs/signals to version 0.0.10 (see #12).
86-
87-
- Update @robotlegsjs/core to version 0.0.5 (see #11).
88-
89-
- Update TSLint rules (see #13).
102+
#### Added
90103

91104
- Add support to [Prettier](https://prettier.io) code formatter (see #13).
92105

93106
- Add integration with [CodeBeat](https://codebeat.co) (see #13).
94107

95108
- Add support to [Istanbul](https://istanbul.js.org) test coverage tool (see #13).
96109

110+
#### Changed
111+
112+
- Update `@robotlegsjs/signals` to version `0.0.10` (see #12).
113+
114+
- Update `@robotlegsjs/core` to version `0.0.5` (see #11).
115+
116+
- Update TSLint rules (see #13).
117+
97118
- Update dev dependencies to latest version.
98119

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

101-
- Update @robotlegsjs/signals to version 0.0.7 (see #8).
122+
#### Changed
123+
124+
- Update `@robotlegsjs/signals` to version `0.0.7` (see #8).
102125

103-
- Update @robotlegsjs/core to version 0.0.4 (see #9).
126+
- Update `@robotlegsjs/core` to version `0.0.4` (see #9).
104127

105128
- Update dev dependencies to latest version.
106129

107130
### [v0.0.2](https://github.com/RobotlegsJS/RobotlegsJS-SignalCommandMap/releases/tag/0.0.2) - 2017-08-11
108131

109-
- Update @robotlegsjs/signals to version 0.0.5.
110-
111-
- Update @robotlegsjs/core to version 0.0.3.
132+
#### Added
112133

113134
- Add contributing guidelines.
114135

136+
#### Changed
137+
138+
- Update `@robotlegsjs/signals` to version `0.0.5`.
139+
140+
- Update `@robotlegsjs/core` to version `0.0.3`.
141+
115142
- Update dev dependencies to latest version.
116143

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

0 commit comments

Comments
 (0)