v3.0.0
v3.0.0 (2022-11-01)
This version:
- drops support for positional arguments in favor of keyword arguments (positional arguments were deprecated in v2)
- add new generators
- bug fixes and chores
See changelog for full details.
Breaking Changes
- PR #2576 Drop support for positional arguments in favor of keyword arguments. Support for positional arguments was deprecated on v2 @mauromorales
Bug/Fixes
- PR #2562 Fix Faker::Vehicle.vin @rmm5t
- PR #2567 Fix typo abreviation -> abbreviation @alextaujenis
- PR #2594 Fix some typos @jdufresne
- PR #2596 Removes NBSP from locales files @hbontempo-br
Features
- PR #2561 Add country code for
en-CA
phone numbers @wjessop - PR #2566 Add color luminosity options @fbuys
- PR #2570 Add French Translation of Ancient @Beygs
- PR #2582 Add
clojure
as a language option toFaker::Source
generator @professorjrod - PR #2585 Add movie Hackers @ericdain
- PR #2589 Add Game Escape From Tarkov @professorjrod
- PR #2592 Add quotes to "no"-key @Frubrecht
What's Changed
- PR #2549 Set true to
rubygems_mfa_required
gemspec metadata @koic - PR #2557 Use rubocop-rake to lint Rake tasks @dmarcoux
- PR #2551 Security: set explicit and strict token-permissions on GitHub workflows @sashashura
- PR #2558 Remove unneeded require in lib/faker.rb @dmarcoux
- PR #2568 Remove outdated comment from development dependencies @stefannibrasil
- PR #2569 Improve Phone Number Locale documentation @calvinballing
- PR #2579 Add note about Random behavior on MiniTest @stefannibrasil
- PR #2580 Remove mentions to
master
and usemain
@stefannibrasil - PR #2586 Change McCree to Cassidy on Overwatch generator @ericdain
- PR #2584 Automate workflow to publish to RubyGems. @bijoysijo
- PR #2598 Remove tags from publish.yml @vbrazo
- PR #2604 Update fi-FI state listing from year 1721 to 2022 @Newman101
- PR #2602 Fix publish action for release types @thdaraujo
- PR #2591 Fixes iban checksum calculation @srcoley
- PR #2599 Fix documentation for tarkov game @kaushikhande
- PR #2600 Add sports documentation and update sports @matt17r
- PR #2590 Deprecate LoremPixel @uzorjchibuzor
Update local dependencies
- Update rubocop minitest to
0.23.0
- Update simplecov to
0.21.0
- Update test-unit to
3.5.5
- Update rubocop to
1.37.1