Skip to content

Releases: elixirs/faker

v0.11.0

27 Sep 11:29
Compare
Choose a tag to compare

Added

  • Tests covered by actual values not just checking that result is a binary [@igas]
  • Faker.Address.Es and Faker.Address.En [@vbrazo]
  • Faker.Beer.brand/0 [@vbrazo]
  • Faker.Food.sushi/0 [@vbrazo]
  • Faker.Team.PtBr [@vbrazo]
  • Faker.Name.PtBr and Faker.Name.Es [@vbrazo]
  • Faker.UUID.v4/0 [@anthonator]
  • Faker.Food to generate Food data [@vbrazo]
  • Faker.Color.En, Faker.Color.Es and Faker.Color.PtBr [@vbrazo]
  • Faker.Internet added Spanish and Brazilian Portuguese translations [@vbrazo]
  • Faker.Address.geohash/0 [@anthonator] and [@feyl]
  • Faker.Util.sample_uniq/2 [@fenollp]

Changed

  • Remove ' and " from generated names in Faker::Internet [@vbrazo]
  • Codebase been reformated with elixir formatter [@vbrazo] and [@igas]
  • Documentation moved to hexdocs.pm [@MarcusSky], [@vbrazo], and [@igas]
  • Updated dependencies [@igas]

Fixed

  • Faker.App.semver/0 is not generating invalid versions anymore fixed by [@igas] found by [@ConnorRigby]
  • Faker.Lorem is not redefining documentation in multiple functions anymore fixed and found by [@pfac]

v0.10.0

25 Mar 10:13
Compare
Choose a tag to compare

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.9.0

07 Sep 06:39
Compare
Choose a tag to compare

v0.8.0

07 Sep 06:39
Compare
Choose a tag to compare

v0.7.0

26 Aug 09:04
Compare
Choose a tag to compare

v0.6.0

19 Oct 11:16
Compare
Choose a tag to compare
  • 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.5.1

12 Apr 06:40
Compare
Choose a tag to compare
  • Add erlang 18 support
  • Add issn check digit

v0.5.0

12 Apr 06:41
Compare
Choose a tag to compare
  • Add Faker.start/0 and Faker.start/1

v0.4.1

12 Apr 06:45
Compare
Choose a tag to compare
  • Add Faker.Internet.url/0 and Faker.Internet.image_url/0 functions

v0.4.0

13 Sep 08:22
Compare
Choose a tag to compare
  • Elixir 1.0.0
  • ISBN check digit algorithm (@vforvova)
  • Move from JSEX to Poison