Releases
v1.16.0
π₯ 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
π Fixed
#205 [core] Fix Person.birthDate
range error during leap year @JoaoSouMoreira
#204 [core] Fix RandomClassProvider
handling "constructor-less" types in collections
You canβt perform that action at this time.