Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

50 lines (35 loc) · 1.41 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

2.1.0 - 2023-11-10

Added

  • Detect and forbid backticks operator
  • Disallow loose comparison operator
  • Detect and remove useless parentheses
  • Detect and remove useless semicolon

2.0.0 - 2023-11-03

Added

  • Support fully qualified global constant
  • Detect and remove useless property, parameter, and return annotations
  • Detect and remove empty comment
  • Disallow empty function unless contains a comment
  • Use a static closure if possible

Changed

  • Change the maximum line length to 140 characters.
  • Increase the percentage of commented-out code to 75%

Removed

  • Remove the rule SlevomatCodingStandard.Functions.UnusedParameter

1.1.0 - 2023-05-10

Added

  • Disallow one-line property doc comment rule

Fixed

  • Fix PSR12 FileHeader incorrect order

1.0 - 2023-04-21

Initial release