Faker Ruby Faker Versions Save

A library for generating fake data such as names, addresses, and phone numbers.

v3.3.1

3 weeks ago

v3.3.1 (2024-04-02)

Bug fixes

What's Changed

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.3.0...v3.3.1

v3.3.0

1 month ago

v3.3.0 (2024-03-25)

Bug Fixes

Features

What's changed

Update local dependencies

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.2.3...v3.3.0

v3.2.3

3 months ago

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: https://github.com/faker-ruby/faker/compare/v3.2.2...v.3.2.3

v3.2.2

5 months ago

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: https://github.com/faker-ruby/faker/compare/v3.2.1...v3.2.2

v3.2.1

8 months ago

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: https://github.com/faker-ruby/faker/compare/v3.2.0...v3.2.1

v3.2.0

1 year ago

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: https://github.com/faker-ruby/faker/compare/v3.1.1...v3.2.0

v3.1.1

1 year ago

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

This version:

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

Features

  • Add exclude_words keyword to Lorem Ipsum to prevent words from being produced by @philipfong in #2665
  • Deprecate FillMurray service by @ferblape in #2657
  • Airports by @ZionMiller in https://github.com/faker-ruby/faker/pull/2682

Bug fixes

Update local dependencies

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.1.0...v.3.1.1

v3.1.0

1 year ago

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

What's Changed

Update local dependencies

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v3.0.0...v3.1.0

v3.0.0

1 year ago

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

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/faker-ruby/faker/compare/v2.22.0...v2.23.0