Skip to content

v1.12.0

Compare
Choose a tag to compare
@serpro69 serpro69 released this 16 Oct 19:14
· 199 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
  • #154 New CryptographyProvider for generating random sha sums
  • #155 [core] Update dictionary files, including:
    • Data and functions in existing data providers
    • Updates to existing localized dictionaries
    • New Data Providers:
      • hackers
      • mountaineering
      • sport
      • tarkov

Changed

  • #135 Initialize Faker data providers lazily

Fixed

  • #136 Parameter 'streets' not found in 'ADDRESS' category
  • #137 Parameter 'category' not found in 'COMPANY' category for 'ja' locale
  • #138 Parameter 'zip_code' not found in 'ADDRESS' category for 'fr' locale
  • #140 Fix NPE when generating CurrencySymbol with non 'en' locale
  • #142 Fix unique localized category keys missing from dictionary
  • #146 Fix RandomService#randomString for some eng-lang locales
  • #148 Fix StarWars quotes by character (thanks @TZanke )

Docs

  • #130 Document how to add new data providers