Skip to content

v0.6.0

Compare
Choose a tag to compare
@lilyball lilyball released this 27 Apr 06:53
· 63 commits to master since this release
  • Make DelayedPromise conform to Equatable (#37).
  • Add convenience functions for working with Swift.Result (#39).
  • Mark all the deprecated functions as unavailable instead. This restores the ability to write code like promise.then({ foo?($0) }) without it incorrectly resolving to the deprecated form of map(_:) (#35).
  • Rename Promise.init(result:) and Promise.init(on:result:after:) to Promise.init(with:) and Promise.init(on:with:after:) (#40).