kotlin-faker v1.8.0 Release Notes

Release Date: 2021-10-03 // over 2 years ago
  • โž• 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