All Versions
62
Latest Version
Avg Release Cycle
44 days
Latest Release
1331 days ago
Changelog History
Page 6
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
- ๐ fixed bug in
-
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
ande164
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
andinternational
methods, iffalse
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
andfull_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
- fixed bug in validator for types when type is
-
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
- โ Added setting to use special numbers types for phone parsing. Disabled by default. In order to enable use
-
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 toPhone
, returns local number without area code - โ Added
area_code
method toPhone
, returns area code of phone or nil if none present for parsed number - โ Added
extension
method toPhone
, returns extension passed for parsing after#
or;
signs - โก๏ธ Updated phones data
- โ Added method