v3.4.1
Happy end of May with a new faker-ruby release.
This version:
- adds translation for some generators
- fixes bugs
- improves some generators performance
Bug fixes
- Fix invalid IANA time zone identifier for
Atlantic/Cape_Verde
by @andrelaszlo in #2927 - Fix entry in faker.food.ingredients by @matthewmayer in #2933
- Docs: add absolute links to CONTRIBUTING from README by @matthewmayer in #2934
- Fix:
Faker::Number.hexadecimal
should include characters within the range of[0-9a-f]
by @alextaujenis in #2942 - Username splits names by space and doesn't regex match them by @keshavbiswa in #2950
Features
- Add animals, desserts, foods, hobbies, house, and k-pop translations to the Korean locale file by @connie-feng in #2935
- Add adjectives to Korean locale file by @connie-feng in #2930
- Add emotions, movies, Pokemon, and Studio Ghibli to the Korean locale by @connie-feng in #2941
- Add Japanese translations for
Faker::Sports::Football
. by @yamat47 in #2903
What's changed
- Performance: Sample arrays instead of performing shuffle and slice by @alextaujenis in #2940
- Performance: Reduce the time complexity of
Faker::Crypto
generators by @alextaujenis in #2938 - Remove tzinfo dependency by @stefannibrasil in #2952
Update local dependencies
- Bump rake from 13.1.0 to 13.2.1 by @dependabot in #2929
- Bump i18n from 1.14.4 to 1.14.5 by @dependabot in #2949
- Bump minitest from 5.22.3 to 5.23.1 by @dependabot in #2957
- Bump rubocop from 1.63.4 to 1.64.0 by @dependabot in #2958
New Contributors
- @connie-feng made their first contribution in #2930
- @andrelaszlo made their first contribution in #2927
- @matthewmayer made their first contribution in #2933
Full Changelog: v3.3.1...v3.4.1