First release under the PhoneNumberKit organization
(github.com/PhoneNumberKit/PhoneNumberKit). Continues the lineage from
marmelroy/PhoneNumberKit 4.2.13.
- UI components removed.
PhoneNumberTextFieldand the country-code picker moved to a separate package, PhoneNumberKitUI. See MIGRATION.md. - Raised platform minimums to iOS 13 / macOS 10.15 / tvOS 13 / watchOS 6.
- The
CountryCodePickerconfiguration type moved toPhoneNumberKitUI.
swift-tools-versionbumped to 5.9.- Added
Sendableconformances to value types where applicable. - Distribution is now Swift Package Manager only (CocoaPods and Carthage dropped).
- Core parsing, formatting, and validation APIs are unchanged.
- Metadata continues to track Google's libphonenumber, updated automatically.