v0.3.4
- Add
PromiseInvalidationToken.cancelWithoutInvalidating()
. This method cancels any associated promises without invalidating the token, thus allowing for anyonCancel
andalways
handlers on the promises to fire (#23). - Add missing
Promise
↔ObjCPromise
bridging methods for the case ofValue: AnyObject, Error == Swift.Error
(#24).