Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Latest commit

 

History

History
49 lines (30 loc) · 2 KB

CHANGELOG.md

File metadata and controls

49 lines (30 loc) · 2 KB

2.1.2 (2023-05-04)

Bug Fixes

  • ios: declare error codes enum within main class (1d83826)

2.1.1 (2022-03-13)

Bug Fixes

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