Skip to content

Commit

Permalink
Updated readme with version 0.0.7 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
belkevich committed Apr 19, 2014
1 parent 65135f4 commit 7711a3f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ Available fields:
* APContactFieldPhoto - *contact photo*
* APContactFieldThumbnail - *contact thumbnail*
* APContactFieldPhonesWithLabels - *contact phones with labels*
* APContactFieldCompositeName - *the concatenated value of prefix, suffix, organization, first name, and last name*
* APContactFieldAddresses - *array of user addresses*
* APContactFieldRecordID - *ID of record in iOS address book*
* APContactFieldDefault - *contact first name, last name and phones array*
* APContactFieldAll - *all contact fields described above*
### Note
> You should use `APContactFieldPhoto` very carefully, because it takes a lot of memory and may crash the application. Using `APContactFieldThumbnail` is much safer.
Expand Down Expand Up @@ -94,6 +98,13 @@ switch([APAddressBook access])

#### History

**Version 0.0.7**
* Added contact's concatenated name
Thanks to [Peter Robinett](https://github.com/pr1001) for pull request.
* Added contact's addresses
* Added contact's ID in iOS AddressBook
Thanks to [Cory Alder](https://github.com/coryalder) for pull request.
**Version 0.0.6**
* Added loading contacts on custom dispatch queue
Expand Down

0 comments on commit 7711a3f

Please sign in to comment.