Skip to content

Latest commit

 

History

History
529 lines (412 loc) · 16.6 KB

Changelog.md

File metadata and controls

529 lines (412 loc) · 16.6 KB

development

2.22.0

2.21.0

2.20.0

2.19.0

2.18.0

2.17.0

2.16.0

2.15.0

2.14.0

2.13.0

  • Add Bank.card_number, .card_expiry_date and .card_type @AlexWayfer
  • Add Bank.iban @Volosh1n
  • Add optional argument to AddressUS.state_abbr to determine state's abbreviation @Volosh1n
  • Add Name.pronouns @danderozier
  • Add FFaker::ColorPL, FFaker::IdentificationPL, FFaker::SportPL @walerian777

2.12.0

2.11.0

  • Add HealthcareRU @gruz0
  • Removing potentially offensive name @rvisuvasam
  • Add NameTW, PhoneNumberTW @pominx
  • Add AnimalCN, EducationCN @ckyOL
  • Add NameIN @alagu
  • Add AnimalPL, GenderPL, GenderJP, PhoneNumberPL @walerian777
  • Now PhoneNumberBR returns only valid area_code

2.10.0

2.9.0

  • Add orly book cover generator @artplan1
  • Add LoremIE (Irish) @mklemme
  • Improve FFaker::Time.between docs and implementation @eikes
  • Fix patronymics for Никита @ulzr
  • Add EAN generator @jvanbaarsen

2.8.1

2.8.0

2.7.0

2.6.0

2.5.0

2.4.0

  • Support Indonesia names, address, phone & gender @brain64bit
  • Support Russian lorem @mechos3d
  • Fix AddressAU#time_zone: will return AU time zone now @tatey

2.3.0

2.2.0

  • fixes some bugs

    • generating Robohash images
  • many new improvements and enhancements like:

    • CheesyLingo
    • Music module
    • Brazilian phones
    • Improve NameJA
    • added AddressRU

2.1.0

  • #191 - add REFERENCE.md (@rstacruz)
  • #193 - fix FFaker::Locale.language throwing errors (@rstacruz, #196)
  • #199 - FFaker::String.from_regexp: implement support for regexp ranges like /[a-f]/ (@marocchino, #200)
  • #181 - fix FFaker::PhoneNumber.phone_number throwing invalid US phone numbers (@rstacruz, #195)
  • #181 - implement FFaker::PhoneNumber.area_code (@rstacruz, #195)
  • #203 - deprecate FFaker::ArrayUtils.random_pick in favor for Array#sample (@marocchino)
  • #211 - add Korean identification support
  • #212 - add IMEI support
  • #213 - Fix max length support FFaker::Internet.password (@anderscarling)
  • many internal library and test suite refactorings

2.0.0

  • switched faker to ffaker namespace, you should now be able to use faker and ffaker gem together.

1.32.1

  • set required ruby version for gem

1.32.0

  • add Korean lorem to API
  • add 100 canadian largest cities to API
  • add Cuban phone numbers to API
  • add currency code to API
  • internal code-style improvements

1.31.0

  • add deprecation warning to ArrayUtils#rand method
  • changed all internal ArrayUtils#rand method calls to Array#sample
  • Korea API additions
  • fixes some broken tests

1.30.0

  • dropped support for ruby 1.8.x
  • fixes some broken tests
  • improved Faker::Internet.slug method
  • added Faker::Gender(CN), Faker::Guid to API
  • added continental_state and continental_state_abbr to Faker::AddressUs API
  • added Faker::Internet.safe_email method to API
  • added max_length parameter to Faker::Internet.password
  • and some small API additions ... for more details check the git log

1.25.0

API additions and some fixes... check the git log! :)

1.24.0

API additions

1.23.0

API additions

1.22.1

Bugfixes and minor API additions.

1.22.1

Bugfixes

1.22.0

Maintenance release, lots of cleanups. New modules contributed.

1.21.0

NameFR

Skill

Unit

UnitEnglish

UnitMetric

1.20.0

JobFR

LoremFR

1.19.0

More APIs

1.16.2

Small bug fix and updated docs.

1.16.1

Fixes for ruby 1.8.x

1.16.0

Many module additions from different contributors!

1.15.0

NameKR (#47) and PhoneNumbersSG (#46).

1.14.0

AddressSN (thanks PapePathe), and a bugfix on FFaker::Product.model (thanks finarfin).

1.13.0

Education bug fix, FFaker::Job (thanks Piotr Usewicz)

1.12.0

FFaker::AddressAU and FakkerAddressPhoneAU modules (thanks Ben Wiseley).

1.11.0

Extraction of AddressUK and AddressUS classes. (Thanks doctorbh).

1.10.1

FFaker::AddressCA (Thanks doctorbh, #27)

1.9.1

FFaker::NameSN, FFaker::PhoneNumberSN (Thanks SENE, #26)

Added FFaker::NameJA (Thanks kichiro, #21)

1.8.1

Remove a warning.

1.8.0

FFaker::HTMLIpsum module inspired in http://html-ipsum.com/ (Thanks Chris Bloom, #18)

1.7.0

FFaker::LoremCN (Thanks Shane Weng, Shane Weng, https://github.com/swcool, https://github.com/ffaker/ffaker/pull/16/files)

1.6.0

FFaker::NameDE (thanks David Noelte, https://github.com/marvin, #17) Added FFaker::Internet#disposable_email (Thanks Port 80 Labs, https://github.com/port80labs, #15)

1.5.0

FFaker::NameRU (Thanks Vsevolod Romashov, https://github.com/7even, #14)

1.4.0

FFaker::Product and FFaker::Education (thanks Rico Sta. Cruz, #12 )

1.3.0

FFaker::Lorem.word as a convenience method, instead of FFaker::Lorem.words(1).first.

1.2.0

New FFaker::NameCN module (contributions by qichunren)

FFaker::NameCN.first_name # => 鑫洋 FFaker::NameCN.last_name # => 禹 FFaker::NameCN.name # => 俊伶漫

1.1.0

Api additions (contributions by Robert Berry)

FFaker::Internet.uri(protocol) FFaker::Internet.http_url FFaker::Internet.ip_v4_address

0.4.0

Api additions by Rafael Souza

FFaker::Geolocation.lat # => 40.6609944585817 FFaker::Geolocation.lng # => -73.8454648940358 FFaker::Address.neighborhood # => "Renton West"

0.3.3 2010-01-14

  • removed library file and directory "faker". now you only can load the gem using require 'ffaker'

0.3.2 2010-01-14

  • Several Optimizations, renamed gem packege to ffaker.

0.3.1 2008-04-03

1 minor enhancement:

  • Added city to Address

0.3.0 2008-01-01

3 major enhancements:

  • Added Lorem to generate fake Latin
  • Added secondary_address to Address, and made inclusion of secondary address in street_address optional (false by default).
  • Added UK address methods [Caius Durling]

0.2.1 2007-12-05

1 major enhancement:

  • Dropped facets to avoid conflict with ActiveSupport

2 minor enhancements:

  • Changed the output of user_name to randomly separate with a . or _
  • Added a few tests

0.1.0 2007-11-22

  • Initial release