You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version includes bug and documentation fixes, and some changes on the contributing guides.
10
+
11
+
## faker-ruby is is not accepting new features proposals
12
+
13
+
As we [discussed here](https://github.com/orgs/faker-ruby/discussions/2877), 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.
14
+
15
+
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.
16
+
17
+
## Bug fixes
18
+
* Fix Phone number long number and other updates by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2842
19
+
* Favor 'The Room' instead of 'Room' by @kirkkwang in https://github.com/faker-ruby/faker/pull/2854
20
+
* Limit generated Discover cards to 19 digits by @jamie in https://github.com/faker-ruby/faker/pull/2845
21
+
* Fix Typo in README Link: Update sports.md to sport.md by @hatsu38 in https://github.com/faker-ruby/faker/pull/2859
22
+
* Fix country names and codes in address by @sudeeptarlekar in https://github.com/faker-ruby/faker/pull/2850
23
+
* fixed typo for README. Faker::JapaneseMedia::CowboyBebop by @jacoyutorius in https://github.com/faker-ruby/faker/pull/2863
24
+
* Fix typo in `Faker::Movies::HarryPotter.location` (Castelobruxo) by @leomartins1999 in https://github.com/faker-ruby/faker/pull/2866
25
+
* Fix flaky spec on `TestFakerFile#test_file_name` by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2868
26
+
* Update `Internet#username` separator param to match with the example by @AlexandreL0pes in https://github.com/faker-ruby/faker/pull/2882
27
+
* fix polish bban_pattern by @artur1313 in https://github.com/faker-ruby/faker/pull/2887
28
+
29
+
## What's Changed
30
+
* Add benchmark by @salochara in https://github.com/faker-ruby/faker/pull/2855
31
+
* Freeze new generator and locales by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2886
32
+
* Remove deprecate safe_email and free_email methods by @hatsu38 in https://github.com/faker-ruby/faker/pull/2841
33
+
* Update contribution guidelines and PULL_REQUEST_TEMPLATE by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2878
34
+
* Remove unmaintained `History.md` by @y-yagi in https://github.com/faker-ruby/faker/pull/2880
35
+
* Adds Ruby 3.3 to the CI matrix by @m-nakamura145 in https://github.com/faker-ruby/faker/pull/2883
36
+
37
+
## Update local dependencies
38
+
* Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2865
39
+
* Bump rubocop-minitest from 0.34.3 to 0.34.4 by @dependabot in https://github.com/faker-ruby/faker/pull/2884
40
+
* Bump minitest version by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2889
41
+
42
+
## New Contributors
43
+
*@kirkkwang made their first contribution in https://github.com/faker-ruby/faker/pull/2854
44
+
*@jamie made their first contribution in https://github.com/faker-ruby/faker/pull/2845
45
+
*@hatsu38 made their first contribution in https://github.com/faker-ruby/faker/pull/2859
46
+
*@salochara made their first contribution in https://github.com/faker-ruby/faker/pull/2855
47
+
*@jacoyutorius made their first contribution in https://github.com/faker-ruby/faker/pull/2863
48
+
*@leomartins1999 made their first contribution in https://github.com/faker-ruby/faker/pull/2866
49
+
*@keshavbiswa made their first contribution in https://github.com/faker-ruby/faker/pull/2868
50
+
*@y-yagi made their first contribution in https://github.com/faker-ruby/faker/pull/2880
51
+
*@AlexandreL0pes made their first contribution in https://github.com/faker-ruby/faker/pull/2882
52
+
*@m-nakamura145 made their first contribution in https://github.com/faker-ruby/faker/pull/2883
53
+
*@artur1313 made their first contribution in https://github.com/faker-ruby/faker/pull/2887
0 commit comments