Skip to content

v0.11.0

Compare
Choose a tag to compare
@igas igas released this 27 Sep 11:29
· 281 commits to master since this release

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]