Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.36 KB

CHANGELOG.md

File metadata and controls

35 lines (24 loc) · 1.36 KB

2.1.0 (2022-02-17)

Features

  • add baseCountryCode option for normalizing phonenumbers (#21) (36e50ff)
  • Add support for organizationName (#19) (d6e45c4)

2.0.3

  • Rename definition File to work on case-sensitive file system #11

2.0.2

  • Fix typo

2.0.1

  • Fix iOS Phone Type (closes #9)

2.0.0

  • rawId added to contact object on android
  • pick Method added
  • save Method added
  • delete Method added
  • requestWritePermission Method added (android only)
  • hasPermission now also return result for write permission (same like read on iOS)

Breaking Changes:

  • PhoneNumber's now returns an array of objects (see here)

1.1.0

  • Fields can be specified (Breaking: phoneNumbers disabled by default)
  • emails field added

1.0.0

  • Initial Release