What's Changed
v3.2.3 (2024-01-12)
Happy 2024 with a new faker-ruby release.
This version includes bug fixes, docs typos fixes, and some changes on the contributing guides.
faker-ruby is is not accepting new features proposals
As we discussed here, we want to improve faker's performance and organization. There hasn't been to many bug reports and most of the open issues are related to performance and confusion around using faker.
As we have limited time to invest in faker, reviewing new generators and locales prevent us from focusing on the big picture work. With this decision, we hope to make the necessary changes for faker to go to the next level. Please read the Contributing guides for ways to help us get there.
Bug fixes
- Fix Phone number long number and other updates by @stefannibrasil in #2842
- Favor 'The Room' instead of 'Room' by @kirkkwang in #2854
- Limit generated Discover cards to 19 digits by @jamie in #2845
- Fix Typo in README Link: Update sports.md to sport.md by @hatsu38 in #2859
- Fix country names and codes in address by @sudeeptarlekar in #2850
- fixed typo for README. Faker::JapaneseMedia::CowboyBebop by @jacoyutorius in #2863
- Fix typo in
Faker::Movies::HarryPotter.location
(Castelobruxo) by @leomartins1999 in #2866 - Fix flaky spec on
TestFakerFile#test_file_name
by @keshavbiswa in #2868 - Update
Internet#username
separator param to match with the example by @AlexandreL0pes in #2882 - fix polish bban_pattern by @artur1313 in #2887
What's Changed
- Add benchmark by @salochara in #2855
- Freeze new generator and locales by @stefannibrasil in #2886
- Remove deprecate safe_email and free_email methods by @hatsu38 in #2841
- Update contribution guidelines and PULL_REQUEST_TEMPLATE by @stefannibrasil in #2878
- Remove unmaintained
History.md
by @y-yagi in #2880 - Adds Ruby 3.3 to the CI matrix by @m-nakamura145 in #2883
Update local dependencies
- Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in #2865
- Bump rubocop-minitest from 0.34.3 to 0.34.4 by @dependabot in #2884
- Bump minitest version by @stefannibrasil in #2889
New Contributors
- @kirkkwang made their first contribution in #2854
- @jamie made their first contribution in #2845
- @hatsu38 made their first contribution in #2859
- @salochara made their first contribution in #2855
- @jacoyutorius made their first contribution in #2863
- @leomartins1999 made their first contribution in #2866
- @keshavbiswa made their first contribution in #2868
- @y-yagi made their first contribution in #2880
- @AlexandreL0pes made their first contribution in #2882
- @m-nakamura145 made their first contribution in #2883
- @artur1313 made their first contribution in #2887
Full Changelog: v3.2.2...v.3.2.3