- Update for upstream metadata v8.10.7
- update metadata for v8.10.4 release
- update AR test number to valid AR fixed line
- update travis file
- remove goreleaser since we no longer use docker for test deploys
- latest google metadata
- add /functions to gitignore
- update to latest google metadata
- update to latest metadata v8.10.1, test case changes validated against google lib
- add link in readme to test function
- fix FormatByPattern with user defined pattern. Fixes: #16
- update metadata v8.9.16 (test diff validated against python lib)
- update metadata to v8.9.14, fix go.mod dependency
- update to metadata v8.9.13, remove must dependency
- Fix cache strict look up bug and unify cache management, thanks @eugene-gurevich
- save possible lengths to metadata, change implementation to use, add IS_POSSIBLE_LOCAL_ONLY and INVALID_LENGTH as possible return values to IsPossibleNumberWithReason
- update metadata to version v8.9.12
- update to metadata for v8.9.10
- add GetSupportedCallingCodes
- return sets as map[int]bool instead of map[int]struct{}
- add GetCarrierForNumber and GetGeocodingForNumber
- Update for libphonenumber v8.9.8
- updated metadata for v8.9.7
- update metadata for v8.9.6
- update metadata for v8.9.5
- Fix maybe strip extension, thanks @vlastv