All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Early Semantic Versioning in addition to Semantic Versioning.
0.1.3 - 2023-07-18
- #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 - 2023-07-14
- All relevant changes to
ScalacOptions
in sbt-tpolecat since the previous release were added to the library, specifically:
0.1.1 - 2022-08-04
- Added a singleton object
ScalacOptions
to enable access to the scala compiler options DSL. The previous code was imported directly from sbt-tpolecat and theScalacOptions
trait was package-private, making the library quite difficult to use!
0.1.0 - 2022-08-03
- Begin keeping this CHANGELOG.
- Initial release of this library using code extracted from sbt-tpolecat.