-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #93 from fcevado/markdown
correct markdown
- Loading branch information
Showing
2 changed files
with
19 additions
and
19 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,55 +1,55 @@ | ||
#Changelog | ||
# Changelog | ||
|
||
##v0.4.0: | ||
## v0.4.0: | ||
* Updates `Helper.Countries` and `Helper.Area` behavior | ||
* Several changes to improve performance. | ||
* Include `valid?/1`. | ||
* Remove warning from v0.3 | ||
|
||
##v0.3.10: | ||
## v0.3.10: | ||
* Correct number validation for Norway. | ||
* Correct Ireland area codes validation. | ||
|
||
##v0.3.9: | ||
## v0.3.9: | ||
* Add and correct various area codes for NANP. | ||
* Better test coverage for NANP numbers. | ||
|
||
##v0.3.8: | ||
## v0.3.8: | ||
* Add 424 area code for California. | ||
* Add 475 area code for Connecticut. | ||
|
||
##v0.3.7: | ||
## v0.3.7: | ||
* Correct area code for Ontario - US. | ||
|
||
##v0.3.6: | ||
## v0.3.6: | ||
* Correct number validation to Italy. | ||
|
||
##v0.3.5: | ||
## v0.3.5: | ||
* Correct number validation to Bosnia and Herzegovina. | ||
|
||
##v0.3.4: | ||
## v0.3.4: | ||
* Correct number validation to Estonia. | ||
|
||
##v0.3.3: | ||
## v0.3.3: | ||
* Correct number validation to São Paulo - BR. | ||
|
||
##v0.3.2: | ||
## v0.3.2: | ||
* Area codes for Brazil. | ||
* Updated all regular expressions for NANP, to enforce end of line. | ||
|
||
##v0.3.1: | ||
## v0.3.1: | ||
* Issues with Croatia numbers corrected. | ||
|
||
##v0.3.0: | ||
## v0.3.0: | ||
* Changed `parse/2` parameters order for a better use on pipes. | ||
* Added functions `parse!/1` and `parse!/2` for a direct return, and raises on error. | ||
|
||
##v0.2.1: | ||
## v0.2.1: | ||
* Correct area codes for Colorado - US. | ||
|
||
##v0.2.0: | ||
## v0.2.0: | ||
* Add `parse/2` to `Phone` module, so can parse phone numbers without international code but with atom identifying the country. | ||
|
||
##v0.1.0: | ||
## v0.1.0: | ||
* First public release | ||
|
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