Kotlin Faker Versions Save

Port of a popular ruby faker gem written in kotlin. Generate realistically looking fake data such as names, addresses, banking details, and many more, that can be used for testing and data anonymization purposes.

v1.14.0-rc.2

1 year ago

Added

New Data Providers

  • avatar
  • chess

Other

v1.14.0-rc.1

1 year ago

Added

  • #179 [core] Add parameter info context to user defined generators @urosjarc

v1.14.0-rc.0

1 year ago

Added

New Data Providers

  • airport
  • cowboy_bebop
  • spongebob

v1.13.0

1 year ago

Added

  • #164 Add possibility to configure RandomClassProvider on higher levels
  • #165 Add copy and new functions to RandomClassProvider

Changed

  • #159 Change format of dictionary files from yml to json

Fixed

  • #161 Fix empty lists as parameter values
  • #171 Fix locale fallback
  • #173 Fix phoneNumber generation for en-US locale

Other

  • #168 Reduce faker’s shadowed jar size

v1.13.0-rc.4

1 year ago

Fixed

v1.13.0-rc.3

1 year ago

v1.13.0-rc.2

1 year ago

Other

  • #168 Reduce faker’s shadowed jar size

v1.13.0-rc.1

1 year ago

Added

  • #164 Add possibility to configure RandomClassProvider on higher levels
  • #165 Add copy and new functions to RandomClassProvider

v1.13.0-rc.0

1 year ago

Changed

https://github.com/serpro69/kotlin-faker/pull/159 Change format of dictionary files from yml to json

Fixed

https://github.com/serpro69/kotlin-faker/pull/161 Fix empty lists as parameter values

v1.12.0

1 year ago

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