Skip to content

Releases: wata727/pahout

v0.7.0

06 Mar 13:47
Compare
Choose a tag to compare

v0.7.0 (2019-03-06)

Enhancements

  • Add --extensions option (#51)

Others

  • CI against PHP 7.1.26, 7.2.15 and 7.3.2 (#52)

v0.6.1

29 Jan 14:32
Compare
Choose a tag to compare

v0.6.1 (2019-01-29)

Bugfix

  • Allow to parse PHP-standardized version (#49)

v0.4.0

07 Jan 08:05
Compare
Choose a tag to compare

v0.4.0 (2018-01-07)

Annotations were introduced in this release. Please see the README for details.

Enhancements

  • Introduce annotations to control hints (#21)
  • Add AmbiguousReturnCheck (#24)
    • NOTE: The tool name changed to LooseReturnCheck on #28
  • Add UnneededRegularExpression (#25)

Changes

  • Change the message of SyntaxError (#23)
  • Revise messages and documentations (#26)
  • Rename tool names (#28)

Bugfix

  • Handling array destructuring for DuplicateKey (#27)

Others

  • CI against PHP 7.2 (#19)
  • CI against PHP 7.1.12 and 7.2 (#20)
  • Revise README (#22)

v0.3.0

20 Dec 18:09
Compare
Choose a tag to compare

v0.3.0 (2017-12-21)

We relaxed dependencies from this release. There is no change in the behavior of the analysis.

Changes

  • Relax composer requirements (#18)

Enhancements

  • Parses .php-version to change default php_version (#16)

v0.2.0

05 Nov 11:12
Compare
Choose a tag to compare

v0.2.0 (2017-11-05)

In this release we have added 4 tools. These tools will make your code better :)

Enhancements

  • Add RedundantTernaryOperator (#9)
  • Add DuplicateKey (#12)
  • Add UnreachableCatch (#13)
  • Add DuplicateCaseCondition (#14)

BugFix

  • Use Howdah for DuplicateKey (#15)

Others

  • CI Settings (#1)
  • Fix tests (#10)
  • Add parser for development (#11)