kotlin-faker v1.9.0 Release Notes

Release Date: 2021-11-19 // over 1 year ago
  • โž• Added

    • ๐Ÿ‘ #103 [core] Add support for Collection types in RandomProvider#randomClassInstance
    • #96 [core] Add randomSubset and randomSublist to RandomService
    • #92 [core] Add randomString function to RandomService
    • #86 [core] Generate birth-date based on the age

    ๐Ÿ”„ Changed

    • โšก๏ธ #108 Update kotlin to 1.6.0
    • ๐Ÿ—„ #100 [core] Add deprecation warning for RandomService#nextString since it's going to be replaced with RandomService#randomString
    • #97 [core] Change RandomService#nextString to generate strings only within given locale

    ๐Ÿ›  Fixed

    • #104 [core] RandomProvider#randomClassInstance : 'No suitable constructor found' for primitive classes