Releases: typelevel/scalac-options
Releases · typelevel/scalac-options
v0.1.7
Bug Fixes
- Fix order of initialization regression from #131 by @lenguyenthanh in #135
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Enhancements
- Fix deprecated ykind projector in scala 3.5 by @lenguyenthanh in #131
- Add -Xmax-inlines compiler flag by @joan38 in #127
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
- @lenguyenthanh made their first contribution in #131
Full Changelog: v0.1.5...v0.1.6
v0.1.5
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
Enhancements
- Add warnNonUnitStatement to Scala 3 (3.3.1) by @BalmungSan in #77
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
- @BalmungSan made their first contribution in #77
Full Changelog: v0.1.3...v0.1.4
0.1.3
0.1.2
Added
- All relevant changes to
ScalacOptions
in sbt-tpolecat since the previous release were added to the library, specifically:
0.1.1
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 theScalacOptions
trait was package-private, making the library quite difficult to use!
0.1.0
Added
- Begin keeping this CHANGELOG.
- Initial release of this library using code extracted from sbt-tpolecat.