kwik v0.9.0-alpha.0 Release Notes

Release Date: 2020-11-22 // over 3 years ago
  • ๐Ÿฑ โš  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)

Previous changes from v0.8.3

  • ๐Ÿ”‹ Features

    ExperimentalKwikApi annotation (#224) (6a629c3)

    Generator for LocalDateTime (#223) (4422e1a)

    Thanks to @mmiikkkkaa

    ๐Ÿ—„ Deprecations

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

    ๐Ÿ› Bug fixes

    Incomplete domain of Java Instant generation (#228) (6ed57fc)

    Thanks to @mmiikkkkaa

    Missing values near boundary for instant and duration generators (#229) (68a6fb9)

    Thanks to @mmiikkkkaa