Releases: ennioma/arek
Releases · ennioma/arek
Fix and Xcode9 compatibility
[x] Fixed an important issue with push notifications request
[x] Arek is compatible with Xcode9
1.3.0
1.2.2
- the init method
public override init(configuration: ArekConfiguration? = nil, initialPopupData: ArekPopupData? = nil, reEnablePopupData: ArekPopupData? = nil)
has been exposed for every permission type
- now the third party developer can choose between two possible popups for pre/re-enable popups: native and PMAlertController
- every message used in the popups is now localized
1.2.0
1.0.0
0.9.1
0.9.0 - major refactoring
- public to open
- no self.permission = self (memory leak)
- NSLog to print
- code moved to base with reference to protocol
- fix ArekContacts
- added ArekSpeachRecognizer
- demo examples updated
- updated README and podspec to 0.9.0