Skip to content

v1.12.0-rc.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@serpro69 serpro69 released this 11 Jul 16:37
· 216 commits to master since this release

Added

  • #134 Overload RandomService#randomSublist and RandomService#randomSubset with sizeRange parameter
  • #144 Add index and punctuation chars support to RandomService#randomString

Changed

  • #135 Initialize Faker data providers lazily

Fixed

  • #140 Fix NPE when generating CurrencySymbol with non 'en' locale
  • #142 Fix unique localized category keys missing from dictionary
  • #136 Parameter 'streets' not found in 'ADDRESS' category
  • #137 Parameter 'category' not found in 'COMPANY' category for 'ja' locale
  • #146 Fix RandomService#randomString for some eng-lang locales

Docs

  • #130 Document how to add new data providers