All Versions
21
Latest Version
Avg Release Cycle
155 days
Latest Release
1513 days ago

Changelog History
Page 1

  • v0.16.0 Changes

    October 19, 2020

    โž• Added

    ๐Ÿ”„ Changed

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    ๐Ÿ›  Fixed

    ๐Ÿ”’ Security

  • v0.15.0 Changes

    September 09, 2020

    โž• Added

    ๐Ÿ”„ Changed

    ๐Ÿ—„ Deprecated

    โœ‚ Removed

    ๐Ÿ›  Fixed

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

    ๐Ÿ”’ Security

  • v0.14.0 Changes

    July 14, 2020

    โž• Added

    ๐Ÿ”„ 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 Changes

    October 04, 2019

    โž• 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 Changes

    February 05, 2019

    โž• 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

    ๐Ÿ”’ Security

  • v0.11.2 Changes

    November 21, 2018

    ๐Ÿ›  Fixed

  • v0.11.1 Changes

    October 29, 2018

    ๐Ÿ”„ 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 Changes

    September 27, 2018

    โž• 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 reformatted 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 Changes

    March 25, 2018

    0.10.0

    โž• 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 Changes

    September 07, 2017

    โž• Added

    โœ‚ Removed

    • ๐Ÿ‘ Elixir < 1.3 support [@igas]

    ๐Ÿ›  Fixed