Skip to content

Promise 1.0.0

Compare
Choose a tag to compare
@aantron aantron released this 24 Dec 02:43
· 57 commits to master since this release

Changes

  • Rename to reason-promise (7fd54ae).
  • Rename most of the APIs (20f45ef).
  • Change types to support chaining with -> (41c9a1b).

Additions

  • Helpers for Result and Option (#16).
  • tap, tapOk, tapError, tapSome (217e19e).
  • Infix operators (792564d).

Bugs fixed

  • Excessive bundle size (#39, reported Ozan Sener).