Skip to content

Releases: tulz-app/tuplez

0.3.8 – decompose

13 Dec 13:39
8936805
Compare
Choose a tag to compare

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

Full Changelog: v0.3.7...v0.3.8

0.3.7 – Scala 3.2.0 to avoid sourcemaps bug

13 Dec 13:23
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @raquo made their first contribution in #38

Full Changelog: v0.3.6...v0.3.7

0.3.6 – Scala 3.0.0

02 Apr 21:39
Compare
Choose a tag to compare
v0.3.6

Scala 3 RC2

0.3.4 – Scala 3.0.0-RC1

26 Feb 17:08
Compare
Choose a tag to compare

Publishing for Scala 3.0.0-RC1.

0.3.1 – apply improvements

01 Jan 01:43
Compare
Choose a tag to compare

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

01 Jan 01:09
Compare
Choose a tag to compare

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

15 Dec 03:48
Compare
Choose a tag to compare
v0.1.0

Releasing 0.1.0