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.Es
andFaker.Address.En
[@vbrazo]Faker.Beer.brand/0
[@vbrazo]Faker.Food.sushi/0
[@vbrazo]Faker.Team.PtBr
[@vbrazo]Faker.Name.PtBr
andFaker.Name.Es
[@vbrazo]Faker.UUID.v4/0
[@anthonator]Faker.Food
to generate Food data [@vbrazo]Faker.Color.En
,Faker.Color.Es
andFaker.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 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/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
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 generatecharacter/0
,planet/0
andquote/0
from StarWars universe [@samcdavid]Faker.Cat
added to generatename/0
,breed/0
andregistry/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
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