Skip to content

v0.3.4

Compare
Choose a tag to compare
@lilyball lilyball released this 15 Nov 02:29
· 108 commits to master since this release
  • Add PromiseInvalidationToken.cancelWithoutInvalidating(). This method cancels any associated promises without invalidating the token, thus allowing for any onCancel and always handlers on the promises to fire (#23).
  • Add missing PromiseObjCPromise bridging methods for the case of Value: AnyObject, Error == Swift.Error (#24).