Skip to content

Releases: faker-ruby/faker

v3.3.1

02 Apr 13:54
49fa02c
Compare
Choose a tag to compare

v3.3.1 (2024-04-02)

Bug fixes

  • Fix bug on phone number generator for en-US locale caused by incorrect .yml file structure by @aprescott in #2924

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

26 Mar 00:31
a21875f
Compare
Choose a tag to compare

v3.3.0 (2024-03-25)

Bug Fixes

  • Remove the duplicate method Faker::Commerce.material description by @mmarusyk in #2914

Features

What's changed

Update local dependencies

New Contributors

Full Changelog: v3.2.3...v3.3.0

v.3.2.3

13 Jan 00:34
50146e0
Compare
Choose a tag to compare

What's Changed

Note

There was a mistake in this release and not all changes were pushed to RubyGems. We recommend fetching the latest release to get all the changes.

v3.2.3 (2024-01-12)

Happy 2024 with a new faker-ruby release.

This version includes bug fixes, docs typos fixes, and some changes on the contributing guides.

faker-ruby is is not accepting new features proposals

As we discussed here, 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.

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.

Bug fixes

What's Changed

Update local dependencies

New Contributors

Full Changelog: v3.2.2...v.3.2.3

v3.2.2

03 Nov 21:06
205bc52
Compare
Choose a tag to compare

v3.2.2 (2023-11-03)

Happy November with a new faker-ruby release.

This version:

  • adds generators
  • fixes bugs
  • updates dev and dependencies
  • updates docs

Features

Bug fixes

What's Changed

Update local dependencies

New Contributors

Full Changelog: v3.2.1...v3.2.2

v3.2.1

11 Aug 22:19
3d15c4c
Compare
Choose a tag to compare

v3.2.1 (2023-08-11)

Happy August with a new Faker release! 🎉

This version:

  • adds generators
  • fixes bugs
  • updates dev dependencies

This version fixes a bug with setting the locale in multi-threaded environments. It's now possible to set the locale per thread. For more details, see How to set the default locale for in threaded server environments.

Other changes included in this version:

Features

Bug fixes

What's Changed

Update local dependencies

New Contributors

Full Changelog: v3.2.0...v3.2.1

v3.2.0

14 Apr 23:26
fd2fb05
Compare
Choose a tag to compare

v3.2.0 (2023-04-14)

Happy Spring with a new Faker release! 🌼

This version changes Faker::Internet.email, Faker::Internet.domain_name, Faker::Internet.safe_email, and Faker::Internet.free_email default behavior.

These generators email are now RFC 2606 compliant. They generate safe values by default using the Reserved Top Level DNS Names: example and test. To maintain backwards compatibility and give users the option to use non-safe domains at their own risk, custom domains are allowed.

Faker::Internet.safe_email, and Faker::Internet.free_email have been deprecated. Users have until October 2023 to make the necessary changes.

More details and updated docs can be found here.

Other changes included in this version:

Features

Bug fixes

Update local dependencies

New Contributors

Full Changelog: v3.1.1...v3.2.0

v3.1.1

03 Feb 22:16
c171711
Compare
Choose a tag to compare

Happy Valentine's Day with a new Faker release! 🎉

This version:

  • adds and deprecates generators
  • fixes bugs
  • updates development dependencies

Features

Bug fixes

Update local dependencies

New Contributors

Full Changelog: v3.1.0...v.3.1.1

v3.1.0

23 Dec 19:48
92d3dfb
Compare
Choose a tag to compare

Happy Holidays with a new Faker release! 🎉

This version:

  • adds and removes generators
  • fixes bugs
  • update dependencies

See changelog for full details.

Features

Bug fixes

  • fix: ensure generated passwords have correct characters when mix_case & special_characters enabled by @tiff-o in #2533
  • Fix: ensure sport generator produces single sport unless a number of sports is requested by @si-lens in #2616
  • Remove typo in ISSUE_TEMPLATE to check Faker version by @loqimean in #2621
  • Typo in Ukrainian locale, fixes #2620 by @Newman101 in #2622
  • Remove english characters in ja locale file, fixes #2637 by @alextaujenis in #2638
  • Fix country code length for non EN locale by @vbrazo in #2669

What's Changed

Update local dependencies

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

02 Nov 02:33
32fcc14
Compare
Choose a tag to compare

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

Features

What's Changed

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

v2.23.0

01 Sep 19:51
45331d8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.22.0...v2.23.0