v3.5.1
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!
Breaking Changes
- Drop support for Ruby 2.7 by @tatheerf02 in https://github.com/faker-ruby/faker/pull/3006
- Removes deprecated generators by @stefannibrasil in https://github.com/faker-ruby/faker/pull/3014
The following deprecated generators are being removed. Please use the new generators:
| Deprecated | New | | -------- | ------- | | Faker::TvShows::TheFreshPrinceOfBelAir.celebrity | Faker::TvShows::TheFreshPrinceOfBelAir.actor | | Faker::TvShows::Buffy.celebrity | Faker::TvShows::Buffy.actor | | Faker::TvShows::DrWho.villian | Faker::TvShows::DrWho.villain | | Faker::Games::HeroesOfTheStorm.class | Faker::Games::HeroesOfTheStorm.class_name | | Faker::JapaneseMedia::FmaBrotherhood | Faker::JapaneseMedia::FullmetalAlchemistBrotherhood | | Faker::Show | Faker::Theater | | Faker::Australia | Faker::Locations::Australia | | Faker::IDNumber | Faker::IdNumber |