faker v0.11.0 Release Notes

Release Date: 2018-09-27 // over 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 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]