kwik v0.3.0-alpha.1_ Release Notes

Release Date: 2019-12-05 // over 4 years ago
  • Removed (Breaking) ......................

    • ๐Ÿšš Generator.samples property has been removed. Now the generator have to have a probability to generate the edge cases in generate. The recommended option when building a generator, is to use withSamples

    • ๐Ÿšš Generator.randoms function has been removed. Generator.generate or Generator.randomSequence should be used instead.

    ๐Ÿ”„ Changed .......

    All generators no longer statically provide samples. Instead they have a good probability to generate edge cases.

    • (Breaking binary) withSample now takes a probability argument, and include the samples in the generation

    โž• Added .....

    • ensureAtLeastOne utility in evaluation context, that will force property evaluation until a given predicate gets satisfied Thanks to alessandroagnelli_

    .. _alessandroagnelli: https://github.com/alessandroagnelli

    โšก๏ธ Dependencies Updated ....................

    • Kotlin (from 1.3.60 to 1.3.61)