Skip to content

Latest commit

 

History

History
86 lines (66 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

86 lines (66 loc) · 1.67 KB

v1.0.36

  • Update for upstream metadata v8.10.7

v1.0.35

  • update metadata for v8.10.4 release
  • update AR test number to valid AR fixed line

v1.0.34

  • update travis file

v1.0.33

  • remove goreleaser since we no longer use docker for test deploys
  • latest google metadata

v1.0.32

  • add /functions to gitignore
  • update to latest google metadata

v1.0.31

  • update to latest metadata v8.10.1, test case changes validated against google lib
  • add link in readme to test function

v1.0.30

  • fix FormatByPattern with user defined pattern. Fixes: #16

v1.0.29

  • update metadata v8.9.16 (test diff validated against python lib)

v1.0.28

  • update metadata to v8.9.14, fix go.mod dependency

v1.0.27

  • update to metadata v8.9.13, remove must dependency

v1.0.26

  • Fix cache strict look up bug and unify cache management, thanks @eugene-gurevich

v1.0.25

  • 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

v1.0.24

  • update to metadata for v8.9.10

v1.0.23

  • add GetSupportedCallingCodes
  • return sets as map[int]bool instead of map[int]struct{}

v1.0.22

  • add GetCarrierForNumber and GetGeocodingForNumber

v1.0.21

  • Update for libphonenumber v8.9.8

v1.0.20

  • updated metadata for v8.9.7

v1.0.19

  • update metadata for v8.9.6

v1.0.18

  • update metadata for v8.9.5

v1.0.17

  • Fix maybe strip extension, thanks @vlastv