Releases: wata727/pahout
Releases · wata727/pahout
v0.7.0
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
v0.6.1 (2019-01-29)
Bugfix
- Allow to parse PHP-standardized version (#49)
v0.4.0
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
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
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)