Skip to content

v2.6.0

Compare
Choose a tag to compare
@ebussieres ebussieres released this 21 May 02:54
· 363 commits to master since this release
  • Add support for 'as' and 'from' in import statement (#271)
  • Add support for spring-boot-2 (#340)
  • Supports empty collection for first filter (#342)
  • Add options for literal number types and method finding strategy (#268)
    • support L type suffix for literal number which will be treated as Long, such as '123L'.
    • Add literalDecimalTreatedAsInteger option for toggling to enable/disable literal decimal treated as integer.
    • Add 'greedyMatchMethod' option for toggling to enable/disable greedy matching mode for finding java method. Reduce the limit of the parameter type, try to find other method which has compatible parameter types.