-
Notifications
You must be signed in to change notification settings - Fork 217
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Igor Kapkov
committed
Aug 26, 2016
1 parent
e58f4b3
commit b42798e
Showing
4 changed files
with
108 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,97 +1,159 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
Change log itself follows [Keep a CHANGELOG](http://keepachangelog.com) format. | ||
|
||
## [Unreleased] | ||
### Added | ||
- `Faker.Color.En.name/0` & `Faker.Color.En.fancy_name/0` [@efexen] | ||
- `Faker.Phone.EnGb.cell_number/0` [@igas] | ||
- `Faker.Phone.EnGb.landline_number/0` [@johnhamelink] | ||
- `Faker.Phone.EnGb.mobile_number/0` [@igas] | ||
- `Faker.Phone.EnGb.number/0` [@igas] | ||
- `Faker.Phone.EnUs.number_number/0` [@devshane] | ||
## Unreleased | ||
|
||
## 0.7.0 | ||
|
||
* Upgrade to latest versions [@belaustegui][] | ||
|
||
* Documentation improvements [@GesJeremie][] | ||
|
||
* `Faker.Color.En.name/0` & `Faker.Color.En.fancy_name/0` [@efexen][] | ||
|
||
* `Faker.Phone.EnGb.cell_number/0` [@igas][] | ||
|
||
* `Faker.Phone.EnGb.landline_number/0` [@johnhamelink][] | ||
|
||
# 0.6.0 | ||
* `Faker.Phone.EnGb.mobile_number/0` [@igas][] | ||
|
||
* `Faker.Phone.EnGb.number/0` [@igas][] | ||
|
||
* `Faker.Phone.EnUs` [@devshane][] | ||
|
||
## 0.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] | ||
|
||
* 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 | ||
|
||
# 0.5.1 | ||
* 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` | ||
|
||
## 0.5.1 | ||
|
||
* Add erlang 18 support | ||
|
||
* Add issn check digit | ||
|
||
# 0.5.0 | ||
## 0.5.0 | ||
|
||
* Add Faker.start/0 and Faker.start/1 | ||
* Add `Faker.start/0` and `Faker.start/1` | ||
|
||
# 0.4.1 | ||
## 0.4.1 | ||
|
||
* Add Faker.Internet.url/0 and Faker.Internet.image_url/0 functions | ||
* Add `Faker.Internet.url/0` and `Faker.Internet.image_url/0` functions | ||
|
||
# 0.4.0 | ||
## 0.4.0 | ||
|
||
* Elixir 1.0.0 | ||
* ISBN check digit algorithm (@vforvova) | ||
|
||
* ISBN check digit algorithm [@vforvova][] | ||
|
||
* Move from JSEX to Poison | ||
|
||
# 0.3.2 | ||
## 0.3.2 | ||
|
||
* Fixed function heads (@jarednorman) | ||
* Fixed function heads [@jarednorman][] | ||
|
||
# 0.3.1 | ||
## 0.3.1 | ||
|
||
* Elixir 0.14.2 | ||
|
||
# 0.3.0 | ||
## 0.3.0 | ||
|
||
* Elixir v0.14 support | ||
|
||
* Add Travis CI | ||
|
||
* Remove `Faker.Config` | ||
|
||
* Remove `Faker.Supervisor` | ||
|
||
* Change dependency to hex packages | ||
|
||
* Added `Faker.Internet` | ||
|
||
* `domain_name/0` | ||
|
||
* `domain_suffix/0` | ||
|
||
* `domain_word/0` | ||
|
||
* `email/0` | ||
|
||
* `free_email/0` | ||
|
||
* `free_email_service/0` | ||
|
||
* `ip_v4_address/0` | ||
|
||
* `ip_v6_address/0` | ||
|
||
* `mac_address/0` | ||
|
||
* `safe_email/0` | ||
|
||
* `user_name/0` | ||
|
||
* Added `Faker.Company` | ||
|
||
* `bs/0` | ||
|
||
* `bullshit/0` | ||
|
||
* `bullshit_prefix/0` | ||
|
||
* `bullshit_suffix/0` | ||
|
||
* `buzzword/0` | ||
|
||
* `buzzword_prefix/0` | ||
|
||
* `buzzword_suffix/0` | ||
|
||
* `catch_phrase/0` | ||
|
||
* `name/0` | ||
|
||
* `suffix/0` | ||
|
||
# 0.2.0 | ||
## 0.2.0 | ||
|
||
* Added `Faker.Team` | ||
|
||
* `name/0` | ||
|
||
* `creature/0` | ||
|
||
[@GesJeremie]: https://github.com/GesJeremie | ||
[@adam-wanninger]: https://github.com/adam-wanninger | ||
[@belaustegui]: https://github.com/belaustegui | ||
[@devshane]: https://github.com/devshane | ||
[@efexen]: https://github.com/efexen | ||
[@igas]: https://github.com/igas | ||
[@jarednorman]: https://github.com/jarednorman | ||
[@johnhamelink]: https://github.com/johnhamelink | ||
[@lowks]: https://github.com/lowks | ||
[@saulecabrera]: https://github.com/saulecabrera | ||
[@vforvova]: https://github.com/vforvova | ||
[@zmoshansky]: https://github.com/zmoshansky |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
defmodule Faker.Mixfile do | ||
use Mix.Project | ||
|
||
@version "0.6.0" | ||
@version "0.7.0" | ||
|
||
def project do | ||
[app: :faker, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
%{"earmark": {:hex, :earmark, "0.1.17"}, | ||
"ex_doc": {:hex, :ex_doc, "0.10.0"}} | ||
%{"earmark": {:hex, :earmark, "1.0.1", "2c2cd903bfdc3de3f189bd9a8d4569a075b88a8981ded9a0d95672f6e2b63141", [:mix], []}, | ||
"ex_doc": {:hex, :ex_doc, "0.13.0", "aa2f8fe4c6136a2f7cfc0a7e06805f82530e91df00e2bff4b4362002b43ada65", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]}} |