Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.2.1
->3.5.1
Release Notes
faker-ruby/faker (faker)
v3.5.1
Compare Source
Happy October! 🎃
This version drops support for Ruby < 3.0. We only support one EOL Ruby version at a time. Please upgrade to Ruby 3.0 to update to this and future versions of faker-ruby.
Besides that, this version removes deprecated generators, fixes some bugs, and adds a Security Policy.
Thanks to all contributors!
v3.4.2
Compare Source
Happy July with a new faker-ruby release.
This version:
Faker::NationalHealthService.british_number
(more details below)Breaking changes
The NHS sets aside a range of numbers from 999 000 0000 to 999 999 9999 for test purposes. The old range could
produce NHS numbers that were in use by real patients in the UK/England and Wales. In this version,
Faker::NationalHealthService.british_number
uses the test range for creating NHS numbers rather than the previous 400 000 0010 to 499 999 9999 range.Breaking change was introduced in "Add test range param to NHS numbers" by @neanias in https://github.com/faker-ruby/faker/pull/2947
Improvements & Bug fixes
Faker::Games::Dota
missing quotes and new heroes by @arthurka-o in https://github.com/faker-ruby/faker/pull/2907Faker::Internet.username
should not generate duplicated punctuation by @thdaraujo in https://github.com/faker-ruby/faker/pull/2970en-US
locale by @mononoken in https://github.com/faker-ruby/faker/pull/2972Deprecator.skip_warning?
ability to silence deprecators on tests by @keshavbiswa in https://github.com/faker-ruby/faker/pull/2956Update local dependencies
2.4.22
by @thdaraujo in https://github.com/faker-ruby/faker/pull/2978v3.4.1
Compare Source
What's changed
Faker::Crypto
generators by @alextaujenis in https://github.com/faker-ruby/faker/pull/2938Bug fixes
Atlantic/Cape_Verde
by @andrelaszlo in https://github.com/faker-ruby/faker/pull/2927Faker::Number.hexadecimal
should include characters within the range of[0-9a-f]
by @alextaujenis in https://github.com/faker-ruby/faker/pull/2942Features
Faker::Sports::Football
. by @yamat47 in https://github.com/faker-ruby/faker/pull/2903Update local dependencies
v3.3.1
Compare Source
Bug fixes
en-US
locale caused by incorrect.yml
file structure by @aprescott in https://github.com/faker-ruby/faker/pull/2924What's Changed
New Contributors
Full Changelog: faker-ruby/faker@v3.3.0...v3.3.1
v3.3.0
Compare Source
Bug Fixes
Features
What's changed
Faker::IDNumber
toFaker::IdNumber
to be more consistent with other generator's naming convention. by @Jamal-A-Mohamed in https://github.com/faker-ruby/faker/pull/2858Update local dependencies
New Contributors
Full Changelog: faker-ruby/faker@v3.2.3...v3.3.0
v3.2.3
Compare Source
Happy 2024 with a new faker-ruby release.
This version includes bug and documentation fixes, and some changes on the contributing guides.
v3.2.2
Compare Source
Happy November with a new faker-ruby release.
This version:
Features
zh-CN
translations for Bank names by @guxiaobai in https://github.com/faker-ruby/faker/pull/2840Bug fixes
lib/locales/README.md
by @BelaBartok39 in https://github.com/faker-ruby/faker/pull/2812What's Changed
#deterministically_verify
helper by @erichmachado in https://github.com/faker-ruby/faker/pull/2828Update local dependencies
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.