Skip to content

Releases: faker-ruby/faker

v2.7.0

03 Nov 16:47
Compare
Choose a tag to compare

v2.7.0 (2019-11-01)

This version:

  • adds Faker::IDNumber.chilean_id
  • updates some translations/locales
  • updates local dependencies
  • adds SemVer badge

Documentation

Feature request

Update locales

Update local dependencies

  • Update rubocop requirement from = 0.75.0 to = 0.75.1 (#1811)
  • Update rubocop requirement from = 0.75.1 to = 0.76.0 (#1822)
  • Update minitest requirement from = 5.12.2 to = 5.13.0 (#1823)

v2.6.0

10 Oct 07:04
Compare
Choose a tag to compare

v2.6.0 (2019-10-10)

This version:

  • adds Faker::Date.in_date_period
  • adds Faker::WorldCup YARD docs
  • updates local dependencies

Documentation

Feature Request

Update local dependencies

The following development dependencies were updated:

  • Update rake requirement from = 12.3.3 to = 13.0.0 (#1776)
  • Update minitest requirement from = 5.12.0 to = 5.12.2 (#1775)
  • Update test-unit requirement from = 3.3.3 to = 3.3.4 (#1774)

v2.5.0

30 Sep 07:16
Compare
Choose a tag to compare

v2.5.0 (2019-30-09)

This version introduces:

  • locales for Thai language - the mother language in Thailand
  • YARD documentation for faker interfaces
  • locales updates or fixes

Feature Request

Documentation

Update locales

Update local dependencies

The following development dependencies were updated:

  • Update minitest requirement from = 5.11.3 to = 5.12.0 (#1763)

v2.4.0

19 Sep 23:26
68207d5
Compare
Choose a tag to compare

v2.4.0 (2019-19-09)

Summary

Bump version to 2.4.0 to introduce Faker::Blockchain::Aeternity generator.

2.4.0 also fixes several locales and documentation.

Documentation

Feature Request

Update locales

Update local dependencies

The following development dependencies were updated:

  • Update simplecov requirement from = 0.17.0 to = 0.17.1 (#1749)

v2.3.0

12 Sep 05:21
bb2226e
Compare
Choose a tag to compare

v2.3.0 (2019-12-09)

Documentation

Feature Request

Update locales

v2.2.2

06 Sep 03:38
515fdbf
Compare
Choose a tag to compare

v2.2.2 (2019-05-09)

Bug/Fixes

Chores

  • PR #1724 Include rubocop-faker autocorrect in deprecation @koic

Documentation

Update local dependencies

The following development dependencies were updated:

  • rake requirement from = 12.3.1 to = 12.3.3 (#1719)
  • rubocop requirement from = 0.59.1 to = 0.74.0 (#1721)
  • simplecov requirement from = 0.16.1 to = 0.17.0 (#1718)

v2.2.1

31 Aug 06:02
9365f60
Compare
Choose a tag to compare

v2.2.1 (2019-30-08)

Bug/Fixes

Faker::Number.number(digits: 1) was always returning 0.

Fixing number with one digit caused the test_insignificant_zero to fail. As it seemed that the behavior tested by test_insignificant_zero was already covered by test_number and test_decimal, we removed it to prevent duplication.

v2.2.0

28 Aug 05:25
dc9e62f
Compare
Choose a tag to compare

v2.2.0 (2019-27-08)

Deprecate

  • PR #1698 Add warn for positional arguments when using Faker 2.0 @koic

Add deprecation warning for positional arguments to notify users that are coming from Faker version < 2.0. Its main goal is to make upgrades easier.

Documentation

Feature Request

Bug/Fixes

v2.1.2

11 Aug 00:40
Compare
Choose a tag to compare

v2.1.2 (2019-10-08)

Enhancements

Issues

We had to use bundled with 1.7.3 to avoid some issues.

v2.1.1

10 Aug 23:12
Compare
Choose a tag to compare

v2.1.1 (2019-10-08)

Bug/Fixes

bundler-audit has identified that i18 has fix a security vulnerability, that has been fixed in the 0.8 version.

Rollback Faker::Time changes because we should expect the date format from activesupport's en.yml.

Documentation