Skip to content

Releases: cuioss/cui-test-generator

3.0.2

19 Feb 16:27
125c98d

Choose a tag to compare

What's Changed

  • fix: Generators.serializables() reports Serializable.class as type by @cuioss-oliver in #93

Full Changelog: 3.0.1...3.0.2

3.0.1

16 Feb 21:26
c883da2

Choose a tag to compare

What's Changed

  • fix: restore primitive type keys in generator factory methods by @cuioss-oliver in #83

Full Changelog: 3.0.0...3.0.1

3.0.0

12 Feb 19:46

Choose a tag to compare

What's Changed

  • feat: JPMS-aware error messages & reflection fallback by @cuioss-oliver in #65
  • refactor: replace internal QuickCheck with JRE-native generators by @cuioss-oliver in #72

Full Changelog: 2.5.2...3.0.0

2.5.2

04 Feb 17:09

Choose a tag to compare

What's Changed

  • chore: prepare next release - update parent POM to 1.4.0 by @cuioss in #52
  • chore: update cuioss-organization workflows to v0.2.7 (automated) in #53
  • fix: move contents:write to job-level in release workflow in #54

Full Changelog: 2.5.1...2.5.2

2.5.1

16 Oct 18:42

Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.5.1

2.5.0

07 Aug 10:46

Choose a tag to compare

What's Changed

de.cuioss.test cui-test-generator 2.5.0 test

Full Changelog: 2.4.0...2.5.0

2.4.0

10 Jul 09:10

Choose a tag to compare

What's Changed

  • I've updated cui-parent to 1.1.0 and set the baseline to Java 21. by @cuioss in #45

Maven Coordinates

 <dependency>
    <groupId>de.cuioss.test</groupId>
    <artifactId>cui-test-generator</artifactId>
    <version>2.4.0</version>
    <scope>test</scope>
</dependency>

Full Changelog: 2.3.1...2.4.0

2.3.1

05 May 09:10

Choose a tag to compare

What's Changed

  • Introducing GeneratorsSource and Friends @cuioss in #37
  • Removed duplicate seed configuration on TypeGeneratorFactorySource and Friends. Use GeneratorSeed instead
  • Superseeds version 2.3.0

Maven Coordinates

 <dependency>
    <groupId>de.cuioss.test</groupId>
    <artifactId>cui-test-generator</artifactId>
    <version>2.3.1</version>
    <scope>test</scope>
</dependency>

Full Changelog: 2.2.0...2.3.1

2.2.0

04 Mar 16:47

Choose a tag to compare

What's Changed

  • Feature/31 add an extension to integrate TypedGenerator with parameterized-tests by @cuioss in #32

Maven Coordinates

 <dependency>
    <groupId>de.cuioss.test</groupId>
    <artifactId>cui-test-generator</artifactId>
    <version>2.2.0</version>
</dependency>

Full Changelog: 2.1.1...2.2.0

2.1.1

25 Feb 12:17

Choose a tag to compare

What's Changed

  • Feature/code maintenance by @cuioss in #29: Tests , Code and documentation. Using a mixture of LLM (Windsurf), IntelliJ-Tooling, openRewrite.

Maven Coordinates

 <dependency>
    <groupId>de.cuioss.test</groupId>
    <artifactId>cui-test-generator</artifactId>
    <version>2.1.1</version>
</dependency>

Full Changelog: 2.0.1...2.1.1