v3.2.1
v3.2.1 (2023-08-11)
Happy August with a new Faker release! 🎉
This version:
- adds generators
- fixes bugs
- updates dev dependencies
This version fixes a bug with setting the locale in multi-threaded environments. It's now possible to set the locale per thread. For more details, see How to set the default locale for in threaded server environments.
Other changes included in this version:
Features
- Add Final Fantasy XIV by @old-dead-account in #2742
- Add the Ukrainian country calling code by @kyrylo in #2758
- Add
exclude_words
filter toFaker::Lorem.word
generator by @geophilusd in #2761 - Add Japanese translations for Sports category. by @yamat47 in #2770
- Add type support for Faker::Types.rb_array by @ruban-thilak in #2771
- Added Archer into tv category. by @lepari23 in #2750
- Add train station generator by @AngusDSR in #2755
- Add custom start date for
Faker::Date.forward
by @luciagirasoles in #2791 - Add
max_rut
option toFaker::ChileRut.rut
by @hacktivista in #2778 - Add Faker::Date.day_of_week_between by @aramvisser in #2713
- Html generator for Faker by @ruban-thilak in #2769
Bug fixes
- Fix locale setting by @mateusdeap in #2734
- add tests for password and fix an edge case by @DeepakRaj228 in #2741
- Remove broken chars from minecraft.yml by @ujihisa in #2765
- Fix flaky specs for
name
andid
by @ruban-thilak in #2782 - Fixes
Faker::Music::Opera.saint_saens
issue by @devashishTaneja in #2792 - Fix flaky specs for dota
test_player
by @ruban-thilak in #2798 - Add prefixes to french name locale (
Faker::Name.name
) by @thdaraujo in #2800
What's Changed
- Introduce PositionalGenerator by @mike-burns in #2710
- Update South Park by @IvanReyesO7 in #2744
- Speed up Internet::Password generation using constants by @MicBruz in #2725
- Improve de-CH locale with new formats and content by @stefnnn in #2768
Update local dependencies
- Bump rubocop from 1.55.1 to 1.56.0 by @dependabot in #2807
- Update test-unit requirement from = 3.5.9 to = 3.6.1 by @dependabot in #2788
- Bump i18n from 1.12.0 to 1.13.0 by @dependabot in #2756
- Update rubocop-minitest requirement from = 0.30.0 to = 0.31.0 by @dependabot in #2759
- Bump minitest from 5.18.1 to 5.19.0 by @dependabot in #2804
New Contributors
- @old-dead-account made their first contribution in #2742
- @IvanReyesO7 made their first contribution in #2744
- @DeepakRaj228 made their first contribution in #2741
- @MicBruz made their first contribution in #2725
- @kyrylo made their first contribution in #2758
- @ujihisa made their first contribution in #2765
- @geophilusd made their first contribution in #2761
- @stefnnn made their first contribution in #2768
- @yamat47 made their first contribution in #2770
- @ruban-thilak made their first contribution in #2782
- @lepari23 made their first contribution in #2750
- @AngusDSR made their first contribution in #2755
- @devashishTaneja made their first contribution in #2792
- @mike-burns made their first contribution in #2710
- @hacktivista made their first contribution in #2778
- @mateusdeap made their first contribution in #2734
- @aramvisser made their first contribution in #2713
Full Changelog: v3.2.0...v3.2.1