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

0.1.0

Compare
Choose a tag to compare
@jcornaz jcornaz released this 28 Jul 13:23

Added

  • StringCharSets object with numeric, alphaLowerCase, alphaUpperCase, alpha and alphaNumeric.
    Sets of character to easily configure the string generator.
  • kwik.iterations system property to globally define a default number of iteration.

Modules extracted from core

  • Generator API moved to generator-api module
    (artifacts generator-api-common and generator-api-jvm)
  • Generators for types of the kotlin standard library is moved to generator-stdlib module
    (artifacts generator-stdlib-common and generator-stdlib-jvm)
  • The property evaluation is moved to evaluator
    (artifacts evaluator-common and evaluator-jvm)

Package names changed (Breaking)

The packages have been renamed, and classes/files have been moved to reflect their new module

  • (Breaking) The content com.github.jcornaz.kwik.generator as been moved to com.github.jcornaz.kwik.generator.stdlib
  • (Breaking) The content com.github.jcornaz.kwik as been splitted into com.github.jcornaz.kwik.generator.api and com.github.jcornaz.kwik.evaluator

Dependencies Updated

  • Kotlin (from 1.3.40 to 1.3.41)