kwik v0.2.0._ Release Notes

Release Date: 2019-11-19 // over 4 years ago
  • ๐Ÿ—„ Deprecated ..........

    • samples property in Generator interface. (Samples are about to be included in generation of generate) One should use withSamples and frequency instead.

    โž• Added .....

    • ๐Ÿ— andThen operator to make easier building complex generation pipeline
    • frequency combinator, allowing to create a frequency-parametrized generator

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

    • Kotlin (from 1.3.50 to 1.3.60)