Changelog
- Fix missing AU support
- Add area code for US, South Carolina
- Add area code for US, Florida
- Add area code for US, Georgia
- Fix typespecs
- Add missing countries Guadaloupe(GP) and Reunion(RE),
- Add missing area code for IE.
- Add missing area code for Texas and California, US.
- Fix pattern match for Brazil regions: PI, PR, RS.
- Fix pattern match for Russia.
- Add new area code for US, Florida.
- Add support to mobile spanish phone numbers.
- Improve documentation.
- Update regex for Jamaica to support new region code.
- Fix typo on Saint Vincent and the Grenadines country name.
- Update regex for Singapore to support 10 digits number.
- Add support to region codes for Spain.
- Update regex for Belgium.
- Add new area codes for US, California.
- Update regex for Netherlands
- Add Vancouver missing area code
- Add brazilian toll free numbers
- Fix max length for German numbers to 11
- Fix Italy regex to consider 3 minimum digits and max 12
- Fix Australia regex
- Fix Ireland regex
- Fix United Arab Emirates parsing
- Fix Germany parsing
- Fix Brazil parsing
- Fix South Africa parsing
- Fix Pakistan parsing
- Fix Monaco parsing
- Fix Ireland parsing
- 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
and Helper.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
and parse!/2
for a direct return, and raises on error.
- Correct area codes for Colorado - US.
- Add
parse/2
to Phone
module, so can parse phone numbers without international code but with atom identifying the country.