Releases
v1.8.0
Added
#67 [core] Access to RandomService
through Faker
for generating random Int
, Double
, Float
, etc.
#77 [core] Extra functionality to RandomService
- nextEnum()
, nextUUID()
, nextLong(bound)
functions.
#69 [core] Passing seed
directly to FakerConfig
instead of through java.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 with RandomService#nextString
Fixed
#65 [core] Could not initialize class io.github.serpro69.kfaker.Mapper
with SpringBoot 2.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
You can’t perform that action at this time.