kotlin-faker v1.9.0 Release Notes
Release Date: 2021-11-19 // over 1 year ago-
โ 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