Skip to content

Releases: iRevive/union-derivation

v0.1.0

26 Jan 19:09
Compare
Choose a tag to compare

What's Changed

This release brings support for Scala.js. The Scala version has been updated to 3.3.1.

Improvements

  • Support derivation for generic types by @majk-p in #123

Behind The Scene

Upgrades

New Contributors

Full Changelog: v0.0.4...v0.1.0

v0.0.4

28 Oct 13:00
Compare
Choose a tag to compare

What's Changed

This release brings support for Scala Native. The Scala version has been updated to 3.2.0.

Improvements

Behind The Scene

New Contributors

  • @github-actions made their first contribution in #11
  • @dependabot made their first contribution in #22

Full Changelog: v0.0.3...v0.0.4

v0.0.3

11 May 11:30
Compare
Choose a tag to compare
  • Update Scala to 3.1.2

v0.0.2

05 Oct 08:50
fb89f36
Compare
Choose a tag to compare
  • Introduced IsUnion type constraint
  • Configured mdoc
  • Added meaningful usage example