Releases: boost/codeclimate_diff
Releases · boost/codeclimate_diff
v0.1.13
- bumped the gem version
- upgraded rexml to fix CVE
v0.1.12
What's Changed
- Update JSON gem by @danielaboost in #8
New Contributors
- @danielaboost made their first contribution in #8
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- feat: set up automated baseline generation by @lunmanlee in #7
New Contributors
- @lunmanlee made their first contribution in #7
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Arm support by @richardmatthewsdev in #6
New Contributors
- @richardmatthewsdev made their first contribution in #6
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- FIX: respect ignore list defined in
.codeclimate.yml
file by @isabel-anastasiadis-boost in #4
Full Changelog: v0.1.8...v0.1.9
v0.1.8
fix: when a file doesn't exist, the codeclimate CLI does strange things. Filtering out deleted files.
v0.1.7
- Improved error handing when downloading new baseline from the pipeline
- It prompts you if you're missing the access token
- It says it is using the current baseline if the process fails
v0.1.6
- Added a 'threshold_to_run_on_all_files` setting (defaults to 8). When the number of files changed has exceeded the threshold, we will run the analysis across all files in one go, instead of one by one.
- You can also pass the
--all
argument to get the same behaviour, regardless of threshold.
v0.1.5
Instead of needing people to install the brew command line tool, we are directly using the docker image.
v0.1.4
- Initial usable version, with tidied up documentation
- You can now configure it to download the baseline from your Gitlab CI Pipeline (so you don't have to run it locally)