All Versions
62
Latest Version
Avg Release Cycle
44 days
Latest Release
1331 days ago

Changelog History
Page 6

  • v0.6.3 Changes

    August 08, 2016
    • ๐Ÿ›  fixing to override default country when + passed in the beginning of phone
    • ๐Ÿ›  fixed error when int passed as phone number
    • ๐Ÿ›  fixed error when ";" passed as phone number
    • ๐Ÿ›  fixed area_code method behaviour
    • ๐Ÿ“š changed documentation to yard
  • v0.6.2 Changes

    June 14, 2016
    • ๐Ÿ›  fixed bug in international method when no country can be defined
  • v0.6.1 Changes

    June 04, 2016
    • โšก๏ธ updated data
    • โž• added method full_national which returns national number with extension
    • ๐Ÿ›  fixed methods returning formatted numbers with extension not to put ";" sign in case extension is empty
    • ๐Ÿ›  fixed international and e164 methods to return number with country code if it's not present in number
  • v0.6.0 Changes

    April 20, 2016
    • โšก๏ธ updated data
    • ๐Ÿ›  fixed bad behaviour, when country valid regex didn't match, but some type's regex was matching
    • โž• added more strict behaviour when country passed - don't try to detect country when it was specified for parsing
  • v0.5.6 Changes

    March 07, 2016
    • โšก๏ธ updated data
    • โž• added flag Phonelib.strict_check to disable sanitizing of phone number being passed for parsing
    • โž• added boolean param for national and international methods, if false passed, it will return unformatted phone representation
  • v0.5.5 Changes

    January 16, 2016
    • โšก๏ธ updated data
  • v0.5.4 Changes

    November 03, 2015
    • fixed bug in validator for types when type is :fixed_or_mobile
    • added full_e164 and full_international methods to return phone number with extensions
    • โž• added Phonelib.extension_separator= method to define extension separator while formatting
    • added Phonelib.extension_separate_symbols= method to define extension separating symbols for parsing
  • v0.5.2 Changes

    October 07, 2015
    • ๐Ÿ›  Fixed parsing with national code for CN
  • v0.5.1 Changes

    October 07, 2015
    • โž• Added setting to use special numbers types for phone parsing. Disabled by default. In order to enable use Phonelib.parse_special = true in initializer.
    • ๐Ÿ›  Fixed behaviour of double country codes in phones for IN, DE, BR
    • โšก๏ธ Updated phone data
  • v0.5.0 Changes

    September 04, 2015
    • โž• Added method valid_country for returning country for parsed phone just in case phone number was valid
    • ๐Ÿ”„ Changed behavior of method country, now it returns main country for international code in case there is such country, or first country from array
    • โž• Added local_number method to Phone, returns local number without area code
    • โž• Added area_code method to Phone, returns area code of phone or nil if none present for parsed number
    • โž• Added extension method to Phone, returns extension passed for parsing after # or ; signs
    • โšก๏ธ Updated phones data