Skip to content

Releases: scapegoat-scala/scapegoat

v1.4.12

04 May 19:14
e38d498
Compare
Choose a tag to compare

Changelog missing. Released on 2022-01-18

v1.4.11

24 Nov 19:01
Compare
Choose a tag to compare

What’s Changed

1.4.10

25 Sep 19:19
e0de72d
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

1.4.9

16 Jun 09:34
b08b9d8
Compare
Choose a tag to compare

What’s Changed

🧰 Maintenance

🔧 Dependency updates

1.4.8

27 Feb 20:44
0b25b5a
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

🔧 Dependency updates

1.4.6

29 Sep 19:23
f0fb308
Compare
Choose a tag to compare

What’s Changed

🔧 Dependency updates

1.4.5

05 Jul 20:14
871a6fa
Compare
Choose a tag to compare

What’s Changed

🚀 Features

🐛 Bug Fixes

🧰 Maintenance

🔧 Dependency updates

1.4.4

02 May 16:24
bfdcb25
Compare
Choose a tag to compare

What’s Changed

  • Cross-build for 2.13.2. (#351) @mwz
  • Update README.md to name proper Scala 2.12 minor version (#338) @jozic
  • Only report warnings via the reporter (#326) @avdv
  • Add a description to the AsInstanceOf inspection. (#330) @mwz
  • Add a codecov badge. (#328) @mwz

🐛 Bug Fixes

🧰 Maintenance

  • Add a release workflow. (#327) @mwz
  • Adding InspectionTest as a superclass for all inspection tests (#332) @mccartney
  • Enforcing proper formatting of descriptions and explanations (#331) @mccartney

🔧 Dependency updates

v1.4.2

27 Mar 11:45
Compare
Choose a tag to compare

Several false-positives got fixed, for the following inspections:

  • #266 - VariableShadowing
  • #310 - ExistsSimplifiableToContains
  • #267 - UnnecessaryConversion

New inspections have been added:

  • #268 - RepeatedIfElseBody
  • #270 - actually that's an amendment to SwallowedException

Descriptions and help text for inspections have been revised and amended in #281

Also, several internal improvements were made - with the release process, employing Scala Steward for dependency upgrades, etc.

1.4.1

13 Mar 11:29
Compare
Choose a tag to compare

Mostly false-positives fixes:

  • #261 with comparing unrelated types
  • #263 with unnecessary conversions
  • #262 with preferring empty set/seq/etc.