kotlin-faker v1.10.0 Release Notes
Release Date: 2022-02-20 // over 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 inRandomProvider#randomClassInstance
- #96 [core] Add
randomSubset
andrandomSublist
toRandomService
- #92 [core] Add
randomString
function toRandomService
- #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 withRandomService#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
- ๐ #103 [core] Add support for