Scalafix Versions Save

Refactoring and linting tool for Scala

v0.9.24

3 years ago

Pull Requests

  • Upgrade to Scala 2.13.4 (#1291) @mlachkar
  • update olafurpg/setup-scala action (#1289) @mlachkar
  • Ondemand compilation doesn't take scalacOptions (#1215) @mlachkar
  • Update mdoc, sbt-mdoc to 2.2.12 (#1288) @scala-steward
  • Update scalacheck to 1.15.1 (#1287) @scala-steward
  • Update sbt to 1.4.2 (#1286) @scala-steward
  • Update sbt-site to 1.4.1 (#1285) @scala-steward
  • Update sbt-ci-release to 1.5.4 (#1284) @scala-steward
  • Update sbt-scalafix to 0.9.23 (#1283) @scala-steward
  • Update setup-scala githubAction (#1282) @mlachkar
  • enforce scalafix across configurations (#1281) @bjaglin
  • allow building on JDK 15 (#1278) @SethTisue
  • adapt to scala/scala#9292 (ArrayCharSequence) (#1279) @SethTisue
  • fix path to scalafmt binary (#1280) @bjaglin
  • ExplicitResultTypes path-dependent types import bugfix & tweaks (#1276) @bjaglin

v0.9.23

3 years ago

Pull Requests

  • revert unnecessary breaking change in testkit (#1275) @bjaglin
  • scalafmt-core 2.7.5 (#1274) @bjaglin
  • CI cleanup (#1136) @bjaglin
  • Kill and make sure that the presentation compiler is interrupted befo… (#1272) @mlachkar
  • add --triggered flag to load overlay section in .scalafix.conf (#1217) @taisukeoe
  • Update mdoc, sbt-mdoc to 2.2.10 (#1270) @scala-steward
  • Update scalacheck to 1.15.0 (#1269) @scala-steward
  • Update sbt to 1.4.1 (#1268) @scala-steward
  • Update interface to 1.0.1 (#1267) @scala-steward
  • Update sbt-mima-plugin to 0.8.1 (#1266) @scala-steward
  • Update organize-imports to 0.4.3 (#1265) @scala-steward
  • Replace travis workflow by a github action (#1263) @mlachkar
  • enable scalafix plugin on scalafix-testkit (#1262) @mlachkar
  • add a new method to Patch Api (#1260) @mlachkar
  • Add a message error to scalafixFileEvaluation (#1251) @mlachkar
  • Respect the intent of rules authors when returning atomic patches (#1261) @mlachkar
  • Update scalameta, semanticdb-scalac-core, ... to 4.3.24 (#1258) @scala-steward
  • check the whole caret position in the testkit (#1259) @gontard
  • Update sbt to 1.4.0 (#1257) @scala-steward
  • Update organize-imports to 0.4.2 (#1256) @scala-steward
  • Fix warn messages in doc (#1255) @mlachkar
  • Activate scalafix on unit project (#1253) @mlachkar
  • Enable scalafix plugin (#1218) @mlachkar
  • Update sbt-buildinfo to 0.10.0 (#1226) @scala-steward
  • Update sbt-mdoc to 2.2.9 (#1249) @scala-steward
  • Goodbye from Marcelo Cenerino (#1248) @marcelocenerine

v0.9.22

3 years ago

v0.9.21

3 years ago

Pull Requests

  • Update scalameta, semanticdb-scalac, ... to 4.3.22 (#1243) @scala-steward
  • Update interface to 0.0.25 (#1233) @scala-steward
  • Update scala-collection-compat to 2.2.0 (#1241) @scala-steward
  • Add documentation to cross publish rules (#1237) @mlachkar
  • Remove Slick from lib dependencies (#1244) @mlachkar
  • Update org.eclipse.jgit to 5.9.0.202009080501-r (#1240) @scala-steward
  • Update sbt-mdoc to 2.2.8 (#1242) @scala-steward
  • Update sbt-mima-plugin to 0.8.0 (#1238) @scala-steward

v0.9.20

3 years ago

Pull Requests

  • Add methods to scalafix api to be able to retrieve patches (#1223) @mlachkar
  • Fix ScalafixImplSuite test and add a test for configuration path (#1224) @mlachkar
  • Add scala version requierment to ExplicitResultTypes doc page. (#1225) @mlachkar
  • document scalafixOnCompile shortcomings (#1213) @bjaglin
  • Update sbt-mdoc to 2.2.5 (#1227) @scala-steward
  • Update tutorial's ivy resolver docs. (#1228) @scottrice10
  • Fix AnchorPatches test (#1169) @mlachkar
  • Update commons-text to 1.9 (#1221) @scala-steward
  • Update org.eclipse.jgit to 5.8.1.202007141445-r (#1222) @scala-steward
  • Update interface to 0.0.24 (#1214) @scala-steward
  • fix MiMA after 0.9.19 release with a new Scala patch version (#1212) @bjaglin

v0.9.19

3 years ago

Pull Requests

  • support for Scala 2.12.12 (#1210) @bjaglin
  • document scalafixOnCompile (#1203) @bjaglin
  • Remove support for ExplicitResultTypes.skipLocalImplicits option (#1209) @bjaglin
  • fix MiMA after 0.9.18 release with a new Scala patch version (#1200) @bjaglin
  • update test-release file (#1195) @mlachkar

v0.9.18

3 years ago

Pull Requests

  • Display all supported scalaVersions for ExplicitResultType (#1194) @mlachkar
  • document sbt-scalafix scalafixScalaBinaryVersion (#1166) @bjaglin
  • sbt scalafixResolvers: coursiersmall -> coursierapi (#1155) @bjaglin
  • document scalafixAll InputKey (#1160) @bjaglin
  • Document local rules for sbt builds (#1173) @bjaglin
  • Fix #1180 - ExplicitResultTypes for implicit members of local traits (#1181) @giabao
  • Add support for the 3 last versions of scala for each binary version for rules (#1174) @mlachkar
  • re-enable MiMa against latest stable version for published modules (#1177) @bjaglin
  • Update sbt-assembly to 0.15.0 (#1184) @scala-steward
  • Update scalameta, semanticdb-scalac, ... to 4.3.18 (#1188) @scala-steward
  • Update sbt-mdoc to 2.2.3 (#1187) @scala-steward
  • Update org.eclipse.jgit to 5.8.0.202006091008-r (#1185) @scala-steward
  • Update sbt to 1.3.13 (#1186) @scala-steward
  • make it possible to use testkit with ScalaTest 3.2.x (#1176) @bjaglin
  • Upgrade to Scala 2.13.3 (#1179) @olafurpg
  • Add test for 2.11 and 2.13 version of ExplicitResultType (#1167) @mlachkar
  • scalafix-interfaces: advise against using classloader overloads (#1165) @bjaglin
  • clarify syntax of --tool-classpath (#1122) @bjaglin
  • Add mlachkar as a maintainer (#1170) @mlachkar
  • improve RemoveUnused rule (#1114) @xuwei-k
  • Check website documentation on release (#1161) @bjaglin
  • respect -Xlint or -Xlint:unused scalac options in RemoveUnused rule (#1163) @taisukeoe
  • bi-weekly scala steward updates to reduce noise (#1159) @bjaglin
  • Update scalameta, semanticdb-scalac, ... to 4.3.15 (#1158) @scala-steward
  • Improve release documentation (#1153) @mlachkar
  • Update sbt-mdoc to 2.2.2 (#1156) @scala-steward

v0.9.17

3 years ago

Pull Requests

  • scalafix-interfaces: higher-level API for class loading (#1152) @bjaglin
  • Update scalameta, semanticdb-scalac, ... to 4.3.14 (#1148) @scala-steward
  • expose scalafix 2.13 patch version in scalafix-interfaces (#1150) @bjaglin
  • update doc about sbt-scalafix tasks/settings (as of 0.9.16) (#1139) @bjaglin
  • advertise scalafix-organize-imports in doc (#1145) @bjaglin
  • Update sbt-mdoc to 2.2.1 (#1144) @scala-steward
  • Update sbt to 1.3.12 (#1141) @scala-steward
  • update test-release script with the new scala versions (#1137) @mlachkar

v0.9.16

3 years ago

Pull Requests

  • sync up with coursier changes/improvements (#1121) @bjaglin
  • Welcome Brice Jaglin to the team! (#1135) @olafurpg
  • Update release instructions (#1134) @olafurpg
  • Migrate to 2.13 (#1118) @mlachkar
  • RemoveUnused: document 2.13.2 -Wconf to keep -Xfatal-warnings (#1115) @bjaglin
  • align behavior with semanticdb-scalac: last arg wins (#1116) @bjaglin
  • Add mill-scalafix to other build tools (#1112) @joan38
  • Fix #1104 (#1105) @giabao
  • Update sbt-ci-release to 1.5.3 (#1102) @scala-steward
  • Update libs (#1106) @giabao
  • Update scalameta, semanticdb-scalac, ... to 4.3.10 (#1107) @scala-steward
  • include semanticEnabled settings in installation (#1094) @taisukeoe
  • Add version field to Scalafix config schema (#1101) @olafurpg
  • fix #1098 NoSuchElementException in SymtabFromProtobuf.sscope (#1099) @giabao
  • Quote names when necessary in Symbol#normalized (#1100) @liancheng
  • Small update to intro docs (#1095) @ckipp01
  • Clarify ExplicitResultTypesConfigSuite config error message (#1093) @olafurpg
  • Support literal types (#1092) @olafurpg
  • Update sbt and coursier (#1090) @ckipp01
  • Update scalameta, semanticdb-scalac, ... to 4.3.8 (#1088) @scala-steward
  • Upgrade to the latest metaconfig (#1087) @olafurpg
  • Revert "Update scalatest to 3.1.0" (#1083) @olafurpg
  • Migrate most tests to GH Actions for CI (#1081) @olafurpg
  • Update sbt-mdoc to 2.1.5 (#1082) @scala-steward
  • Fix bug where Scalafix cli crashed on JDK 11 (#1080) @dos65

v0.9.12

4 years ago
  • #1070 Use None and Nil instead or Option.empty[T] and List.empty[T] when inserting explicit result types for Option[T] and List[T]
  • #1079 Add support for Scala 2.12.11