-
Notifications
You must be signed in to change notification settings - Fork 482
Update Log
iziz edited this page Aug 3, 2015
·
27 revisions
- Update metadata from libphonenumber-66b388c
- Add method "getSupportedRegions"
- Remove static regular expression variables.
- Add isSuccessfulFormatting for "NBAsYouTypeFormatter"
- UnitTest code only work for Testing target.
- Update "NBAsYouTypeFormatter" from libphonenumber's changes.
- Remove deprecation mark for sharedInstance.
- Update metadata from libphonenumber-7.0.5
- Fix metadata concurrency issue.
- Update metadata from libPhoneNumber (2014-02-21)
- Static variable initialization and check its accessibility.
- Add deprecated method for backward compatibly.
- NBMetadataHelper has one NBPhoneMetadata instance for cache.
- Remove singleton methods.
Use
[[NBPhoneNumberUtil alloc] init];
instead of
+ (NBPhoneNumberUtil*)sharedInstance;
+ (NBPhoneNumberUtil*)sharedInstanceForTest;
+ (NBPhoneNumberUtil*)sharedInstanceWithBundle:(NSBundle *)bundle;
+ (NBPhoneNumberUtil*)sharedInstanceForTestWithBundle:(NSBundle *)bundle;
- (instancetype)initWithBundle:(NSBundle *)bundle metaData:(NSString *)metaData;
- Remove plist metadata files.
- Add Metadata classes.