Skip to content

Commit 3fa1319

Browse files
committed
Prepare changelog for 1.2.3
1 parent 25a9dae commit 3fa1319

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
22

33
## [Unreleased](https://github.com/bmitch/Codor/tree/HEAD)
44

5-
[Full Changelog](https://github.com/bmitch/Codor/compare/1.2.2...HEAD)
5+
[Full Changelog](https://github.com/bmitch/Codor/compare/1.2.3...HEAD)
6+
7+
## [1.2.3](https://github.com/bmitch/Codor/tree/1.2.3) (2022-06-17)
8+
9+
[Full Changelog](https://github.com/bmitch/Codor/compare/1.2.2...1.2.3)
10+
11+
**Fixed bugs:**
12+
13+
- PropertyDeclarationSniff bug? [\#108](https://github.com/bmitch/Codor/issues/108)
14+
15+
**Merged pull requests:**
16+
17+
- Improve the way to retrieve the properties name [\#154](https://github.com/bmitch/Codor/pull/154) ([villfa](https://github.com/villfa))
18+
- Sniff to limit the use of new in constructor [\#153](https://github.com/bmitch/Codor/pull/153) ([kevin-schmitt](https://github.com/kevin-schmitt))
619

720
## [1.2.2](https://github.com/bmitch/Codor/tree/1.2.2) (2021-12-27)
821

@@ -12,6 +25,7 @@
1225

1326
- What issue choice for contribution? [\#151](https://github.com/bmitch/Codor/issues/151)
1427
- Available for php8 [\#149](https://github.com/bmitch/Codor/issues/149)
28+
- Thinks it is returning null when filtering out nulls in Laravel collection [\#130](https://github.com/bmitch/Codor/issues/130)
1529

1630
**Merged pull requests:**
1731

@@ -95,7 +109,6 @@
95109
- Fixes \#106 - prevent instance from being used within source code [\#107](https://github.com/bmitch/Codor/pull/107) ([bmitch](https://github.com/bmitch))
96110
- Fixes \#104 - Added churn-php [\#105](https://github.com/bmitch/Codor/pull/105) ([bmitch](https://github.com/bmitch))
97111
- Update gitignore [\#103](https://github.com/bmitch/Codor/pull/103) ([bmitch](https://github.com/bmitch))
98-
- Fixes \#92 [\#93](https://github.com/bmitch/Codor/pull/93) ([bmitch](https://github.com/bmitch))
99112

100113
## [1.0.7](https://github.com/bmitch/Codor/tree/1.0.7) (2017-08-19)
101114

@@ -130,6 +143,7 @@
130143
**Merged pull requests:**
131144

132145
- Fixes \#67 [\#94](https://github.com/bmitch/Codor/pull/94) ([bmitch](https://github.com/bmitch))
146+
- Fixes \#92 [\#93](https://github.com/bmitch/Codor/pull/93) ([bmitch](https://github.com/bmitch))
133147
- Fixes \#89 [\#91](https://github.com/bmitch/Codor/pull/91) ([bmitch](https://github.com/bmitch))
134148

135149
## [1.0.4](https://github.com/bmitch/Codor/tree/1.0.4) (2017-06-01)
@@ -205,10 +219,6 @@
205219

206220
[Full Changelog](https://github.com/bmitch/Codor/compare/0.0.10...0.0.11)
207221

208-
**Fixed bugs:**
209-
210-
- Doesn't work with Atom Linter-PHPCS? [\#44](https://github.com/bmitch/Codor/issues/44)
211-
212222
**Closed issues:**
213223

214224
- Add info on how to supress for sections of code in README [\#43](https://github.com/bmitch/Codor/issues/43)
@@ -275,6 +285,10 @@
275285

276286
- ignore try-catch block as indentation [\#45](https://github.com/bmitch/Codor/issues/45)
277287

288+
**Fixed bugs:**
289+
290+
- Doesn't work with Atom Linter-PHPCS? [\#44](https://github.com/bmitch/Codor/issues/44)
291+
278292
**Closed issues:**
279293

280294
- Sniff for nested if statements. [\#38](https://github.com/bmitch/Codor/issues/38)
@@ -304,7 +318,6 @@
304318
**Closed issues:**
305319

306320
- Make rules configurable? [\#26](https://github.com/bmitch/Codor/issues/26)
307-
- Class length sniff [\#22](https://github.com/bmitch/Codor/issues/22)
308321

309322
**Merged pull requests:**
310323

@@ -340,6 +353,7 @@
340353

341354
**Closed issues:**
342355

356+
- Class length sniff [\#22](https://github.com/bmitch/Codor/issues/22)
343357
- Parameter length sniff not picking up interfaces. [\#19](https://github.com/bmitch/Codor/issues/19)
344358
- Sniffer to prevent returning null [\#15](https://github.com/bmitch/Codor/issues/15)
345359
- Changes to CodeSniffRunner [\#14](https://github.com/bmitch/Codor/issues/14)

0 commit comments

Comments
 (0)