Skip to content

Releases: serpro69/kotlin-faker

v1.5.0

30 Aug 14:29
Compare
Choose a tag to compare

Added

  • #40 [core] Add enum support for RandomProvider
  • #39 [core] Update dict files.
    • Including new functions in existing providers:
      • aquaTeenHungerForce.quote()
      • dnd.cities()
      • dnd.languages()
      • dnd.meleeWeapons()
      • dnd.monsters()
      • dnd.races() - replaces deprecated species() function.
      • dnd.rangedWeapons()
      • heroesOfTheStorm.classNames() - replaces deprecated classes() function
      • movie.title()
      • name.neutralFirstName()
      • phish.albums()
      • phish.musicians()
      • phish.songs() - replaces deprecated song() function
      • simpsons.episodeTitles()
    • Including new faker providers:
      • barcode
      • bigBangTheory
      • drivingLicense
      • drone
      • futurama
      • minecraft
      • prince
      • rush
      • streetFighter

Changed

  • #32 Upgrade kotlin to 1.4.0

v1.4.1

22 Aug 07:59
Compare
Choose a tag to compare

Added

#41 Publish to maven central

v1.4.0

09 Jul 14:14
Compare
Choose a tag to compare

Fixed

  • #36 Build native-image before uploading to bintray

Changed

  • #37 Revisit automated builds for patches

Added

  • #34 [core] 8 new providers:
    • warhammerFantasy
    • suits
    • show
    • pearlJam
    • departed
    • control
    • dnd
    • blood
  • #33 [faker-bot] partial matching for provider names

v1.3.1

07 Jun 11:01
Compare
Choose a tag to compare

Fixed

  • #27 Resolving partially-localized provider functions with secondary_key

v1.3.0

03 Jun 20:36
Compare
Choose a tag to compare

Added

  • #24 faker-bot cli application
  • Automated releases to github

Changed

  • #29 Remove classgraph dependency
  • Split core faker functionality and cli bot application into sub-projects.

v1.2.0

09 Jul 13:55
Compare
Choose a tag to compare

Added

  • 3 new providers: chiquito, computer, and rajnikanth
  • New functions to existing providers:
    • address.cityWithState()
    • address.mailbox()
    • gender.shortBinaryTypes()
  • educator provider changed completely due to new dict file structure
  • Upgrades to existing dict files
  • Automated versioning (patches only) and deploys

Fixed

  • #18 Visibility of randomClassInstance() function in RandomProvider class
  • #20 Issues with FasterXML Jackson 2.10.1