|
1 | 1 | # RobotlegsJS Signals Changelog: |
2 | 2 |
|
3 | | -## Signals 1.0.0 |
| 3 | +All notable changes to this project will be documented in this file. |
4 | 4 |
|
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 |
6 | 9 |
|
7 | 10 | - [ ] Use [**Function Types**](https://www.typescriptlang.org/docs/handbook/functions.html) for handlers and callbacks instead of generic **Function** type. |
8 | 11 |
|
|
16 | 19 |
|
17 | 20 | - [ ] Migrate [original documentation](https://github.com/robertpenner/as3-signals#readme) and adapt it to TypeScript. |
18 | 21 |
|
19 | | -## Signals 0.2.0 |
| 22 | +## [Unreleased] |
| 23 | + |
| 24 | +### v1.0.0 |
20 | 25 |
|
21 | | -### v0.2.1 |
| 26 | +#### Changed |
22 | 27 |
|
23 | 28 | - Update `karma` setup to generate code coverage report only for `src` folder (see #78). |
24 | 29 |
|
25 | | -- Use karma-sinon-chai dependency (see #91). |
| 30 | +- Use `karma-sinon-chai` dependency (see #91). |
26 | 31 |
|
27 | 32 | - Migrate to headless Chrome (see #92). |
28 | 33 |
|
29 | | -- Improve performance of Karma (see #94). |
| 34 | +- Improve performance of unit tests running on `karma-webpack` (see #94). |
| 35 | + |
| 36 | +- Prepare package for stable version (see #95). |
30 | 37 |
|
31 | 38 | - Update dev dependencies to latest version. |
32 | 39 |
|
| 40 | +## Signals 0.2.0 |
| 41 | + |
33 | 42 | ### [v0.2.0](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.2.0) - 2018-08-02 |
34 | 43 |
|
| 44 | +#### Added |
| 45 | + |
35 | 46 | - Adds copyright notice (see #74). |
36 | 47 |
|
| 48 | +- Use [tslib](https://github.com/Microsoft/tslib) library to avoid duplicated declarations (see #75). |
| 49 | + |
| 50 | +#### Changed |
| 51 | + |
37 | 52 | - Enforce TSLint rules (see #55). |
38 | 53 |
|
39 | 54 | - Update TypeScript Compiler Options to be more strict and to generate inline source maps (see #53, #75). |
40 | 55 |
|
41 | | -- Use [tslib](https://github.com/Microsoft/tslib) library to avoid duplicated declarations (see #75). |
42 | | - |
43 | 56 | - Disable **removeComments** flag in **tsconfig.json** file, allowing comments to appear in output. |
44 | 57 |
|
45 | 58 | - Update dev dependencies to latest version. |
|
48 | 61 |
|
49 | 62 | ### [v0.1.1](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.1.1) - 2018-03-04 |
50 | 63 |
|
| 64 | +#### Changed |
| 65 | + |
51 | 66 | - Update codeclimate settings (see #49, #50). |
52 | 67 |
|
53 | 68 | - Update dev dependencies to latest version (see #48). |
54 | 69 |
|
55 | 70 | ### [v0.1.0](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.1.0) - 2018-01-22 |
56 | 71 |
|
| 72 | +#### Added |
| 73 | + |
57 | 74 | - Adhere to TypeScript Guidelines for General Types (see #43). |
58 | 75 |
|
| 76 | +#### Changed |
| 77 | + |
59 | 78 | - Improve code coverage to reach 100% (see #42). |
60 | 79 |
|
61 | 80 | - Use `rimraf` instead of `rm -rf` (see #41). |
|
70 | 89 |
|
71 | 90 | ### [v0.0.12](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.12) - 2017-11-14 |
72 | 91 |
|
| 92 | +#### Added |
| 93 | + |
73 | 94 | - Add Changelog (see #25). |
74 | 95 |
|
75 | 96 | - Add Code of Conduct (see #26). |
|
78 | 99 |
|
79 | 100 | - Add Pull Request Template (see #28). |
80 | 101 |
|
| 102 | +#### Changed |
| 103 | + |
81 | 104 | - Update README (see #31). |
82 | 105 |
|
83 | 106 | - Solve compilers deprecation warning messages from mocha. |
|
86 | 109 |
|
87 | 110 | ### [v0.0.11](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.11) - 2017-09-26 |
88 | 111 |
|
| 112 | +#### Changed |
| 113 | + |
89 | 114 | - Adapt to NPM [v5.0.0](http://blog.npmjs.org/post/161081169345/v500) (see #16). |
90 | 115 |
|
91 | 116 | - Update dev dependencies to latest version. |
92 | 117 |
|
93 | 118 | ### [v0.0.10](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.10) - 2017-09-15 |
94 | 119 |
|
| 120 | +#### Changed |
| 121 | + |
95 | 122 | - Update Prettier configuration (see #15). |
96 | 123 |
|
97 | 124 | ### [v0.0.9](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.9) - 2017-09-14 |
98 | 125 |
|
99 | | -- Update TSLint rules (see #9). |
| 126 | +#### Added |
100 | 127 |
|
101 | 128 | - Add support to [Prettier](https://prettier.io) code formatter (see #10). |
102 | 129 |
|
103 | 130 | - Add integration with [CodeBeat](https://codebeat.co) (see #12 and #13). |
104 | 131 |
|
| 132 | +#### Changed |
| 133 | + |
| 134 | +- Update TSLint rules (see #9). |
| 135 | + |
105 | 136 | - Update dev dependencies to latest version. |
106 | 137 |
|
107 | 138 | ### [v0.0.8](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.8) - 2017-09-04 |
108 | 139 |
|
| 140 | +#### Added |
| 141 | + |
109 | 142 | - Add support to [Istanbul](https://istanbul.js.org) test coverage tool (see #7). |
110 | 143 |
|
| 144 | +#### Changed |
| 145 | + |
111 | 146 | - Improve code coverage (see #3, #5, #6 and #8). |
112 | 147 |
|
113 | 148 | - Update dev dependencies to latest version. |
114 | 149 |
|
115 | 150 | ### [v0.0.7](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.7) - 2017-08-30 |
116 | 151 |
|
| 152 | +#### Changed |
| 153 | + |
117 | 154 | - Update Travis configuration file. |
118 | 155 |
|
119 | 156 | ### [v0.0.6](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.6) - 2017-08-30 |
120 | 157 |
|
| 158 | +#### Added |
| 159 | + |
121 | 160 | - Enable GreenKeeper (see #2). |
122 | 161 |
|
| 162 | +#### Changed |
| 163 | + |
123 | 164 | - Update dev dependencies to latest version. |
124 | 165 |
|
125 | 166 | ### [v0.0.5](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.5) - 2017-08-11 |
126 | 167 |
|
| 168 | +#### Changed |
| 169 | + |
127 | 170 | - Update contributing guidelines. |
128 | 171 |
|
129 | 172 | ### [v0.0.4](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.4) - 2017-08-11 |
130 | 173 |
|
| 174 | +#### Added |
| 175 | + |
131 | 176 | - Add contributing guidelines. |
132 | 177 |
|
| 178 | +#### Changed |
| 179 | + |
133 | 180 | - Update README. |
134 | 181 |
|
135 | 182 | - Update dev dependencies to latest version. |
136 | 183 |
|
137 | 184 | ### [v0.0.3](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.3) - 2017-08-06 |
138 | 185 |
|
| 186 | +#### Changed |
| 187 | + |
139 | 188 | - Update README. |
140 | 189 |
|
141 | 190 | - Update publish-please configuration. |
142 | 191 |
|
143 | 192 | ### [v0.0.2](https://github.com/RobotlegsJS/SignalsJS/releases/tag/0.0.2) - 2017-08-06 |
144 | 193 |
|
| 194 | +#### Changed |
| 195 | + |
145 | 196 | - Update README. |
146 | 197 |
|
147 | 198 | - Update dev dependencies to latest version. |
|
0 commit comments