|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [v3.2.1](https://github.com/faker-ruby/faker/tree/v3.2.1) (2023-08-11) |
| 4 | + |
| 5 | +Happy August with a new Faker release! 🎉 |
| 6 | + |
| 7 | +This version: |
| 8 | + |
| 9 | +- adds generators |
| 10 | +- fixes bugs |
| 11 | +- updates dev dependencies |
| 12 | + |
| 13 | +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](https://github.com/faker-ruby/faker/blob/main/lib/locales/README.md#how-to-set-the-default-locale-for-in-threaded-server-environments). |
| 14 | + |
| 15 | +Other changes included in this version: |
| 16 | + |
| 17 | +## Features |
| 18 | +* Add Final Fantasy XIV by @old-dead-account in https://github.com/faker-ruby/faker/pull/2742 |
| 19 | +* Add the Ukrainian country calling code by @kyrylo in https://github.com/faker-ruby/faker/pull/2758 |
| 20 | +* Add `exclude_words` filter to `Faker::Lorem.word` generator by @geophilusd in https://github.com/faker-ruby/faker/pull/2761 |
| 21 | +* Add Japanese translations for Sports category. by @yamat47 in https://github.com/faker-ruby/faker/pull/2770 |
| 22 | +* Add type support for Faker::Types.rb_array by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2771 |
| 23 | +* Added Archer into tv category. by @lepari23 in https://github.com/faker-ruby/faker/pull/2750 |
| 24 | +* Add train station generator by @AngusDSR in https://github.com/faker-ruby/faker/pull/2755 |
| 25 | +* Add custom start date for `Faker::Date.forward` by @luciagirasoles in https://github.com/faker-ruby/faker/pull/2791 |
| 26 | +* Add `max_rut` option to `Faker::ChileRut.rut` by @hacktivista in https://github.com/faker-ruby/faker/pull/2778 |
| 27 | +* Add Faker::Date.day_of_week_between by @aramvisser in https://github.com/faker-ruby/faker/pull/2713 |
| 28 | +* Html generator for Faker by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2769 |
| 29 | + |
| 30 | +## Bug fixes |
| 31 | +* Fix locale setting by @mateusdeap in https://github.com/faker-ruby/faker/pull/2734 |
| 32 | +* add tests for password and fix an edge case by @DeepakRaj228 in https://github.com/faker-ruby/faker/pull/2741 |
| 33 | +* Remove broken chars from minecraft.yml by @ujihisa in https://github.com/faker-ruby/faker/pull/2765 |
| 34 | +* Fix flaky specs for `name` and `id` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2782 |
| 35 | +* Fixes `Faker::Music::Opera.saint_saens` issue by @devashishTaneja in https://github.com/faker-ruby/faker/pull/2792 |
| 36 | +* Fix flaky specs for dota `test_player` by @ruban-thilak in https://github.com/faker-ruby/faker/pull/2798 |
| 37 | +* Add prefixes to french name locale (`Faker::Name.name`) by @thdaraujo in https://github.com/faker-ruby/faker/pull/2800 |
| 38 | + |
| 39 | +## What's Changed |
| 40 | +* Introduce PositionalGenerator by @mike-burns in https://github.com/faker-ruby/faker/pull/2710 |
| 41 | +* Update South Park by @IvanReyesO7 in https://github.com/faker-ruby/faker/pull/2744 |
| 42 | +* Speed up Internet::Password generation using constants by @MicBruz in https://github.com/faker-ruby/faker/pull/2725 |
| 43 | +* Improve de-CH locale with new formats and content by @stefnnn in https://github.com/faker-ruby/faker/pull/2768 |
| 44 | + |
| 45 | +## Update local dependencies |
| 46 | +* Bump rubocop from 1.55.1 to 1.56.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2807 |
| 47 | +* Update test-unit requirement from = 3.5.9 to = 3.6.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2788 |
| 48 | +* Bump i18n from 1.12.0 to 1.13.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2756 |
| 49 | +* Update rubocop-minitest requirement from = 0.30.0 to = 0.31.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2759 |
| 50 | +* Bump minitest from 5.18.1 to 5.19.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2804 |
| 51 | + |
| 52 | +## New Contributors |
| 53 | +* @old-dead-account made their first contribution in https://github.com/faker-ruby/faker/pull/2742 |
| 54 | +* @IvanReyesO7 made their first contribution in https://github.com/faker-ruby/faker/pull/2744 |
| 55 | +* @DeepakRaj228 made their first contribution in https://github.com/faker-ruby/faker/pull/2741 |
| 56 | +* @MicBruz made their first contribution in https://github.com/faker-ruby/faker/pull/2725 |
| 57 | +* @kyrylo made their first contribution in https://github.com/faker-ruby/faker/pull/2758 |
| 58 | +* @ujihisa made their first contribution in https://github.com/faker-ruby/faker/pull/2765 |
| 59 | +* @geophilusd made their first contribution in https://github.com/faker-ruby/faker/pull/2761 |
| 60 | +* @stefnnn made their first contribution in https://github.com/faker-ruby/faker/pull/2768 |
| 61 | +* @yamat47 made their first contribution in https://github.com/faker-ruby/faker/pull/2770 |
| 62 | +* @ruban-thilak made their first contribution in https://github.com/faker-ruby/faker/pull/2782 |
| 63 | +* @lepari23 made their first contribution in https://github.com/faker-ruby/faker/pull/2750 |
| 64 | +* @AngusDSR made their first contribution in https://github.com/faker-ruby/faker/pull/2755 |
| 65 | +* @devashishTaneja made their first contribution in https://github.com/faker-ruby/faker/pull/2792 |
| 66 | +* @mike-burns made their first contribution in https://github.com/faker-ruby/faker/pull/2710 |
| 67 | +* @hacktivista made their first contribution in https://github.com/faker-ruby/faker/pull/2778 |
| 68 | +* @mateusdeap made their first contribution in https://github.com/faker-ruby/faker/pull/2734 |
| 69 | +* @aramvisser made their first contribution in https://github.com/faker-ruby/faker/pull/2713 |
| 70 | + |
| 71 | +**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.2.0...v3.2.1 |
| 72 | + |
| 73 | +------------------------- |
| 74 | + |
3 | 75 | ## [v3.2.0](https://github.com/faker-ruby/faker/tree/v3.2.0) (2023-04-14)
|
4 | 76 |
|
5 | 77 | Happy Spring with a new Faker release! 🌼
|
|
0 commit comments