Releases: softwaremill/quicklens
Releases · softwaremill/quicklens
v1.9.1
What’s Changed
- Update sbt-scala-native, scala3lib to 0.4.12 (#152) @softwaremill-ci
- Scala 3: Only include first parameter list of constructor when applying copy (#154) @KacperFKorban
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.1 (#155) @softwaremill-ci
- Update scalafmt-core to 3.7.3 (#153) @softwaremill-ci
- Fix link to prism (#151) @Philippus
- Update scalafmt-core to 3.7.2 (#149) @softwaremill-ci
- Update scala3-library, ... to 3.2.2 (#148) @softwaremill-ci
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.0 (#146) @softwaremill-ci
- Update scalafmt-core to 3.7.1 (#145) @softwaremill-ci
- Update scalafmt-core to 3.7.0 (#144) @softwaremill-ci
- Update scalatest-flatspec, ... to 3.2.15 (#142) @softwaremill-ci
- Update sbt to 1.8.2 (#141) @softwaremill-ci
- Update sbt to 1.8.1 (#140) @softwaremill-ci
- Update sbt-softwaremill-common, ... to 2.0.12 (#136) @softwaremill-ci
- Update nscplugin, sbt-scala-native, ... to 0.4.9 (#134) @softwaremill-ci
- Update sbt-scalajs, scalajs-compiler, ... to 1.12.0 (#133) @softwaremill-ci
- Update sbt to 1.8.0 (#131) @softwaremill-ci
- Update nscplugin, sbt-scala-native, ... to 0.4.8 (#130) @softwaremill-ci
- Update scala3-library, ... to 3.2.1 (#129) @softwaremill-ci
- Update scalafmt-core to 3.6.1 (#128) @softwaremill-ci
- Update sbt to 1.7.3 (#127) @softwaremill-ci
- Update scalafmt-core to 3.6.0 (#125) @softwaremill-ci
- Update scala-library, scala-reflect to 2.13.10 (#123) @softwaremill-ci
- Update sbt to 1.7.2 (#122) @softwaremill-ci
- Update scalatest-flatspec, ... to 3.2.14 (#121) @softwaremill-ci
- Update scala-library, scala-reflect to 2.13.9 (#119) @softwaremill-ci
- Update scala-library, scala-reflect to 2.12.17 (#118) @softwaremill-ci
- Update sbt-scalajs, scalajs-compiler, ... to 1.11.0 (#117) @softwaremill-ci
v1.9.0
What’s Changed
- Avoid repeatedly evaluating the source if it's a complex expression (#115) @adamw
- Update scalafmt-core to 3.5.9 (#111) @softwaremill-ci
- Update sbt to 1.7.1 (#110) @softwaremill-ci
- Update scala3-library, ... to 3.2.0 (#109) @softwaremill-ci
- Update scalatest-flatspec, ... to 3.2.13 (#108) @softwaremill-ci
- Update sbt to 1.5.8 (#106) @softwaremill-ci
- Update scalafmt-core to 3.2.2 (#107) @softwaremill-ci
- Update nscplugin, sbt-scala-native, ... to 0.4.7 (#105) @softwaremill-ci
- Update scala3-library, ... to 3.1.3 (#104) @softwaremill-ci
- Update scala-library, scala-reflect to 2.12.16 (#103) @softwaremill-ci
- Update sbt-projectmatrix to 0.9.0 (#101) @softwaremill-ci
- Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 (#102) @softwaremill-ci
- Bump coursier/cache-action from 6.2 to 6.3.1 (#93) @dependabot
- Bump actions/checkout from 2 to 3 (#85) @dependabot
v1.8.10
What’s Changed
- Issue with this in presence of self alias + & types (#99) @KacperFKorban
- Modification via a type alias failing on Scala 3 (#97) @OndrejSpanel
v1.8.9
What’s Changed
- Tuple modification fails with Scala 3 (#96) @OndrejSpanel
v1.8.8
What’s Changed
- Enable Scala 3 + Scala Native (#94) @KacperFKorban
v1.8.7
What’s Changed
- Scala3 array - each / index (#92) @OndrejSpanel
v1.8.6
What’s Changed
- Scala 3 support for Seq / IndexedSeq (#91) @OndrejSpanel
v1.8.5
What’s Changed
- Fix publishing and testing for ScalaJS for Scala 3 (#88) @KacperFKorban
v1.8.4
What’s Changed
- Rework modifyAll for Scala 3 (#82) @KacperFKorban
v1.8.3
What’s Changed
- Optimize
modifyAll
(#81) @KacperFKorban - Fix supporting modifying
sealed abstract classes
in Scala 3 (#80) @KacperFKorban