Releases: scalacenter/scalafix
Releases · scalacenter/scalafix
v0.9.18
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
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
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
Scalafix v0.9.12
Scalafix v0.9.7
Scalafix v0.9.6
- #979 Fix issue with handling of source files with spaces in their names, by @jameskoch.
- New support for Scala 2.12.9
Scalafix v0.9.5
Upgrade to Scalameta v4.1.9.
Scalafix v0.9.4
- #943 Upgrade to Scala v2.12.8 and Scalameta v4.1.4
Scalafix v0.9.3
- #936 Add universal inequality check, by @Jacoby6000
- #924 Add beforeStart and afterComplete methods on Rule, by @rorygraves
- #922 Fix --auto-classpath bug, by @NicolasRouquette
- #923 Remove Importee.Rename if it does not shadow anything, by @marcelocenerine