kotlin-faker v1.10.0 Release Notes

Release Date: 2022-02-20 // about 2 years ago
  • โž• Added

    • #115 [core] Add Crossfitยฎ provider to Faker
    • #117 [core] Add namedParameterGenerator for RandomProvider#randomClassInstance
    • ๐Ÿ‘ #118 [core] Add support for chained parameter expressions in yml dicts
    • #55 [core] Add missing 'Educator' functionality
    • #53 [core] Implement 'Finance' functions

    ๐Ÿ›  Fixed

    • #54 [core] Incorrect return values for Vehicle#licence_plate(_by_state)

Previous changes from v1.9.0

  • โž• 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