Skip to content

v1.6.0

Latest
Compare
Choose a tag to compare
@serpro69 serpro69 released this 12 Feb 19:48
· 113 commits to master since this release

πŸ’₯ Breaking Change

  • #214 [core] Update Faker#internet#domain function which affects returned values
  • #213 [core] Add support for unique data generation to Faker#random

πŸ—οΈ Added

  • #215 [core] Add IPv4, IPv6 and MAC address generation to Internet
    • iPv4Address()
    • publicIPv4Address()
    • privateIPv4Address()
    • iPv6Address()
    • macAddress()
  • #214 [core] Update dictionary files, including:
    • Data and functions in existing data providers
    • Faker().internet.domain() now takes optional argument and produces a "safe-domain" (ending with .example or .test)
    • Updates to existing localized dictionaries + one new locale
  • #208 [core] Allow StringProvider#regexify to take Regex as input
  • #202 [core] Allow randomClassInstance to directly use predefined generators

βž• New Data Providers

  • smashing_pumpkins
  • the_room

βž• New Locales

  • en-KE

🐞 Fixed

  • #205 [core] Fix Person.birthDate range error during leap year @JoaoSouMoreira
  • #204 [core] Fix RandomClassProvider handling "constructor-less" types in collections