All Versions
61
Latest Version
Avg Release Cycle
85 days
Latest Release
-

Changelog History
Page 6

  • v1.4.0 Changes

    FFaker::Product and FFaker::Education (thanks Rico Sta. Cruz, https://github.com/ffaker/ffaker/pull/12 )

  • v1.3.0 Changes

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

  • v1.2.0 Changes

    🆕 New FFaker::NameCN module (contributions by qichunren)

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

  • v1.1.0 Changes

    Api additions (contributions by Robert Berry)

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

  • v0.4.0 Changes

    Api additions by Rafael Souza

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

  • v0.3.3 Changes

    January 14, 2010
    • ✂ removed library file and directory "faker". now you only can load the gem using require 'ffaker'
  • v0.3.2 Changes

    January 14, 2010
    • Several Optimizations, renamed gem packege to ffaker.
  • v0.3.1 Changes

    April 03, 2008

    1 minor enhancement:

    • ➕ Added city to Address
  • v0.3.0 Changes

    January 01, 2008

    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]
  • v0.2.1 Changes

    December 05, 2007

    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