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)