Elixirs Faker Versions Save

Faker is a pure Elixir library for generating fake data.

v0.18.0

1 month ago

0.18.0

Added

Changed

  • Faker.Commerce.PtBr - add more products in product_name_product [@igorgbr]
  • Faker.Fruits.PtBr - fix typo in nectarina [@KevinDaSilvaS]
  • Faker.Internet.image_url/0 - switched unresponsive placeholder.it with picsum.photos [@almirsarajcic]
  • Faker.Vehicle.En - fix spelling of some common makes/models [@nskins]

Fixed

  • Faker.date_of_birth - fix invalid dates due to leap year [igas]
  • Faker.Currency.code/0 remove duplicates/replace old currencies [@yassinrais]
  • Faker.Adress.PtBr - fix model documentation [@laraujo7]
  • Faker.Address.En/0 corrected formatting for US and Britian [@atavistock]

v0.17.0

2 years ago

0.17.0

Added

Changed

  • Faker.Vehicles add makes and models that are multi-word, refactor existing fns [jersearls]
  • Faker.Avatar switch to https to prevent redirect [igas]
  • Updated build badge for GitHub Actions [@anthonator]

Removed

Fixed

  • Faker.Team creature/0 and name/0 documentation examples fixed [@yuriploc]
  • Fix bidirectional formatting [@MichalDolata]
  • Extra split for Virgin Islands in the country sampler [intercaetera]

v0.16.0

3 years ago

Added

v0.15.0

3 years ago

Added

  • Faker.Person.Fr.name/0 [@vboivin]
  • Faker.Gov.Us.ein/0 [@artkay]
  • Faker.Currency.code/0 and Faker.Currency.symbol/0 [@brunohkbx]

Fixed

  • Faker.Date.date_of_birth/1 generating invalid date range on last day of the month [@anthonator]

v0.14.0

3 years ago

Added

  • Add missing Faker.Name.Hy.suffix doctests [@vbrazo]
  • Add missing Faker.Address.It doctests [@vbrazo]
  • Add CONTRIBUTING and update README [@vbrazo]
  • Faker.Pokemon.It.location/0 [@fusillicode]
  • Faker.Pokemon.It.name/0 [@fusillicode]
  • Faker.Color.De.name/0 [@hlhr]
  • Faker.Color.De.fancy_name/0 [@hlhr]
  • Faker.Address.Ru.country/0 [@igas]
  • Faker.Address.Ru.state/0 [@igas]
  • Faker.Gov.It [@neslinesli93]
  • Faker.Vehicle.model/1 [[@daytonn][https://github/com/daytonn]]
  • Faker.Person[@anthonator]

Changed

  • Fix Faker.Code.Iban.iban and Faker.Gov.It.fiscal_id doctests [@vbrazo]
  • Faker.Address.Es [@emig]
  • Set minimum Elixir version to 1.6
  • Set minimum OTP version to 19
  • Fix Faker.Vehicle.vin/0 to return valid vin [@jimgerneer]
  • Altered Faker.Util.pick/1 now accepts optional blacklist [@jimgerneer]

Deprecated

Removed

  • Remove extra doctests in Faker.Nato.format [@vbrazo]
  • gitlab CI [[@igas][]]
  • Elixir 1.4 and 1.5 support

Fixed

  • Faker.Util.upper_letter/0 documentation examples [@michaelfich]

v0.13.0

4 years ago

Added

Changed

  • Faker.Pokemon.En.name/0 added more Pokemon names [@hdahlheim]
  • Simplified Faker.UUID.v4/0 [@whatyouhide]
  • Replace UTF8 1FBF with ASCII single quote in the Italian locale [@pmontrasio]
  • Bump credo from 1.0.2 to 1.1.4
  • Bump earmark from 1.3.1 to 1.4.1
  • Bump ex_doc from 0.19.3 to 0.21.2
  • Bump makeup from 0.8.0 to 1.0.0
  • Bump makeup_elixir from 0.13.0 to 0.14.0
  • Bump nimble_parsec from 0.5.0 to 0.5.1

Fixed

  • Faker.DateTime indexing in documentation [@jalcine]
  • Faker.File typespecs [@frm]
  • industry tests [@hovikman]
  • credo warnings on CI [@igas]

v0.12.0

5 years ago

Added

Changed

  • Bump ex_doc from 0.19.1 to 0.19.3
  • Bump earmark from 1.3.0 to 1.3.1
  • Bump credo from 1.0.1 to 1.0.2

Deprecated

  • Faker.Bitcoin in favour of Faker.Blockchain.Bitcoin [@igas]

Fixed

v0.11.2

5 years ago

Fixed

v0.11.1

5 years ago

Changed

  • all localized functions now use Faker.localize/1 [@igas]

Removed

  • Elixir 1.5 from CI [@igas]
  • dialyzer warning suppressions [@igas]

Fixed

  • Faker.Util.pick/1 work with Enum type now [@igas]
  • Faker.localize/1 is calling Kernel.function_exported?/3 with the wrong parameter [@indocomsoft]
  • Faker.StarWars.En Changed Palpatine to Sheev Palpatine, and fixed typo for Beru Lars [@theabrad]

v0.11.0

5 years ago

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]