kotlin-faker v1.8.0 Release Notes
Release Date: 2021-10-03 // over 1 year ago-
โ Added
- #67 [core] Access to
RandomService
throughFaker
for generating randomInt
,Double
,Float
, etc. - #77 [core] Extra functionality to
RandomService
-nextEnum()
,nextUUID()
,nextLong(bound)
functions. - ๐ #69 [core] Passing
seed
directly toFakerConfig
instead of throughjava.util.Random
instance - ๐ง #71 [core] DSL for creating and configuring
Faker
- ๐ #78 [core] Support sealed classes in
RandomProvider#randomClassInstance
fun - ๐ #88 [core] Postpone initialization of FakerConfig through the Builder
๐ Changed
- ๐ง Configurable
length
of the string generated withRandomService#nextString
๐ Fixed
- #65 [core] Could not initialize class
io.github.serpro69.kfaker.Mapper
with SpringBoot2.4.x
- ๐ #60 [core] Move out of Bintray/Jcenter
- #79 [core] java.lang.NoClassDefFoundError: org/yaml/snakeyaml/error/YAMLException
- #81 [core]
RandomProvider#randomClassInstance
fails for object types - #90 [core] Android
java.lang.NoClassDefFoundError: FakerService$$ExternalSyntheticLambda1
- #87 [core] Parameter 'city_root' not found in 'address' category
- #89 [core] Parameter 'male_last_name' not found in 'name' category for "ru" locale
- #67 [core] Access to