Elixirs Faker Versions Save

Faker is a pure Elixir library for generating fake data.

v0.10.0

6 years ago

Added

  • New maintainer Toby Hinloopen [@tobyhinloopen]
  • Gitter chat room [@igas]
  • Faker.Gov.Us.ssn/0 added to generate US Social Security numbers [@sotojuan]
  • Faker.StarWars added to generate character/0, planet/0 and quote/0 from StarWars universe [@samcdavid]
  • Faker.Cat added to generate name/0, breed/0 and registry/0 of cats [@orieken]
  • Customizable random functions [@igas]
  • Faker.Industry @cdesch
  • Missing colors to Faker.Color.En @cdesch
  • Elixir 1.6 support [@igas]

Changed

  • Updated dependencies [@igas]

Removed

  • Elixir 1.3 support [@igas]

Fixed

  • Faker.Date.date_of_birth/0 and Faker.Date.date_of_birth/1 returning wrong result [@stfnsr]
  • Usage.md reorganisation [@orieken]
  • Documentation for Faker.Beer [@bcat-eu]
  • Fix pokemon name - Mr. Mime :) [@leveloid]
  • Gov.Us deprecations [@halfdan]

v0.6.0

8 years ago
  • Most of functions covered by specs and docs now
  • Removed JSON programming and poison dependency [@saulecabrera, @vforvova]
  • Add Faker.Shakespeare [@adam-wanninger]
  • Fix SSL issues in Internet.image_url/0 [@zmoshansky]
  • Improve tests [@lowks]
  • Elixir 1.1 support
  • Add Faker.App with author/0, name/0 and version/0
  • Add Faker.Address.country_code/0
  • Add Faker.Bitcoin with address/0 and address/1
  • Add Faker.Color with rgb_hex/0 and rgb_decimal/0

v0.4.1

9 years ago
  • Add Faker.Internet.url/0 and Faker.Internet.image_url/0 functions

v0.5.0

9 years ago
  • Add Faker.start/0 and Faker.start/1

v0.5.1

9 years ago
  • Add erlang 18 support
  • Add issn check digit

v0.4.0

9 years ago
  • Elixir 1.0.0
  • ISBN check digit algorithm (@vforvova)
  • Move from JSEX to Poison

v0.3.2

9 years ago
  • Elixir 0.14.3 support [@jarednorman]