Closed issues:
- Doesn't allow Phone Numbers starting with digit 6 or less. #235
- How can I use it in objectivec? #230
- Parsing phone numbers not working #228
- Lots of parsed numbers with no "type" #227
- is this project dead? #223
- Where we can download the compiled version of PhoneNumberKit ? #219
- XCode 9.1 support #185
- Carthage Error #183
- How to validate number without country code #182
- Swift 4 changes #181
- PhoneNumberKit doesn't handle autocomplete numbers #180
- SPM support? #177
- Not working in Swift 3 #175
- Validate a phone number #172
- do we have method to find numbers in text String which is there in google's libphonenumber #165
- [enhancement] Missing
isNumberMatch
method oflibphonenumber
library #154 - [Question] Formatting #150
Merged pull requests:
- Metadata override callback: API improvements #238 (marmelroy)
- Build settings: switch to Swift 4.2 and update to modern build settings #237 (marmelroy)
- Added Codable to PhoneNumber #220 (nichdu)
- [PhoneNumberTextField] Do not format text when the formatter is disabled #203 (polqf)
- Added custom path ability #188 (ashleybrgr)
2.1.0 (2017-11-26)
Fixed bugs:
- . #115
Closed issues:
- isValidNumber is confusing #176
- Swift 4: Renamed function range(at: ) to rangeAt() #171
- Issue with number not starting with + #170
- Amimono support #169
- Swift 4 - 'range(at:)' has been renamed to 'rangeAt(_:)' #168
- Error after migrating to Swift 4 #166
- Conversion to Swift 4 #163
- Xcode 9 cannot compile #162
- Issue with phone number "375336867646" in v1.3.0, working fine in v1.2.3. Metadata issue ? #161
- Swift 4: Cannot convert return expression of type '[Character]?' to return type '[String]?' #147
Merged pull requests:
- Added optional "+" prefix if it is omitted #184 (redcapua)
- Swift Package Manager Support #179 (Coledunsby)
- Fixed deprecation warnings new in Xcode 9.1 beta (9B37) caused by usage of string.characters #174 (dmcgloin)
- Fix carthage build #167 (sbystrov)
- multiple parse optionally returns not parsed phone numbers #138 (AlexandrTerentyev)
2.0.0 (2017-09-19)
Merged pull requests:
1.4.0 (2017-09-19)
Closed issues:
- can't parse number from South Africa? #157
1.3.0 (2017-07-23)
Closed issues:
- Possible discrepancy with libphonenumber when using leading 0 with AU number #132
Merged pull requests:
- National number property in partial formatter and text field #152 (phatmann)
- Make textFieldShould delegate methods open so users can override #151 (MattKiazyk)
- Support
maxDigits
property in PhoneNumberTextField #143 (phatmann) - Make textField:shouldChangeCharactersIn:range open #142 (phatmann)
- Override setText so number will be automatically formatted when setti… #134 (jwolkovitzs)
- Updated README.md according to issue #92 #133 (imanzarrabian)
1.2.3 (2017-04-11)
Closed issues:
- Is this project still supported? #130
- What exactly does ignoreType do? #129
- countryCode(for: <REGION_CODE>) not working correctly #128
- Parsing string containing numbers #127
- Extract Area Code from Phone numbers #124
- Expose some of
MetadataManager
#122 - Mobile number validation doesn't completely work #121
- In v0.85, it looks like formatting doesn't work. #120
- Get countryCode #119
- Mobile number is invalid #116
- Extension with semicolon not recognized #113
- Editable struct #111
- PhoneNumber struct has outdated documentation #102
- PhoneNumberTextField edit formatting error #101
- Parenthesis in national number #99
Merged pull requests:
- fixed issue #101 PhoneNumberTextField edit formatting error #117 (jwolkovitzs)
- Support semicolon as extension separator #114 (appsforall)
- Fix a
UIApplicationDelegate
method signature. #104 (artyom-stv) - add isPartialFormatterEnabled check for PhoneNumberTextField #98 (hongxinhope)
1.2.2 (2017-01-23)
Closed issues:
- Can't use it in Obj-C projects #109
- how can we change the international code/ area code colour change? #97
Merged pull requests:
- Link CoreTelephony only on supported platforms. #110 (jshier)
- Test must not made any assumption about the current locale. #107 (Jean-Daniel)
- Minor fixes. #105 (artyom-stv)
- Adopt
Equatable
andHashable
byPhoneNumber
. #103 (artyom-stv) - Tighten scope on the 'formatter' variable #100 (sweetmandm)
1.2.1 (2016-12-16)
Closed issues:
Merged pull requests:
1.2.0 (2016-12-13)
1.1.1 (2016-12-12)
Closed issues:
- Examples don't work. #93
- [HELP NEEDED] How do I preset values for PhoneNumberTextField? #88
- make it as extension #78
- Importing PhoneNumberKit causes compile errors #74
- parseMultiple returns before SynchronizedArray has finished appending phone numbers #62
- PhoneNumberKit doesn't recognize extensions with fewer than three characters #13
1.1.0 (2016-12-04)
Fixed bugs:
- PhoneNumberKit still parses type with ignoreType set to true #92
Closed issues:
1.0.5 (2016-12-03)
1.0.4 (2016-12-02)
Closed issues:
- I need to format a "test" phone number to E164 but parse() throws #77
- [Swift 3] Subclass PhoneNumberTextField #76
1.0.3 (2016-11-29)
Closed issues:
Merged pull requests:
1.0.2 (2016-11-28)
Closed issues:
- swift 3 build errors #85
- Do we have getCountryCodeForRegion Function #84
- Unrecognized selector crash in PhoneNumberTextField #82
- Change PhoneNumberTextField access to open to allow overriding #73
- PartialFormatter has wrong access level to its initializers #72
- PhoneNumber name collisions #50
Merged pull requests:
- Ensure convenience initialization works #87 (brianmichel)
- Fix crash when referencing delegate.textField() #83 (jrogers)
- Added ability to parse phone number without throwing "unknown type" exception #81 (sorth-hiya)
- correct bug for swift 3 in operation queue #80 (cemonet)
1.0.1 (2016-10-03)
Closed issues:
1.0.0 (2016-10-02)
Closed issues:
- PhoneNumberTextField issue with US default region. #71
- Swift migtation #68
- Not building in Xcode 8 #66
- can't build with Xcode 8 #65
- Missing country #61
- Not working in Simulator #59
Merged pull requests:
- Add NSRegularExpression+Swift.swift to macOs, watchOS, tvOS targets a… #67 (adamkornafeld)
- Update to Xcode 8 GM #63 (davbeck)
- Updated for Xcode 8 beta 6 #60 (davbeck)
0.8.5 (2016-08-06)
Closed issues:
- Maximum Characters for PhoneNumberTextField #58
- Number phone template from region #57
- Detecting wrong country code from phone number #54
- Add framework archive to release #15
Merged pull requests:
- Set correct region when validating phone number #56 (Bomb3rman)
- Add macOS, watchOS, tvOS targets #53 (adamkornafeld)
0.8.4 (2016-06-01)
Closed issues:
- Incompatible with pod "BlocksKit" #49
- Detection of UK Numbers doesn't work in 99% of real world use cases #47
- Expected Declaration error #46
- Do not submit apps with GCC-style coverage #45
Merged pull requests:
0.8.3 (2016-05-05)
Closed issues:
- AsYouType #43
0.8.2 (2016-05-04)
0.8 (2016-04-29)
Fixed bugs:
Closed issues:
- dependency problem? #44
- Allow to separate a PhoneNumber's country prefix from the rest #32
- Can't dissociate a possible phone number from a valid phone number #30
Merged pull requests:
- Fix PartialFormatter for regions that are not the main country #42 (fikus)
- Fix wrong region code uses #41 (dulacp)
0.7 (2016-03-27)
Closed issues:
- ParseOperationValueProvider - expected declaration error #39
- 0.6.4 is not compiling anymore #37
- Determination of PhoneNumber.type is incorrect #34
Merged pull requests:
- Fixes for PhoneNumber type determination #40 (fikus)
- Don't use possible number pattern to determine number type #36 (fikus)
0.6.4 (2016-03-23)
Closed issues:
- Partial Formatter not parsing correctly numbers from Mexico Region #35
0.6.3 (2016-03-17)
Closed issues:
- Cannot modify PhoneNumberTextField delegate. #26
Merged pull requests:
- Implement regionCodeForNumber #33 (fikus)
- Make Constants public for easier subclassing #31 (danielrhodes)
- improvements to PartialFormatter region prediction #28 (dr-skot)
- PhoneNumberTextField consults delegate before editing, and reports currentRegion and isValidNumber #27 (dr-skot)
0.6.2 (2016-02-21)
Closed issues:
Merged pull requests:
- Minor text field delegate refactor #23 (codytwinton)
- Adds send of UIControlEvents.EditingChanged for PhoneNumberTextField #22 (nrako)
0.6.1 (2016-02-12)
Closed issues:
Merged pull requests:
0.6 (2016-02-11)
Merged pull requests:
- Fixed typo in PhoneNumberError description. #19 (dmcgloin)
- Fixed deprecation warnings encountered with Xcode version 7.3 beta 2 … #18 (dmcgloin)
0.3 (2016-01-20)
Closed issues:
- Make PartialFormatter public #17
- Memory leak #16
- Cocoapod install error #12
- Conflict with GooglePlacesAutocomplete #11
0.2 (2015-12-13)
Closed issues:
- Add a FixedLineOrMobile type #9
Merged pull requests:
- Fix crash when passing phone number with plus to `extractPotentialCou… #10 (Constantine-Fry)
0.1.7 (2015-11-21)
Closed issues:
- PNK fails to identify an improper number #8
0.1.6 (2015-11-06)
0.1.5 (2015-11-06)
Merged pull requests:
0.1.4 (2015-11-02)
Closed issues:
- fatal error: unexpectedly found nil while unwrapping an Optional value #5
Merged pull requests:
0.1.3 (2015-11-01)
Merged pull requests:
- Update README.md #4 (kostiakoval)
0.1.2 (2015-10-30)
Merged pull requests:
0.1 (2015-10-27)
Closed issues:
- Images for README #1
* This Change Log was automatically generated by github_changelog_generator