- Add Idaho, New York, Pennsylvania, Texas, Washington missing area codes.
- Fix typo on NANP Toll Free Number module.
- Correct parsing for Angola numbers
- Add 833 toll free number to NANP
- Updates
Helper.Countries
andHelper.Area
behavior - Several changes to improve performance.
- Include
valid?/1
. - Remove warning from v0.3
- Correct number validation for Norway.
- Correct Ireland area codes validation.
- Add and correct various area codes for NANP.
- Better test coverage for NANP numbers.
- Add 424 area code for California.
- Add 475 area code for Connecticut.
- Correct area code for Ontario - US.
- Correct number validation to Italy.
- Correct number validation to Bosnia and Herzegovina.
- Correct number validation to Estonia.
- Correct number validation to São Paulo - BR.
- Area codes for Brazil.
- Updated all regular expressions for NANP, to enforce end of line.
- Issues with Croatia numbers corrected.
- Changed
parse/2
parameters order for a better use on pipes. - Added functions
parse!/1
andparse!/2
for a direct return, and raises on error.
- Correct area codes for Colorado - US.
- Add
parse/2
toPhone
module, so can parse phone numbers without international code but with atom identifying the country.
- First public release