|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v3.5.3](https://github.com/faker-ruby/faker/tree/v3.5.3) (2025-12-02) |
| 4 | + |
| 5 | +Wishing you a cozy and calm Holiday season ☃️ |
| 6 | + |
| 7 | +This version adds and improves some locales, fixes some bugs, and deprecates some generators. |
| 8 | + |
| 9 | +Thanks to all contributors! |
| 10 | + |
| 11 | +### Deprecated generators |
| 12 | +* Refactor: move `Faker::BossaNova` under `Faker::Music::BossaNova` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3140 |
| 13 | +* Deprecate `Faker::Twitter` in favor of `Faker::X` and update attributes by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3138 |
| 14 | + |
| 15 | +### Improvements & Bug Fixes |
| 16 | +* Remove duplicate entry `amateur radio` from `locales/en/hobby.yml` by @Leenday in https://github.com/faker-ruby/faker/pull/3099 |
| 17 | +* fix #3114: prevent scientific notation when generating bank account number by @AhmedHisham552 in https://github.com/faker-ruby/faker/pull/3118 |
| 18 | +* Fix: typos in locales for `overwatch.yml`, `rajnikanth.yml` and `street_fighter.ym` by @smorttey in https://github.com/faker-ruby/faker/pull/3106 |
| 19 | +* Add `Artist` translations for the japanese locale by @neco-nico in https://github.com/faker-ruby/faker/pull/3110 |
| 20 | +* Add `country_code` to Estonia locale (`locales/ee.yml`) by @HassanAkbar in https://github.com/faker-ruby/faker/pull/3111 |
| 21 | +* Reformat Arabic locale (`locales/ar.yml`) by @ramzieus in https://github.com/faker-ruby/faker/pull/3130 |
| 22 | +* Refactor: Improve UK Phone number false failure hit-rate by @luke-hill in https://github.com/faker-ruby/faker/pull/3136 |
| 23 | +* Improvements and fixes for Elder Scrolls locale (`elder_scrolls.yml`) by @SleekMutt in https://github.com/faker-ruby/faker/pull/3129 |
| 24 | +* Add en-GB ID Numbers (aka National Insurance Numbers) by @stefanjcollier in https://github.com/faker-ruby/faker/pull/3032 |
| 25 | +* Update ukrainian city locales to the modern ones by @SleekMutt in https://github.com/faker-ruby/faker/pull/3127 |
| 26 | +* Revamp the docs to make them easier to find by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3151 |
| 27 | + |
| 28 | +### Chores |
| 29 | +* test: fix flaky test on `Faker::IdNumber` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3126 |
| 30 | +* Remove minitest dependency on i18n reload test by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3149 |
| 31 | +* Remove unused release workflow by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3133 |
| 32 | + |
| 33 | +### Update local dependencies |
| 34 | +* Bump benchmark from 0.4.1 to 0.5.0 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3122 |
| 35 | +* Bump rake from 13.3.0 to 13.3.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3124 |
| 36 | +* Bump test-unit from 3.7.0 to 3.7.1 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3128 |
| 37 | +* Bump rubocop-minitest from 0.38.1 to 0.38.2 by @dependabot[bot] in https://github.com/faker-ruby/faker/pull/3116 |
| 38 | +* deps: bump dependencies by @thdaraujo in https://github.com/faker-ruby/faker/pull/3141 |
| 39 | +* deps: bump Minitest version to `v5.26.1` and fix issues by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3144 |
| 40 | +* deps: bump rubocop version to `v1.81.7` by @thdaraujo in https://github.com/faker-ruby/faker/pull/3143 |
| 41 | + |
| 42 | +### New Contributors |
| 43 | +* @Leenday made their first contribution in https://github.com/faker-ruby/faker/pull/3099 |
| 44 | +* @AhmedHisham552 made their first contribution in https://github.com/faker-ruby/faker/pull/3118 |
| 45 | +* @smorttey made their first contribution in https://github.com/faker-ruby/faker/pull/3106 |
| 46 | +* @neco-nico made their first contribution in https://github.com/faker-ruby/faker/pull/3110 |
| 47 | +* @HassanAkbar made their first contribution in https://github.com/faker-ruby/faker/pull/3111 |
| 48 | +* @ramzieus made their first contribution in https://github.com/faker-ruby/faker/pull/3130 |
| 49 | +* @luke-hill made their first contribution in https://github.com/faker-ruby/faker/pull/3136 |
| 50 | +* @SleekMutt made their first contribution in https://github.com/faker-ruby/faker/pull/3129 |
| 51 | +* @stefanjcollier made their first contribution in https://github.com/faker-ruby/faker/pull/3032 |
| 52 | + |
| 53 | +**Full Changelog**: https://github.com/faker-ruby/faker/compare/v3.5.2...v3.5.3 |
| 54 | + |
| 55 | +--------------------------------- |
| 56 | + |
3 | 57 | ## [v3.5.2](https://github.com/faker-ruby/faker/tree/v3.5.2) (2025-07-01) |
4 | 58 |
|
5 | 59 | Happy Canada Day! 🍁 |
|
0 commit comments