Skip to content

Releases: typelevel/scalac-options

v0.1.7

16 Aug 21:17
4d19a7c
Compare
Choose a tag to compare

Bug Fixes

Full Changelog: v0.1.6...v0.1.7

v0.1.6

16 Aug 12:15
667098e
Compare
Choose a tag to compare

Enhancements

Updates

  • Update scalafmt-core to 3.8.2 by @typelevel-steward in #129
  • Update sbt to 1.10.1 by @typelevel-steward in #130
  • Update scalafmt-core to 3.8.3 by @typelevel-steward in #133
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.2 by @typelevel-steward in #132

New Contributors

Full Changelog: v0.1.5...v0.1.6

v0.1.5

31 May 15:03
Compare
Choose a tag to compare

What's Changed

  • Update sbt to 1.9.6 by @typelevel-steward in #78
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.3 by @typelevel-steward in #79
  • Update sbt-typelevel, sbt-typelevel-site to 0.5.4 by @typelevel-steward in #86
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.0 by @typelevel-steward in #87
  • Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @typelevel-steward in #83
  • Update scalafmt-core to 3.7.15 by @typelevel-steward in #89
  • Update sbt to 1.9.7 by @typelevel-steward in #88
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.1 by @typelevel-steward in #90
  • Add -Ysafe-init option by @joan38 in #85
  • Add -new-syntax option by @joan38 in #84
  • Add -Yretain-trees option by @joan38 in #91
  • Ability to lift a ScalaVersion from a String by @joan38 in #82
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.2 by @typelevel-steward in #93
  • Update scalafmt-core to 3.7.17 by @typelevel-steward in #94
  • flake.lock: Update by @typelevel-steward in #56
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.3 by @typelevel-steward in #95
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.5 by @typelevel-steward in #99
  • Update sbt to 1.9.8 by @typelevel-steward in #97
  • Update sbt-scalajs, scalajs-compiler, ... to 1.15.0 by @typelevel-steward in #100
  • Update scalafmt-core to 3.8.0 by @typelevel-steward in #104
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.6 by @typelevel-steward in #103
  • Update sbt to 1.9.9 by @typelevel-steward in #105
  • Update sbt-typelevel, sbt-typelevel-site to 0.6.7 by @typelevel-steward in #106
  • Update scala-library to 2.12.19 by @typelevel-steward in #107
  • Update scala-library to 2.13.13 by @typelevel-steward in #108
  • Update scala3-library, ... to 3.3.3 by @typelevel-steward in #110
  • Add Scala versions V3_3_3 and V3_4_0 by @joan38 in #111
  • Update scalafmt-core to 3.8.1 by @typelevel-steward in #114
  • Update sbt-scalajs, scalajs-compiler, ... to 1.16.0 by @typelevel-steward in #115
  • Update scalacheck to 1.17.1 by @typelevel-steward in #116
  • Add -language:strictEquality compiler flag by @joan38 in #112
  • Update scalacheck to 1.18.0 by @typelevel-steward in #117
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.0 by @typelevel-steward in #118
  • Update scala-library to 2.13.14 by @typelevel-steward in #119
  • Update sbt to 1.10.0 by @typelevel-steward in #120
  • Update sbt-typelevel, sbt-typelevel-site to 0.7.1 by @typelevel-steward in #121
  • Update munit to 1.0.0 by @typelevel-steward in #123
  • Update munit-scalacheck to 1.0.0 by @typelevel-steward in #124
  • flake.lock: Update by @typelevel-steward in #113

New Contributors

Full Changelog: v0.1.4...v0.1.5

v0.1.4

15 Sep 00:17
f25b725
Compare
Choose a tag to compare

Enhancements

Updates

  • Update scala3-library, ... to 3.3.1 by @typelevel-steward in #72
  • Update scala-library to 2.13.12 by @typelevel-steward in #74

New Contributors

Full Changelog: v0.1.3...v0.1.4

0.1.3

18 Jul 16:27
v0.1.3
e6c1833
Compare
Choose a tag to compare

Fixed

  • #63 Fix the version range for -Wunused:nowarn, which was backported to Scala 2.12.13, but under a different option name. This change prevents -Wunused:nowarn from being added incorrectly on Scala 2.12.x, and adds the new -Ywarn-unused:nowarn option for Scala 2.12.13 and above instead.

0.1.2

14 Jul 14:25
v0.1.2
50f338a
Compare
Choose a tag to compare

Added

  • All relevant changes to ScalacOptions in sbt-tpolecat since the previous release were added to the library, specifically:
    • #115, which added the -Wnonunit-statement option.
    • #127, which added verbose options to the plugin.
    • #147, which added warnings which were reintroduced in Scala 3.3.x.

0.1.1

04 Aug 13:20
917422d
Compare
Choose a tag to compare

Fixed

  • Added a singleton object ScalacOptions to enable access to the scala compiler options DSL. The previous code was imported directly from sbt-tpolecat and the ScalacOptions trait was package-private, making the library quite difficult to use!

0.1.0

03 Aug 14:58
226dcfa
Compare
Choose a tag to compare

Added