Skip to content

v0.4.0

Compare
Choose a tag to compare
@wata727 wata727 released this 07 Jan 08:05
· 57 commits to master since this release

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)