Releases: MartinHH/scalacheck-derived
v0.5.0
This release does not provide any new functionality, but it updates the scalacheck dependency to version 1.18.0, thereby allowing to support scala-native 0.5.x.
Futhermore, the scala-js version was updated to 1.16.0.
What's Changed
- docs: update version in "getting started" by @MartinHH in #40
- ci: bump scala-cli to 1.2.2 by @MartinHH in #41
- feat: scala-native 0.5.x / scalacheck 1.18.0 by @MartinHH in #42
- docs: update README.md before 0.5.0 release by @MartinHH in #43
Full Changelog: v0.4.2...v0.5.0
v0.4.2
This release fixes two bugs where derivation would not lead to the expected results.
What's Changed
- fix: direct recursion by @MartinHH in #28
- Update munit, munit-scalacheck to 1.0.0-M10 by @scala-steward in #30
- Update scala3-library to 3.3.1 by @scala-steward in #29
- fix: explicit derivation not using some givens by @MartinHH in #31
- fix: munit 1.0.0-M10 breaking scala-native tests by @MartinHH in #33
- ci: bump scala-cli to 1.0.4 by @MartinHH in #35
- chore: bump scala-native to 0.4.15 by @MartinHH in #36
- chore: update munit to 1.0.0-M10 by @MartinHH in #34
- chore: bump scala-js to 1.13.2 by @MartinHH in #37
- chore: move declaration of test-dependencies by @MartinHH in #38
- docs: update README.md before 0.4.2 release by @MartinHH in #39
Full Changelog: v0.4.1...v0.4.2
v0.4.1
This release fixes incompatibility to older JVM versions (the JVM artifact is now compiled with Java 8).
What's Changed
- docs: update version in "getting started" by @MartinHH in #24
- build: downgrade jvm version to 8 by @MartinHH in #26
- docs: update README.md before 0.4.1 release by @MartinHH in #27
Full Changelog: v0.4.0...v0.4.1
v0.4.0
This release adds support for reursive structures.
It includes a change that is somewhat breaking:
Up to two further inlining step(s) had to be added to derivation (one for Arbitrary and Cogen, two for Shrink), thus increasing the risk to hit "Maximal number of successive inlines (32) exceeded".
In case you experience that after upgrading to this version, consider incrementing that limit by 1 or 2 using the -Xmax-inlines
compiler setting.
What's Changed
- docs: update version in "getting started" by @MartinHH in #19
- feat!: support for recursive structures by @MartinHH in #22
- docs: update README.md before 0.4.0 release by @MartinHH in #23
Full Changelog: v0.3.0...v0.4.0
v0.3.0
This release introduces support for derivation of Shrink-instances. Futhermore, it bumps the scala version to 3.3.0 and the scala-native version to 0.4.14.
What's Changed
- docs: update version in "getting started" by @MartinHH in #8
- Update scala3-library to 3.3.0 by @scala-steward in #9
- ci: bump scala-cli-setup to 1.0.0 by @MartinHH in #11
- chore: enable -Wunused and clean up accordingly by @MartinHH in #10
- Update munit, munit-scalacheck to 1.0.0-M8 by @scala-steward in #12
- feat: support derivation of Shrink instances by @MartinHH in #13
- chore: use common syntax for Quotes.reflect.* by @MartinHH in #14
- test: more tests for implicit precedence by @MartinHH in #15
- ci: bump scala-cli-setup to 1.0.2 by @MartinHH in #16
- chore: bump scala-native to 0.4.14 by @MartinHH in #17
- docs: update README.md before 0.3.0 release by @MartinHH in #18
New Contributors
- @scala-steward made their first contribution in #9
Full Changelog: v0.2.0...v0.3.0
v0.2.0
This release introduces support for derivation of Cogen
-instances and improves the error messaging for "maximal number of successive inlines exceeded".
What's Changed
- docs: add "getting started" section to README.md by @MartinHH in #1
- docs: add "version matrix" section to README.md by @MartinHH in #2
- feat: support derivation of Cogen instances by @MartinHH in #3
- test: add tests that document inlining limits by @MartinHH in #4
- fix!: non-helpful max inlines error messages by @MartinHH in #5
- docs: add some badges to README.md by @MartinHH in #6
- docs: update README.md before 0.2.0 release by @MartinHH in #7
New Contributors
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release.
Full Changelog: https://github.com/MartinHH/scalacheck-derived/commits/v0.1.0