Releases: hoko/hoko-ios
Releases · hoko/hoko-ios
Version 2.5.0
Version 2.3.0
Changelog:
- Added
unique
parameter toHOKDeeplink
. - Added iOS 9 Deferred Deeplinking logic.
- Changed
setup
method to a singlecustomDomain
parameter instead of multiplecustomDomains
. - Added some JSON safety checks
- Better AppDelegate finding and verbosity when it is not found.
Version 2.2
Changelog:
- Filtering functionality added throught
addFilterBlock:
calls. - Added
currentDeeplink
property to HOKDeeplinking. - Added
openCurrentDeeplink
function to HOKDeeplinking. - Added
openDeeplink:
function to HOKDeeplinking. - Minor bugfixes
Version 2.1.1
Changelog:
- Added better Smartlink analytics for Universal Links
Version 2.1 - Metadata passing
Major changes:
- Added metadata passing through Smartlink generation and Smartlink opening
Minor changes:
- Bugfix on old class loading from file (HKNetworkOperation changes into HOKNetworkOperation causing some problems)
Version 2.0.2
Fixed handling issues occurring in previous version.
Version 2.0.1
Added Universal Links Support
Version 2.0
Major SDK Changes:
- Removed Analytics and Push Notification modules.
- Renamed HK prefix to HOK due to HealthKit conflicts.
- Added Smartlink resolver
Minor changes:
- Some swift import issues have been fixed when importing as Framework instead of Cocoapods
- Safer AppDelegate lookup.
- Minor bugfixes along the way.
Version 1.2.1
Minor bugfixes
Version 1.2 - Deferred Deeplinking
Added:
- Deferred Deeplinking