Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (22 loc) · 956 Bytes

CHANGELOG.md

File metadata and controls

39 lines (22 loc) · 956 Bytes

Changes in Diff Sniffer Core component

[3.4.1] - 2019-05-01

Fixed

  • Improved handling of coding standards with additional dependencies (#8, #9).

[3.4.0] - 2019-03-01

Changed

  • Updated PHP_CodeSniffer to ^3.4.
  • Bumped minimum required PHP version to 7.2.

Fixed

  • Improved handling of the exclude-pattern configuration parameter (#4, #5).

[3.1.1] - 2017-12-04

Fixed

  • Excluded rules are still reported if caching is enabled (#3).

[3.1.0] - 2017-12-02

Added

[3.0.0] - 2017-10-29

Changed

  • Updated PHP_CodeSniffer to ^3.0.
  • Bumped minimum required PHP version to 7.1.
  • Internal improvements.