Skip to content

Releases: daddyz/phonelib

v0.6.29

10 Feb 05:22
Compare
Choose a tag to compare
  • updated data

v0.6.28

03 Dec 05:13
Compare
Choose a tag to compare
  • updated data

v0.6.27

13 Nov 05:31
Compare
Choose a tag to compare
  • added valid_country_name method to return country name where the parsed phone comes from (in case it's valid)
  • country_specifier in validator can now be set as symbol and not only proc, review the documentation
  • updated data

v0.6.26

15 Oct 04:37
Compare
Choose a tag to compare
  • updated data

v0.6.25

13 Sep 05:44
Compare
Choose a tag to compare
  • updated data

v0.6.24

30 Jul 04:28
Compare
Choose a tag to compare
  • added 00 as an international prefix, now you can pass number as
Phonelib.parse('0012015550123').valid? # => true 
  • updated data

v0.6.23

10 Jul 11:01
Compare
Choose a tag to compare
  • updated data

v0.6.22

23 May 04:30
Compare
Choose a tag to compare
  • added :countries validator key that checks whether validated phone is within specified countries
  • updated data

v0.6.21

12 Apr 04:41
Compare
Choose a tag to compare
  • added option to set multiple strings to Phonelib.extension_separate_symbols by passing an array. Refer to README.
  • updated data

v0.6.20

03 Apr 06:07
Compare
Choose a tag to compare
  • added national prefix transformation rule to parsing process
  • updated data