Skip to content

v1.9.0

Compare
Choose a tag to compare
@serpro69 serpro69 released this 19 Nov 19:28
· 296 commits to master since this release

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