catamphetamine / libphonenumber-js

A simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript
https://catamphetamine.gitlab.io/libphonenumber-js/
MIT License
2.79k stars 216 forks source link

Remove unused import of validate.js #261

Closed othree closed 6 years ago

othree commented 6 years ago

Just found unused import while investigating the code.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 26b4c5cb8c135f119d371c80494ee6e2d5ea8c34 on othree:master into 639f95e237dc2a38e10b257cbe24694e3696e99a on catamphetamine:master.

catamphetamine commented 6 years ago

@othree Thx, merged.

I've also finished re-implementing the API. See the updated readme for the new API: the new parsePhoneNumber() function now returns an instance of PhoneNumber class. Now it's more similar to Google's original library. Released libphonenumber-js@1.6.0.