Skip to content

Releases: CodeIgniter/coding-standard

v1.7.5 Coding Standard

15 Jul 08:38
v1.7.5
d01a2fa

Choose a tag to compare

Changes ⚙️

  • Configure new fixers in php-cs-fixer v3.20

Please refer to the CHANGELOG for the detailed list of changes.

v1.7.4 Coding Standard

19 Jun 08:48
v1.7.4
44c52a4

Choose a tag to compare

Changes ⚙️

  • Bump php-cs-fixer to v3.18
  • Add case_sensitive option to ordered_class_elements
  • Add missing rules

Fixed 🔧

  • fix: ruleset deprecated on v3.18 (#10)

New Contributors

Please refer to the CHANGELOG for the detailed list of changes.

Full Changelog: v1.7.3...v1.7.4

v1.7.3 Coding Standard

05 May 09:15
v1.7.3
52a94d7

Choose a tag to compare

Changed

  • Replace single_space_after_construct with single_space_around_construct
  • Remove deprecated braces rules
  • Bump php-cs-fixer to v3.16

Please refer to the CHANGELOG for the detailed list of changes.

v1.7.2 Coding Standard

05 Mar 09:10
v1.7.2
f8eeead

Choose a tag to compare

Fixed 🔧

  • Returned php-cs-fixer version to ^3.14 (as previous bug was already fixed)

Please refer to the CHANGELOG for the detailed list of changes.

v1.7.1 Coding Standard

22 Dec 02:34
v1.7.1
9b3a18e

Choose a tag to compare

Fixed 🔧

  • Fix php-cs-fixer version to v3.13.0, to avoid changes in binary_operator_spaces brought by v3.13.1

Please refer to the CHANGELOG for the detailed list of changes.

v1.7.0 Coding Standard

01 Nov 15:42
v1.7.0
b5da917

Choose a tag to compare

Changed

  • Bump php-cs-fixer to v3.13
  • Add 'case_sensitive' option to 'general_phpdoc_annotation_remove'
  • Add 'closure_fn_spacing' option to 'function_declaration'

Please refer to the CHANGELOG for the detailed list of changes.

v1.6.2 Coding Standard

30 Oct 12:21
v1.6.2
644b3ed

Choose a tag to compare

Changed

  • Grouped runTestsInSeparateProcess, runInSeparateProcess, preserveGlobalState together

Please refer to the CHANGELOG for the detailed list of changes.

v1.6.1 Coding Standard

20 Oct 12:49
v1.6.1
f1ca1fb

Choose a tag to compare

Fixed 🔧

  • Changed @internal description of class CodeIgniter4 to avoid warnings in phpstorm

Please refer to the CHANGELOG for the detailed list of changes.

New Contributors

  • @tangix made their first contribution in #7

v1.6.0 Coding Standard

15 Oct 15:46
v1.6.0
69daf39

Choose a tag to compare

Changes ⚙️

  • Bump php-cs-fixer version to v3.12 minimum
  • Enable no_useless_concat_operator
  • Update action workflows

Please refer to the CHANGELOG for the detailed list of changes.

v1.5.0 Coding Standard

13 Sep 05:33
v1.5.0
7c2344a

Choose a tag to compare

Added

  • docs: add CONTRIBUTING.md (#3)
  • Normalize composer.json
  • Add "static analysis" Composer keyword (#2)

Fixed

  • chore: fix editorconfig (#4)

Changed

  • Enable ensure_single_space option of whitespace_after_comma_in_array
  • Use the space_multiple_catch option of types_spaces
  • Fix multi-lines
  • Add group_to_single_imports option to single_import_per_statement
  • Enable date_time_create_from_format_call
  • Add options to new_with_braces
  • Add order option to phpdoc_order
  • Add the trailing_comma_single_line option to function_declaration
  • Enable curly_braces_position
  • Enable single_line_comment_spacing
  • Enable no_trailing_comma_in_singleline
  • Add inline_constructor_arguments option to class_definition
  • Enable statement_indentation
  • Enable no_useless_nullsafe_operator
  • Enable no_multiple_statements_per_line
  • Enable control_structure_braces
  • Enable blank_line_between_import_groups
  • Remove deprecated fixers
  • Configure groups option in phpdoc_separation rule
  • Bump php-cs-fixer version

New Contributors

Full Changelog: v1.4.0...v1.5.0