All Versions
10
Latest Version
Avg Release Cycle
82 days
Latest Release
2192 days ago
Changelog History
Changelog History
-
v0.3.2 Changes
September 25, 2017- ๐ Fixes 10 warnings in Xcode 9 by Damien Legrand
-
v0.3.1 Changes
January 10, 2017- ๐ Fixed crash in social profile URL. Thanks to Daniel Duan for fix
-
v0.3.0 Changes
November 27, 2016- ๐ Fixed crash with
url
property ofAPSocialProfile
. Thanks to Kyle Zaragoza for issue - โ Added custom error to notify developer that user had denied access to address book. Thanks to Jade Mulholland for issue
- โ Removed deprecated methods
- ๐ Fixed crash with
-
v0.2.3 Changes
January 14, 2016- โ Added contact dates with original and localized labels. Thanks to Alexandre P. for pull request.
-
v0.2.2 Changes
January 05, 2016- โ Added original and localized labels to contact address
-
v0.2.1 Changes
October 12, 2015- ๐ Fixed request access callback when
ABAddressBookRef
isn't initialized. Thanks to Gilad Gurantz for pull request. - ๐จ Refactored contact list building.
- ๐ Fixed request access callback when
-
v0.2.0 Changes
October 05, 2015- โ Added nullability. Thanks to Anthony Miller for pull request.
- Replaces
NSArray
with generics. - โ Added method to load contact photo
- ๐จ Refactored
APContact
properties andAPType
fields
-
v0.1.14 Changes
September 29, 2015- ๐ Fixed thread dealloc bug. Thanks to M. Utku Altinkaya for found issue.
-
v0.1.13 Changes
September 23, 2015- โ Added contact birthday and contact website. Thanks to Jean Lebrument for pull requests.
- โ Added contact source. Thanks to John Donley for pull request.
- โ Added contact related persons. Thanks to Michael Kuck for pull request.
- โ Added 'emails with labels'. Thanks to Sean Langley for pull request.
-
v0.1.12 Changes
September 22, 2015- โ Added thread safety
- ๐จ Refactored
- โฌ๏ธ Dropped iOS 5 support