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

0.2.0

Compare
Choose a tag to compare
@jcornaz jcornaz released this 19 Nov 07:05

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)