|
1 | | -# Change Log |
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [Unreleased](https://github.com/bmitch/Codor/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bmitch/Codor/compare/1.2.0...HEAD) |
| 6 | + |
| 7 | +## [1.2.0](https://github.com/bmitch/Codor/tree/1.2.0) (2020-10-29) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/bmitch/Codor/compare/1.1.1...1.2.0) |
| 10 | + |
| 11 | +**Closed issues:** |
| 12 | + |
| 13 | +- composer.json is not strictly valid [\#136](https://github.com/bmitch/Codor/issues/136) |
| 14 | +- Typo `ternery` should be `ternary` [\#131](https://github.com/bmitch/Codor/issues/131) |
| 15 | +- Update `code\_sniffer` version up to ^3.\* [\#127](https://github.com/bmitch/Codor/issues/127) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- Add support for PHP 8 [\#141](https://github.com/bmitch/Codor/pull/141) ([villfa](https://github.com/villfa)) |
| 20 | +- Enable Github actions [\#140](https://github.com/bmitch/Codor/pull/140) ([villfa](https://github.com/villfa)) |
| 21 | +- Fix and normalize composer.json [\#139](https://github.com/bmitch/Codor/pull/139) ([villfa](https://github.com/villfa)) |
| 22 | +- Create .gitattributes [\#138](https://github.com/bmitch/Codor/pull/138) ([villfa](https://github.com/villfa)) |
| 23 | +- Use PHPUnit bridge [\#137](https://github.com/bmitch/Codor/pull/137) ([villfa](https://github.com/villfa)) |
| 24 | +- Fix typo [\#135](https://github.com/bmitch/Codor/pull/135) ([villfa](https://github.com/villfa)) |
| 25 | +- Update dependencies [\#134](https://github.com/bmitch/Codor/pull/134) ([villfa](https://github.com/villfa)) |
| 26 | +- handleProtectedVariableToken needs 2 parameters [\#133](https://github.com/bmitch/Codor/pull/133) ([szepeviktor](https://github.com/szepeviktor)) |
| 27 | +- Update dependencies [\#129](https://github.com/bmitch/Codor/pull/129) ([bmitch](https://github.com/bmitch)) |
| 28 | +- Update version of phpcs up to ^3.0 [\#128](https://github.com/bmitch/Codor/pull/128) ([brutto](https://github.com/brutto)) |
| 29 | +- update changelog [\#126](https://github.com/bmitch/Codor/pull/126) ([bmitch](https://github.com/bmitch)) |
2 | 30 |
|
3 | 31 | ## [1.1.1](https://github.com/bmitch/Codor/tree/1.1.1) (2017-11-01) |
| 32 | + |
4 | 33 | [Full Changelog](https://github.com/bmitch/Codor/compare/1.1.0...1.1.1) |
5 | 34 |
|
6 | 35 | **Closed issues:** |
|
13 | 42 | - Fixes \#123 - MixedReturnTypeSniff - check for `comment\_opener` index … [\#124](https://github.com/bmitch/Codor/pull/124) ([bmitch](https://github.com/bmitch)) |
14 | 43 |
|
15 | 44 | ## [1.1.0](https://github.com/bmitch/Codor/tree/1.1.0) (2017-10-20) |
| 45 | + |
16 | 46 | [Full Changelog](https://github.com/bmitch/Codor/compare/1.0.7...1.1.0) |
17 | 47 |
|
18 | 48 | **Closed issues:** |
|
36 | 66 | - Update gitignore [\#103](https://github.com/bmitch/Codor/pull/103) ([bmitch](https://github.com/bmitch)) |
37 | 67 |
|
38 | 68 | ## [1.0.7](https://github.com/bmitch/Codor/tree/1.0.7) (2017-08-19) |
| 69 | + |
39 | 70 | [Full Changelog](https://github.com/bmitch/Codor/compare/1.0.6...1.0.7) |
40 | 71 |
|
41 | 72 | **Merged pull requests:** |
42 | 73 |
|
43 | 74 | - Add PHP 7.2 to Travis-CI build [\#101](https://github.com/bmitch/Codor/pull/101) ([bmitch](https://github.com/bmitch)) |
44 | 75 |
|
45 | 76 | ## [1.0.6](https://github.com/bmitch/Codor/tree/1.0.6) (2017-08-01) |
46 | | -[Full Changelog](https://github.com/bmitch/Codor/compare/1.0.5...1.0.6) |
47 | | - |
48 | | -**Closed issues:** |
49 | 77 |
|
50 | | -- Sniff to warn when extending a class. [\#90](https://github.com/bmitch/Codor/issues/90) |
| 78 | +[Full Changelog](https://github.com/bmitch/Codor/compare/1.0.5...1.0.6) |
51 | 79 |
|
52 | 80 | **Merged pull requests:** |
53 | 81 |
|
54 | 82 | - Fixes \#90 [\#95](https://github.com/bmitch/Codor/pull/95) ([bmitch](https://github.com/bmitch)) |
55 | 83 |
|
56 | 84 | ## [1.0.5](https://github.com/bmitch/Codor/tree/1.0.5) (2017-07-30) |
| 85 | + |
57 | 86 | [Full Changelog](https://github.com/bmitch/Codor/compare/1.0.4...1.0.5) |
58 | 87 |
|
59 | 88 | **Closed issues:** |
60 | 89 |
|
61 | 90 | - Fix final class sniff [\#92](https://github.com/bmitch/Codor/issues/92) |
| 91 | +- Sniff to warn when extending a class. [\#90](https://github.com/bmitch/Codor/issues/90) |
62 | 92 | - Final classes - ensure no protected methods or members [\#89](https://github.com/bmitch/Codor/issues/89) |
63 | 93 | - Add https://github.com/Roave/SecurityAdvisories [\#67](https://github.com/bmitch/Codor/issues/67) |
64 | 94 |
|
|
69 | 99 | - Fixes \#89 [\#91](https://github.com/bmitch/Codor/pull/91) ([bmitch](https://github.com/bmitch)) |
70 | 100 |
|
71 | 101 | ## [1.0.4](https://github.com/bmitch/Codor/tree/1.0.4) (2017-06-01) |
| 102 | + |
72 | 103 | [Full Changelog](https://github.com/bmitch/Codor/compare/1.0.3...1.0.4) |
73 | 104 |
|
74 | 105 | **Fixed bugs:** |
|
80 | 111 | - Fixes \#86 [\#87](https://github.com/bmitch/Codor/pull/87) ([bmitch](https://github.com/bmitch)) |
81 | 112 |
|
82 | 113 | ## [1.0.3](https://github.com/bmitch/Codor/tree/1.0.3) (2017-06-01) |
| 114 | + |
83 | 115 | [Full Changelog](https://github.com/bmitch/Codor/compare/1.0.2...1.0.3) |
84 | 116 |
|
85 | 117 | **Closed issues:** |
86 | 118 |
|
87 | | -- Sniff to prevent undeclared member variables. [\#84](https://github.com/bmitch/Codor/issues/84) |
88 | 119 | - Sniff to look for conditionals or loops within a constructor. [\#71](https://github.com/bmitch/Codor/issues/71) |
89 | 120 |
|
90 | 121 | **Merged pull requests:** |
|
93 | 124 | - Fixes \#71 [\#83](https://github.com/bmitch/Codor/pull/83) ([bmitch](https://github.com/bmitch)) |
94 | 125 |
|
95 | 126 | ## [1.0.2](https://github.com/bmitch/Codor/tree/1.0.2) (2017-04-10) |
| 127 | + |
96 | 128 | [Full Changelog](https://github.com/bmitch/Codor/compare/1.0.1...1.0.2) |
97 | 129 |
|
98 | 130 | **Closed issues:** |
|
106 | 138 | - Fixes \#80 [\#81](https://github.com/bmitch/Codor/pull/81) ([bmitch](https://github.com/bmitch)) |
107 | 139 | - Fixes \#76 [\#79](https://github.com/bmitch/Codor/pull/79) ([bmitch](https://github.com/bmitch)) |
108 | 140 | - Fixes \#77 [\#78](https://github.com/bmitch/Codor/pull/78) ([bmitch](https://github.com/bmitch)) |
109 | | -- Standardizing folder structure [\#72](https://github.com/bmitch/Codor/pull/72) ([bmitch](https://github.com/bmitch)) |
110 | 141 |
|
111 | 142 | ## [1.0.1](https://github.com/bmitch/Codor/tree/1.0.1) (2017-04-01) |
| 143 | + |
112 | 144 | [Full Changelog](https://github.com/bmitch/Codor/compare/1.0.0...1.0.1) |
113 | 145 |
|
114 | 146 | **Closed issues:** |
|
120 | 152 | - Fixes \#63 [\#70](https://github.com/bmitch/Codor/pull/70) ([bmitch](https://github.com/bmitch)) |
121 | 153 |
|
122 | 154 | ## [1.0.0](https://github.com/bmitch/Codor/tree/1.0.0) (2017-04-01) |
| 155 | + |
123 | 156 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.11...1.0.0) |
124 | 157 |
|
125 | 158 | **Closed issues:** |
126 | 159 |
|
| 160 | +- Sniff to prevent undeclared member variables. [\#84](https://github.com/bmitch/Codor/issues/84) |
127 | 161 | - Make a PHP7 version [\#68](https://github.com/bmitch/Codor/issues/68) |
128 | 162 | - Remote security checker until it is back working again. [\#65](https://github.com/bmitch/Codor/issues/65) |
129 | 163 |
|
130 | 164 | **Merged pull requests:** |
131 | 165 |
|
| 166 | +- Standardizing folder structure [\#72](https://github.com/bmitch/Codor/pull/72) ([bmitch](https://github.com/bmitch)) |
132 | 167 | - Fixes \#68 [\#69](https://github.com/bmitch/Codor/pull/69) ([bmitch](https://github.com/bmitch)) |
133 | 168 | - Fixes \#65 [\#66](https://github.com/bmitch/Codor/pull/66) ([bmitch](https://github.com/bmitch)) |
134 | 169 |
|
135 | 170 | ## [0.0.11](https://github.com/bmitch/Codor/tree/0.0.11) (2017-03-28) |
| 171 | + |
136 | 172 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.10...0.0.11) |
137 | 173 |
|
138 | 174 | **Fixed bugs:** |
|
151 | 187 | - Fixes \#43 [\#62](https://github.com/bmitch/Codor/pull/62) ([bmitch](https://github.com/bmitch)) |
152 | 188 |
|
153 | 189 | ## [0.0.10](https://github.com/bmitch/Codor/tree/0.0.10) (2017-03-27) |
| 190 | + |
154 | 191 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.9...0.0.10) |
155 | 192 |
|
156 | 193 | **Implemented enhancements:** |
|
170 | 207 | - Fixes \#46 [\#57](https://github.com/bmitch/Codor/pull/57) ([bmitch](https://github.com/bmitch)) |
171 | 208 |
|
172 | 209 | ## [0.0.9](https://github.com/bmitch/Codor/tree/0.0.9) (2016-12-30) |
| 210 | + |
173 | 211 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.8...0.0.9) |
174 | 212 |
|
175 | 213 | **Merged pull requests:** |
|
178 | 216 | - Updated changelog [\#55](https://github.com/bmitch/Codor/pull/55) ([bmitch](https://github.com/bmitch)) |
179 | 217 |
|
180 | 218 | ## [0.0.8](https://github.com/bmitch/Codor/tree/0.0.8) (2016-12-29) |
| 219 | + |
181 | 220 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.7...0.0.8) |
182 | 221 |
|
183 | 222 | **Merged pull requests:** |
|
186 | 225 | - Updated changelog [\#53](https://github.com/bmitch/Codor/pull/53) ([bmitch](https://github.com/bmitch)) |
187 | 226 |
|
188 | 227 | ## [0.0.7](https://github.com/bmitch/Codor/tree/0.0.7) (2016-12-29) |
| 228 | + |
189 | 229 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.6...0.0.7) |
190 | 230 |
|
191 | 231 | **Merged pull requests:** |
|
194 | 234 | - Updated changelog [\#51](https://github.com/bmitch/Codor/pull/51) ([bmitch](https://github.com/bmitch)) |
195 | 235 |
|
196 | 236 | ## [0.0.6](https://github.com/bmitch/Codor/tree/0.0.6) (2016-12-28) |
| 237 | + |
197 | 238 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.5...0.0.6) |
198 | 239 |
|
199 | 240 | **Implemented enhancements:** |
|
211 | 252 | - Fixes \#38 [\#47](https://github.com/bmitch/Codor/pull/47) ([bmitch](https://github.com/bmitch)) |
212 | 253 |
|
213 | 254 | ## [0.0.5](https://github.com/bmitch/Codor/tree/0.0.5) (2016-12-11) |
| 255 | + |
214 | 256 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.4...0.0.5) |
215 | 257 |
|
216 | 258 | **Closed issues:** |
|
222 | 264 | - Fixes \#23 [\#39](https://github.com/bmitch/Codor/pull/39) ([bmitch](https://github.com/bmitch)) |
223 | 265 |
|
224 | 266 | ## [0.0.4](https://github.com/bmitch/Codor/tree/0.0.4) (2016-12-10) |
| 267 | + |
225 | 268 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.3...0.0.4) |
226 | 269 |
|
227 | 270 | **Closed issues:** |
|
233 | 276 | - Fixes \#26 [\#36](https://github.com/bmitch/Codor/pull/36) ([bmitch](https://github.com/bmitch)) |
234 | 277 |
|
235 | 278 | ## [0.0.3](https://github.com/bmitch/Codor/tree/0.0.3) (2016-12-10) |
| 279 | + |
236 | 280 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.2...0.0.3) |
237 | 281 |
|
238 | 282 | **Closed issues:** |
|
244 | 288 | - Fixes \#17 [\#35](https://github.com/bmitch/Codor/pull/35) ([bmitch](https://github.com/bmitch)) |
245 | 289 |
|
246 | 290 | ## [0.0.2](https://github.com/bmitch/Codor/tree/0.0.2) (2016-12-09) |
| 291 | + |
247 | 292 | [Full Changelog](https://github.com/bmitch/Codor/compare/0.0.1...0.0.2) |
248 | 293 |
|
249 | 294 | **Closed issues:** |
|
255 | 300 | - Fixes \#33 [\#34](https://github.com/bmitch/Codor/pull/34) ([bmitch](https://github.com/bmitch)) |
256 | 301 |
|
257 | 302 | ## [0.0.1](https://github.com/bmitch/Codor/tree/0.0.1) (2016-12-06) |
| 303 | + |
| 304 | +[Full Changelog](https://github.com/bmitch/Codor/compare/42921f82c9641fd1bb7d78895e888b3b8266103e...0.0.1) |
| 305 | + |
258 | 306 | **Closed issues:** |
259 | 307 |
|
260 | 308 | - Class length sniff [\#22](https://github.com/bmitch/Codor/issues/22) |
|
287 | 335 |
|
288 | 336 |
|
289 | 337 |
|
290 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
| 338 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments