Skip to content

Releases: scapegoat-scala/scapegoat

2.1.3

21 Sep 19:34
9933ca8
Compare
Choose a tag to compare

What’s Changed

2.1.2

06 Jun 09:49
e936899
Compare
Choose a tag to compare

What’s Changed

2.1.1

27 Jan 20:07
6ac7fb0
Compare
Choose a tag to compare

What’s Changed

  • Allow empty if statements if they're captured by a function (#720) @Johnnei
  • Add test for ExistsSimplifiableToContains (#711) @saeltz
  • Reduce false positives on comparing unrelated types (#710) @Johnnei
  • Address deprecations in FeedbackTest (#709) @saeltz
  • PredefTraversableIsMutable & PredefIterableIsMutable don't apply on Scala 2.13 (#708) @saeltz

And some updates:

2.1.0

17 Nov 20:56
31dae53
Compare
Choose a tag to compare

What’s Changed

2.0.0

20 Oct 15:44
4b6945a
Compare
Choose a tag to compare

What’s Changed

v1.4.17

10 Oct 20:54
41e67c8
Compare
Choose a tag to compare

What’s Changed

1.4.16

29 Sep 06:55
f569edc
Compare
Choose a tag to compare

What’s Changed

1.4.15

11 Jul 07:18
6ca4838
Compare
Choose a tag to compare

What’s Changed

1.4.14

10 May 06:44
b441e0a
Compare
Choose a tag to compare

What’s Changed

1.4.13

04 May 20:01
6edbf94
Compare
Choose a tag to compare

What’s Changed

Dependency updates

🚀 Features

  • New Inspection: Inform about Boolean Parameters (#644) @saeltz