All Versions
37
Latest Version
Avg Release Cycle
23 days
Latest Release
94 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.9.0-alpha.0
November 22, 2020 -
v0.8.3
October 20, 2020๐ Features
ExperimentalKwikApi
annotation (#224) (6a629c3)Generator for LocalDateTime (#223) (4422e1a)
Thanks to @mmiikkkkaa
๐ Deprecations
- ๐ The experimental annotation '@ExperimentalKwikFuzzer' has been deprecated in favor of the new '@ExperimentalKwikApi' annotation (03362bb)
๐ Bug fixes
Incomplete domain of Java Instant generation (#228) (6ed57fc)
Thanks to @mmiikkkkaa
Missing values near boundary for instant and duration generators (#229) (68a6fb9)
Thanks to @mmiikkkkaa
-
v0.8.2
October 13, 2020 -
v0.8.0
October 02, 2020๐ฑ โ BREAKING CHANGES
- โก๏ธ Deprecated functions have been removed (
Generator.create
andsimplifier
). The deprecation level has also been raised to "error" forGenerator.flatMap
. Make sure you're not using any deprecated members before updating.
๐ Features
โ Add character generator (#215) (2e8b7a6)
๐ง And let the string generator be configured using a character generator.Thanks to @Kantis
โ Removed
๐ Documentation
- โก๏ธ Deprecated functions have been removed (
-
v0.6.1
July 20, 2020๐ Fixed
- โ Remove noisy prints of "nextSeed" in the console