New
- Deprecated exception catching in
BFTask
. This feature will be removed in1.9.0
.
Read here on the motivation and follow the discussion.
#251 by Nikita Lutsenko - Added temporary API to opt-out from automatic
BFTask
exception catching.
#251 by Nikita Lutsenko - Added no-side-effects version of
BFAppLinkNavigation.-navigate:
andBFAppLinkNavigation.-navigateToAppLink:error:
.
#245 by Bruno de Carvalho
Improved
- Improved naming for
BFContinuationBlock
to avoid local variable shadowing.
#258 by Nikita Lutsenko
Fixed
- Fixed exposure of internal headers in AppLinks subspec.
#254 by Nikita Lutsenko - Fixed potential spurious thread wakeup when using
BFTask.-waitUntilFinished
.
#247 by Nikita Lutsenko