Magnolia Versions Save

Easy, fast, transparent generic derivation of typeclass instances

scala3-v1.3.6

3 weeks ago

What’s Changed

  • Update scala3-library, ... to 3.3.3 (#518) @softwaremill-ci
  • Fix providing annotations vs inherited annotations (#529) @kciesielski

scala2-v1.1.9

3 weeks ago

What’s Changed

  • [scala2] Update scala-native to 0.5.1 (#528) @kciesielski

scala3-v1.3.5

4 weeks ago

What’s Changed

  • Reduce number of Symbol.tree dependencies in macros. (#525) @WojciechMazur
  • Upgrade Scala Native to 0.5.1 (#526) @WojciechMazur
  • Update sbt-scalajs, scalajs-library_2.13, ... to 1.16.0 (#521) @softwaremill-ci
  • Update scalafmt-core to 3.8.1 (#522) @softwaremill-ci
  • Update sbt-projectmatrix to 0.10.0 (#519) @softwaremill-ci
  • Update sbt-softwaremill-common, ... to 2.0.20 (#517) @softwaremill-ci
  • Update sbt-softwaremill-common, ... to 2.0.19 (#516) @softwaremill-ci
  • Update sbt to 1.9.9 (#515) @softwaremill-ci
  • Update scalafmt-core to 3.8.0 (#513) @softwaremill-ci
  • Update nscplugin, sbt-scala-native, ... to 0.4.17 (#512) @softwaremill-ci
  • Update sbt to 1.9.8 (#509) @softwaremill-ci
  • Update sbt-scalajs, scalajs-library_2.13, ... to 1.15.0 (#508) @softwaremill-ci
  • Update sbt-projectmatrix to 0.9.2 (#506) @softwaremill-ci
  • Update sbt-mima-plugin to 1.1.3 (#507) @softwaremill-ci
  • [scala3] Use standard project structure (#505) @RustedBones

scala2-v1.1.8

4 months ago

What’s Changed

  • fix possible name collision with scala.Array (#504) @ivan-klass

scala2-v1.1.7

5 months ago

What’s Changed

  • Enrich error message when derivation fails. (#501) @nox213
  • [scala2] Add test for serializable generated type-class (#498) @RustedBones

scala3-v1.3.4

6 months ago

What’s Changed

  • Update scala3-library, ... to 3.3.1 (#492) @softwaremill-ci
  • Add filter for jdk.internal annotations (#495) @kyri-petrou
  • fix GitHub workflow badge URL (#494) @shoito
  • Update scalafmt-core to 3.7.14 (#490) @softwaremill-ci

scala2-v1.1.6

8 months ago

What’s Changed

  • Revert "Reduce constant pool usage, this make Magnolia able to derive instance for sealed trait that has a lot of subtypes " (#489) @adamw

scala2-v1.1.5

8 months ago

What’s Changed

  • Reduce constant pool usage, this make Magnolia able to derive instance for sealed trait that has a lot of subtypes (#486) @nox213

scala2-v1.1.4

9 months ago

What’s Changed

  • Split subtypes array initialization to multiple functions. (#485) @nox213

scala3-v1.3.3

10 months ago

What’s Changed

  • Reduce amount of inlined code, this increases compilation speed by 50% and brings it back to scala2.13 level (#481) @OlegYch
  • Update scalafmt-core to 3.7.10 (#482) @softwaremill-ci
  • Update scalafmt-core to 3.7.9 (#480) @softwaremill-ci
  • Update scalafmt-core to 3.7.8 (#479) @softwaremill-ci
  • Update scalafmt-core to 3.7.7 (#478) @softwaremill-ci
  • Update scalafmt-core to 3.7.6 (#477) @softwaremill-ci
  • Update scalafmt-core to 3.7.5 (#476) @softwaremill-ci
  • Rename safeCast to unsafeCast (#474) @kciesielski