Releases: elixirs/faker
Releases · elixirs/faker
v0.11.0
Added
- Tests covered by actual values not just checking that result is a binary [@igas]
Faker.Address.EsandFaker.Address.En[@vbrazo]Faker.Beer.brand/0[@vbrazo]Faker.Food.sushi/0[@vbrazo]Faker.Team.PtBr[@vbrazo]Faker.Name.PtBrandFaker.Name.Es[@vbrazo]Faker.UUID.v4/0[@anthonator]Faker.Foodto generate Food data [@vbrazo]Faker.Color.En,Faker.Color.EsandFaker.Color.PtBr[@vbrazo]Faker.Internetadded 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 inFaker::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/0is not generating invalid versions anymore fixed by [@igas] found by [@ConnorRigby]Faker.Loremis not redefining documentation in multiple functions anymore fixed and found by [@pfac]
v0.10.0
Added
- New maintainer Toby Hinloopen [@tobyhinloopen]
- Gitter chat room [@igas]
Faker.Gov.Us.ssn/0added to generate US Social Security numbers [@sotojuan]Faker.StarWarsadded to generatecharacter/0,planet/0andquote/0from StarWars universe [@samcdavid]Faker.Catadded to generatename/0,breed/0andregistry/0of 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
v0.9.0
v0.8.0
v0.7.0
v0.6.0
- 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