Skip to content

Commit

Permalink
Merge pull request #93 from fcevado/markdown
Browse files Browse the repository at this point in the history
correct markdown
  • Loading branch information
fcevado committed Apr 3, 2017
2 parents 6b49396 + dde9cbb commit 1cf117d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
32 changes: 16 additions & 16 deletions CHANGELOG.md
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

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ defp deps do
end
```

##[Contributing](./CONTRIBUTING.md)
## [Contributing](./CONTRIBUTING.md)

##[Changelog](./CHANGELOG.md)
## [Changelog](./CHANGELOG.md)

##[Code of Conduct](./CODE_OF_CONDUCT.md)
## [Code of Conduct](./CODE_OF_CONDUCT.md)

## License
Phone is under Apache v2.0 license. Check the [LICENSE](./LICENSE) file for more details.

0 comments on commit 1cf117d

Please sign in to comment.