All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
1.8 - 2021-08-19
- Updated CodeNarc to 1.6.1 (thanks to @goober, #58)
- Use Spotless for code formatting
- Fixed compatibility with SonarQube 9.0 (fixes #65)
- Get rid of some deprecation warnings (fixes #57)
1.7 - 2021-05-30
- Remove backwards compatibility hacks (drop support for everything older then SonarQube 7.8)
- Some dependency updates
- Deprecates support for JaCoCo binary format (use the SonarQube JaCoCo plugin instead)
- Switch CI from Travis to GitHub Actions
- Run tests against SonarQube 7.8-8.9
- Align JUnit property with Java plugin (fixes #43)
- Compatibility with JaCoCo older then 0.7.5 (released in mid-2015)
1.6 - 2019-07-04
- This changelog
- Moved project from SonarSource to community
- Update plugin to be compatible with SonarQube 6.7-7.8
- Analyze plugin on SonarCloud
- Do CI builds on Travis & AppVeyor
- Integrate codenarc converter into the default build
- Include CodeNarc as a git submodule (so the converter can run on Travis)
- Fix a bunch of deprecated constructs
- Only report overall JaCoCo test coverage
- Updated CodeNarc to 1.4 & GMetrics to 1.0
- fix multiple codenarc files (pmayweg#60)
- Fix bug in JaCoCo package name handling (pmayweg#74)
- Update JaCoCo for Java 10+ support
- Remove old metrics (fixes #6)
- Coupling metrics, since SonarQube doesn't support them anymore
1.5 - 2017-05-10
Please see the Git history for older changes