Skip to content

0.7.0

Compare
Choose a tag to compare
@jklmli jklmli released this 01 Jan 00:51

Breaking Changes

  • Future#map has changed its signature, now map<U>(f: (value: T) => U): Future<U>
  • Future#recover has changed its signature, now recover(fn: (e: Error) => T): Future<T>