Skip to content

Latest commit

 

History

History
45 lines (35 loc) · 2.72 KB

CHANGELOG_LEGACY.md

File metadata and controls

45 lines (35 loc) · 2.72 KB

This changelog is no longer maintained. Follow the release notes at the GitHub releases for latest changes

Changelog

Version 1.3.0

  • 47: Allow to exclude source roots

Version 1.2.0

  • 44: Bump guava to 30.1.1-jre
  • 43: Allow to run on test code only

Version 1.1.0

  • 42: Add some more configuration consistency checks
  • Update section about Versioning and Compatibility

Version 1.0.1

  • #39: Handle double semicolon after import statement
  • #37: Fix version incompatibility
  • Display analysis duration

Version 1.0.0

  • #35: Recognize multiple import statements on same line in groovy sources
  • Remove commentLineBufferSize

Version 0.18.0

  • Fix possible file resource leak while iterating source files
  • Remove sourceFileCharset
  • Soft-Remove commentLineBufferSize
  • #34: Recognize multiple import statements on same line in java sources
  • #33: Possibility to forbid wildcard imports
  • #31: Results show whether a match occurred in a test file
  • #30: Separate import parsing and banned import analysis

Version 0.17.0

  • #29: SPI for SourceLineParser implementations
  • #27: Introduce failBuild and skip options
  • Fix mysterious case where "* would be recognized as the beginning of a block comment
  • Introduce changelog to readme
  • Add contribution guide lines

Version 0.16.0

  • #26: Deprecate commentLineBufferSize parameter and replaced with dynamically growing buffer
  • #25: Add additional configuration sanity checks
  • #23: Soft-Remove sourceFileCharset parameter and always use UTF-8 now