Skip to content

Commit 7c2344a

Browse files
committed
Prepare changelog for v1.5.0
1 parent f85bc6d commit 7c2344a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ All notable changes to this library will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v1.5.0](https://github.com/CodeIgniter/coding-standard/compare/v1.4.0...v1.5.0) - 2022-09-13
8+
9+
- Enable `ensure_single_space` option of `whitespace_after_comma_in_array`
10+
- Use the `space_multiple_catch` option of `types_spaces`
11+
- Fix multi-lines
12+
- Add `group_to_single_imports` option to `single_import_per_statement`
13+
- chore: fix editorconfig (#4)
14+
- docs: add CONTRIBUTING.md (#3)
15+
- Enable `date_time_create_from_format_call`
16+
- Add options to `new_with_braces`
17+
- Add `order` option to `phpdoc_order`
18+
- Add the `trailing_comma_single_line` option to `function_declaration`
19+
- Enable `curly_braces_position`
20+
- Enable `single_line_comment_spacing`
21+
- Enable `no_trailing_comma_in_singleline`
22+
- Normalize composer.json
23+
- Add "static analysis" Composer keyword (#2)
24+
- Add `inline_constructor_arguments` option to `class_definition`
25+
- Enable `statement_indentation`
26+
- Enable `no_useless_nullsafe_operator`
27+
- Enable `no_multiple_statements_per_line`
28+
- Enable `control_structure_braces`
29+
- Enable `blank_line_between_import_groups`
30+
- Remove deprecated fixers
31+
- Configure `groups` option in `phpdoc_separation` rule
32+
- Bump php-cs-fixer version
33+
734
## [v1.4.0](https://github.com/CodeIgniter/coding-standard/compare/v1.3.0...v1.4.0) - 2022-02-09
835

936
- Permit use of latest php-cs-fixer v3.6.0

0 commit comments

Comments
 (0)