Releases: tulz-app/tuplez
0.3.8 – decompose
Composition
now has a decompose
method, which is an inverse of compose
.
This version is binary compatible with 0.3.7, with one exception: the Composition
companion object used to contain a helper apply
method which was used in the generated code to create instances of Composition
. It was never intended to be public.
This version is not forward-compatible with 0.3.x
.
What's Changed
- Update sbt-version-policy to 2.1.0 by @scala-steward in #44
- Update sbt-sonatype to 3.9.15 by @scala-steward in #52
- Update scalafmt-core to 3.6.1 by @scala-steward in #49
- Update sbt-scalafmt to 2.5.0 by @scala-steward in #48
- Update sbt to 1.7.3 by @scala-steward in #47
- Update sbt-pgp to 2.2.0 by @scala-steward in #46
- Update sbt-ci-release to 1.5.11 by @scala-steward in #45
- Update sbt-git to 2.0.0 by @scala-steward in #40
- Update sbt-tpolecat to 0.4.1 by @scala-steward in #41
- add decompose to Composition by @yurique in #53
Full Changelog: v0.3.7...v0.3.8
0.3.7 – Scala 3.2.0 to avoid sourcemaps bug
What's Changed
- Update scalafmt-core to 3.0.5 by @scala-steward in #17
- Update sbt to 1.5.5 by @scala-steward in #15
- Update sbt to 1.5.8 by @scala-steward in #22
- Update scalafmt-core to 3.0.8 by @scala-steward in #19
- Update sbt-version-policy to 1.2.1 by @scala-steward in #23
- Update sbt-github-actions to 0.14.2 by @scala-steward in #24
- Update sbt-ci-release to 1.5.10 by @scala-steward in #25
- Update junit-interface to 0.13.3 by @scala-steward in #26
- Update sbt-git to 1.0.2 by @scala-steward in #27
- Update sbt-tpolecat to 0.1.22 by @scala-steward in #28
- Update sbt-scalajs-crossproject to 1.2.0 by @scala-steward in #29
- Update sbt-scalafmt to 2.4.6 by @scala-steward in #32
- Update sbt-sonatype to 3.9.13 by @scala-steward in #34
- Update scalafmt-core to 3.5.9 by @scala-steward in #36
- Build: Bump to Scala 3.2.0 (and thus Scala.js 1.9.0) to avoid sourcemaps bug by @raquo in #38
- Update sbt to 1.7.1 by @scala-steward in #35
New Contributors
Full Changelog: v0.3.6...v0.3.7
0.3.6 – Scala 3.0.0
v0.3.6 Scala 3 RC2
0.3.4 – Scala 3.0.0-RC1
Publishing for Scala 3.0.0-RC1.
0.3.1 – apply improvements
ApplyConverter
Refactoring + ApplyConverterInstancesPriLow
with an "identity" transformation for unary functions (with a scalar param).
tuplez-*
No changes.
tuplez-tuple
No longer exists.
0.3.0 – full and light
Now publishing multiple interchangeable modules:
tuplez-full
tupleN + scalar, scalar + tupleN, tupleN + tupleM, up to Tuple22
tuplez-full-light
tupleN + scalar, scalar + tupleN, tupleN + tupleM, up to Tuple10
tuplez-basic
tupleN + scalar, up to Tuple22
tuplez-basic-light
tupleN + scalar, up to Tuple10
0.1.0 – initial release
v0.1.0 Releasing 0.1.0