kwik v0.1.0 Release Notes

Release Date: 2019-07-28 // over 4 years ago
  • โž• Added

    • StringCharSets object with numeric, alphaLowerCase, alphaUpperCase, alpha and alphaNumeric. Sets of character to easily configure the string generator.

    • 0๏ธโƒฃ 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]{.title-ref} module (artifacts generator-stdlib-common and generator-stdlib-jvm)
    • ๐Ÿšš The property evaluation is moved to [evaluator]{.title-ref} (artifacts evaluator-common and evaluator-jvm)

    NOTE: The module core remains as an alias of all the modules above. So it is still easy to get started with Kwik by simply adding core as a dependency

    ๐Ÿ“ฆ Package names changed (Breaking)

    ๐Ÿ“ฆ The packages have been renamed, and classes/files have been moved to ๐Ÿ‘€ reflect their new module (see Modules extracted from core)

    • (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)