This repository has been archived by the owner on Aug 24, 2021. It is now read-only.
0.1.0
Added
StringCharSets
object withnumeric
,alphaLowerCase
,alphaUpperCase
,alpha
andalphaNumeric
.
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
(artifactsgenerator-api-common
andgenerator-api-jvm
) - Generators for types of the kotlin standard library is moved to
generator-stdlib
module
(artifactsgenerator-stdlib-common
andgenerator-stdlib-jvm
) - The property evaluation is moved to
evaluator
(artifactsevaluator-common
andevaluator-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 tocom.github.jcornaz.kwik.generator.stdlib
- (Breaking) The content
com.github.jcornaz.kwik
as been splitted intocom.github.jcornaz.kwik.generator.api
andcom.github.jcornaz.kwik.evaluator
Dependencies Updated
- Kotlin (from
1.3.40
to1.3.41
)