Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

Releases: jcornaz/kwik

0.9.0-alpha.0

22 Nov 13:11
Compare
Choose a tag to compare
0.9.0-alpha.0 Pre-release
Pre-release

⚠ BREAKING CHANGES

  • Now forAny requires a function that returns a TestResult (issue: #85, pr: #244)

Features

  • Now forAny requires a function that returns a TestResult (issue: #85, pr: #244)

v0.8.4

22 Nov 15:48
Compare
Choose a tag to compare

Features

  • Convenience functions to create pair/triple generator/simplifier/fuzzer when elements are using the same generator/simplifier/fuzzer (#248) (692c253)

0.8.3

20 Oct 18:53
Compare
Choose a tag to compare

Features

Deprecations

  • The experimental annotation '@ExperimentalKwikFuzzer' has been deprecated in favor of the new '@ExperimentalKwikApi' annotation (03362bb)

Bug fixes

0.8.2

13 Oct 20:56
Compare
Choose a tag to compare

Features

0.8.1

12 Oct 15:04
Compare
Choose a tag to compare

Features

0.8.0

02 Oct 15:41
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Deprecated functions have been removed (Generator.create and simplifier). The deprecation level has also been raised to "error" for Generator.flatMap. Make sure you're not using any deprecated members before updating.

Features

  • Add character generator (#215) (2e8b7a6)
    And let the string generator be configured using a character generator.

    Thanks to @Kantis

Removed

Documentation

  • Recomands to use fun interface capabilities to create a generator (instead of the deprecated create method) (#197) (8ab7b38)
  • Remove gitter badge (da4d049)

0.7.0

15 Aug 20:47
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Kwik now requires Kotlin 1.4.0 or newer

Features

  • Make Generator and Simplifier fun interfaces (6454e57)

  • Migrate to Kotlin 1.4 (295c18e)

Deprecations

  • Generator.create and simplifier factory functions (11aa0ae)

0.6.2

04 Aug 20:14
67ee513
Compare
Choose a tag to compare

Features

Documentation

0.6.1

20 Jul 07:50
fb53960
Compare
Choose a tag to compare

Fixed

  • Remove noisy prints of "nextSeed" in the console

0.6.0

01 Apr 20:54
8b6b24a
Compare
Choose a tag to compare

Features

  • Add arbitrary ints (with shrinking support) (#152) (795201e)