Recent Releases of https://github.com/daddyz/phonelib
https://github.com/daddyz/phonelib -
- updated data
- fixed #343
- Ruby
Published by daddyz 8 months ago
https://github.com/daddyz/phonelib -
- updated data
- added option to parse international numbers with double leading zeros #338
- Ruby
Published by daddyz 11 months ago
https://github.com/daddyz/phonelib -
- fixed #336
- updated data
- Ruby
Published by daddyz 12 months ago
https://github.com/daddyz/phonelib -
- updated data
- added
timezonesmethod to return all possible timezones for valid phone number and verifiedtimezonemethod won't return array - fixed issue when carriers and geo names were incorrectly split into array like 'AT&T'
- performance improvements by #334
- Ruby
Published by daddyz about 1 year ago
https://github.com/daddyz/phonelib -
- updated data
- fixed issue #332
- Ruby
Published by daddyz about 1 year ago
https://github.com/daddyz/phonelib -
- fixed issue #325 and #326
- Ruby
Published by daddyz about 1 year ago
https://github.com/daddyz/phonelib -
- updated data
- fixed issue related to additional regexes definition
- Ruby
Published by daddyz about 1 year ago
https://github.com/daddyz/phonelib -
- updated data
- fixed issue with non-geographic numbers parsing #314
- removed duplicated phone_validator3.rb #323
- added frozen_string_literal magic header #322 #305
- memoized regexp in PhoneAnalyzer#country_code_candidates_for #317
- Ruby
Published by daddyz over 1 year ago
https://github.com/daddyz/phonelib -
- fixed issue with duplicate country code inconsistent parsing
- updated data
- Ruby
Published by daddyz over 1 year ago
https://github.com/daddyz/phonelib -
- fix to issue #303 , undocumented behavior changed for possible numbers
- Ruby
Published by daddyz over 1 year ago
https://github.com/daddyz/phonelib -
- updated data
- fixed issue with national prefix fix reported in #304, affects all countries parsing
- Ruby
Published by daddyz over 1 year ago
https://github.com/daddyz/phonelib -
- added
Phonelib.skip_eager_loading!method to disable eager loading of data - updated data
- Ruby
Published by daddyz about 2 years ago
https://github.com/daddyz/phonelib -
- updated data
- added Rails eager loading
- changed source of country names during import
- Ruby
Published by daddyz about 2 years ago
https://github.com/daddyz/phonelib -
- changed behaviour of
internationalandnationalmethods to return formatted string when number is possible - updated data
- Ruby
Published by daddyz over 2 years ago
https://github.com/daddyz/phonelib -
- fixed issue with multiple default countries order #278
- fixed issue with double country prefix #277
- Ruby
Published by daddyz almost 3 years ago
https://github.com/daddyz/phonelib -
- improved perfomance #274
- Allow disabling extension separator #269
- updated data
- Ruby
Published by daddyz almost 3 years ago
https://github.com/daddyz/phonelib -
- added
Phonelib.ignore_plusoption that allows to disable behaviour of auto country reset in case phone starts with + sign, country is specified but phone doesn't start with country prefix - updated data
- Ruby
Published by daddyz over 3 years ago
https://github.com/daddyz/phonelib -
- added option to define several default countries
- updated data
- Ruby
Published by daddyz over 3 years ago
https://github.com/daddyz/phonelib -
- updated data
- fixed issue with formatting linked to other countries
- Ruby
Published by daddyz about 4 years ago
https://github.com/daddyz/phonelib -
- updated data
- added
Phonelib.additional_regexesfeature allowing to add custom regex patterns for certain types. This should help to overcome an issue when pattern is still missing.
- Ruby
Published by daddyz almost 5 years ago
https://github.com/daddyz/phonelib -
- updated data
- added ruby 3 support
- Ruby
Published by daddyz about 5 years ago
https://github.com/daddyz/phonelib -
- updated data
- added
Phonelib.sanitize_regexconfig variable to control symbols for sanitizing during phone parsing
- Ruby
Published by daddyz about 5 years ago
https://github.com/daddyz/phonelib -
- updated data
- fixed issue #152, incorrect formatting of MX
- Ruby
Published by daddyz over 6 years ago
https://github.com/daddyz/phonelib -
- adding
Phonelib.strict_double_prefix_checkconfiguration variable to disable sanitizing of double prefix on passed phone number
- Ruby
Published by daddyz almost 7 years ago
https://github.com/daddyz/phonelib -
- added
==method - updated data
- Ruby
Published by daddyz almost 7 years ago
https://github.com/daddyz/phonelib -
- added option for
internationalande164related methods to accept prefix parameter, which is "+" by default - updated data
- Ruby
Published by daddyz almost 7 years ago
https://github.com/daddyz/phonelib -
- added
valid_country_namemethod to return country name where the parsed phone comes from (in case it's valid) country_specifierin validator can now be set as symbol and not only proc, review the documentation- updated data
- Ruby
Published by daddyz over 7 years ago
https://github.com/daddyz/phonelib -
- added
00as an international prefix, now you can pass number as
Phonelib.parse('0012015550123').valid? # => true
- updated data
- Ruby
Published by daddyz over 7 years ago
https://github.com/daddyz/phonelib -
- added
:countriesvalidator key that checks whether validated phone is within specified countries - updated data
- Ruby
Published by daddyz almost 8 years ago
https://github.com/daddyz/phonelib -
- added option to set multiple strings to
Phonelib.extension_separate_symbolsby passing an array. Refer to README. - updated data
- Ruby
Published by daddyz almost 8 years ago
https://github.com/daddyz/phonelib -
- added national prefix transformation rule to parsing process
- updated data
- Ruby
Published by daddyz almost 8 years ago
https://github.com/daddyz/phonelib -
- updated data
:extensionsoption added to validator, once set tofalsewill perform additional check if parsed phone has extension- fix of v0.6.14
- Ruby
Published by daddyz over 8 years ago