File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- #Changelog
1+ # Changelog
22
3- ##v0.4.0:
3+ ## v0.4.0:
44 * Updates ` Helper.Countries ` and ` Helper.Area ` behavior
55 * Several changes to improve performance.
66 * Include ` valid?/1 ` .
77 * Remove warning from v0.3
88
9- ##v0.3.10:
9+ ## v0.3.10:
1010 * Correct number validation for Norway.
1111 * Correct Ireland area codes validation.
1212
13- ##v0.3.9:
13+ ## v0.3.9:
1414 * Add and correct various area codes for NANP.
1515 * Better test coverage for NANP numbers.
1616
17- ##v0.3.8:
17+ ## v0.3.8:
1818 * Add 424 area code for California.
1919 * Add 475 area code for Connecticut.
2020
21- ##v0.3.7:
21+ ## v0.3.7:
2222 * Correct area code for Ontario - US.
2323
24- ##v0.3.6:
24+ ## v0.3.6:
2525 * Correct number validation to Italy.
2626
27- ##v0.3.5:
27+ ## v0.3.5:
2828 * Correct number validation to Bosnia and Herzegovina.
2929
30- ##v0.3.4:
30+ ## v0.3.4:
3131 * Correct number validation to Estonia.
3232
33- ##v0.3.3:
33+ ## v0.3.3:
3434 * Correct number validation to São Paulo - BR.
3535
36- ## v0.3.2:
36+ ## v0.3.2:
3737 * Area codes for Brazil.
3838 * Updated all regular expressions for NANP, to enforce end of line.
3939
40- ##v0.3.1:
40+ ## v0.3.1:
4141 * Issues with Croatia numbers corrected.
4242
43- ##v0.3.0:
43+ ## v0.3.0:
4444 * Changed ` parse/2 ` parameters order for a better use on pipes.
4545 * Added functions ` parse!/1 ` and ` parse!/2 ` for a direct return, and raises on error.
4646
47- ##v0.2.1:
47+ ## v0.2.1:
4848 * Correct area codes for Colorado - US.
4949
50- ##v0.2.0:
50+ ## v0.2.0:
5151 * Add ` parse/2 ` to ` Phone ` module, so can parse phone numbers without international code but with atom identifying the country.
5252
53- ##v0.1.0:
53+ ## v0.1.0:
5454 * First public release
5555
Original file line number Diff line number Diff line change @@ -73,11 +73,11 @@ defp deps do
7373end
7474```
7575
76- ##[ Contributing] ( ./CONTRIBUTING.md )
76+ ## [ Contributing] ( ./CONTRIBUTING.md )
7777
78- ##[ Changelog] ( ./CHANGELOG.md )
78+ ## [ Changelog] ( ./CHANGELOG.md )
7979
80- ##[ Code of Conduct] ( ./CODE_OF_CONDUCT.md )
80+ ## [ Code of Conduct] ( ./CODE_OF_CONDUCT.md )
8181
8282## License
8383Phone is under Apache v2.0 license. Check the [ LICENSE] ( ./LICENSE ) file for more details.
You can’t perform that action at this time.
0 commit comments