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
* Remove the duplicate method Faker::Commerce.material description by @mmarusyk in https://github.com/faker-ruby/faker/pull/2914
8
+
9
+
### Features
10
+
11
+
* Add Kenya to supported countries by @AndrewNduati in https://github.com/faker-ruby/faker/pull/2871
12
+
* Benchmarking loading JSON file vs YML file by @salochara in https://github.com/faker-ruby/faker/pull/2897
13
+
14
+
### What's changed
15
+
16
+
* Fix/Deprecate `Faker::IDNumber` to `Faker::IdNumber` to be more consistent with other generator's naming convention. by @Jamal-A-Mohamed in https://github.com/faker-ruby/faker/pull/2858
17
+
* Fix/Deprecate FmaBrotherhood Generator by @kirkkwang in https://github.com/faker-ruby/faker/pull/2856
18
+
* Fix/Deprecate Faker::Australia to Faker::Locations::Australia by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2869
19
+
* Add note about EOL dependencies by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2890
20
+
21
+
### Update local dependencies
22
+
23
+
* Bump test-unit from 3.6.1 to 3.6.2 by @dependabot in https://github.com/faker-ruby/faker/pull/2906
24
+
* Bump i18n from 1.14.1 to 1.14.4 by @dependabot in https://github.com/faker-ruby/faker/pull/2913
25
+
* Bump rubocop from 1.60.2 to 1.62.1 by @dependabot in https://github.com/faker-ruby/faker/pull/2916
26
+
* Bump yard from 0.9.34 to 0.9.36 by @dependabot in https://github.com/faker-ruby/faker/pull/2909
27
+
* Bump minitest from 5.22.2 to 5.22.3 by @dependabot in https://github.com/faker-ruby/faker/pull/2917
28
+
29
+
### New Contributors
30
+
31
+
*@AndrewNduati made their first contribution in https://github.com/faker-ruby/faker/pull/2871
32
+
*@Jamal-A-Mohamed made their first contribution in https://github.com/faker-ruby/faker/pull/2858
33
+
*@mmarusyk made their first contribution in https://github.com/faker-ruby/faker/pull/2914
This version includes bug and documentation fixes, and some changes on the contributing guides.
10
46
11
-
## faker-ruby is is not accepting new features proposals
47
+
###faker-ruby is is not accepting new features proposals
12
48
13
49
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
50
15
51
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
52
17
-
## Bug fixes
53
+
###Bug fixes
18
54
* Fix Phone number long number and other updates by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2842
19
55
* Favor 'The Room' instead of 'Room' by @kirkkwang in https://github.com/faker-ruby/faker/pull/2854
20
56
* Limit generated Discover cards to 19 digits by @jamie in https://github.com/faker-ruby/faker/pull/2845
@@ -26,20 +62,20 @@ As we have limited time to invest in faker, reviewing _new_ generators and local
26
62
* Update `Internet#username` separator param to match with the example by @AlexandreL0pes in https://github.com/faker-ruby/faker/pull/2882
27
63
* fix polish bban_pattern by @artur1313 in https://github.com/faker-ruby/faker/pull/2887
28
64
29
-
## What's Changed
65
+
###What's Changed
30
66
* Add benchmark by @salochara in https://github.com/faker-ruby/faker/pull/2855
31
67
* Freeze new generator and locales by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2886
32
68
* Remove deprecate safe_email and free_email methods by @hatsu38 in https://github.com/faker-ruby/faker/pull/2841
33
69
* Update contribution guidelines and PULL_REQUEST_TEMPLATE by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2878
34
70
* Remove unmaintained `History.md` by @y-yagi in https://github.com/faker-ruby/faker/pull/2880
35
71
* Adds Ruby 3.3 to the CI matrix by @m-nakamura145 in https://github.com/faker-ruby/faker/pull/2883
36
72
37
-
## Update local dependencies
73
+
###Update local dependencies
38
74
* Bump rubocop from 1.58.0 to 1.59.0 by @dependabot in https://github.com/faker-ruby/faker/pull/2865
39
75
* Bump rubocop-minitest from 0.34.3 to 0.34.4 by @dependabot in https://github.com/faker-ruby/faker/pull/2884
40
76
* Bump minitest version by @stefannibrasil in https://github.com/faker-ruby/faker/pull/2889
41
77
42
-
## New Contributors
78
+
###New Contributors
43
79
*@kirkkwang made their first contribution in https://github.com/faker-ruby/faker/pull/2854
44
80
*@jamie made their first contribution in https://github.com/faker-ruby/faker/pull/2845
45
81
*@hatsu38 made their first contribution in https://github.com/faker-ruby/faker/pull/2859
0 commit comments