Skip to content

2.3.0

Compare
Choose a tag to compare
@vadymmarkov vadymmarkov released this 28 May 14:30
· 73 commits to master since this release
  1. Implement promise cancellation and failure policy to ignore cancelled error: #17
  2. Add recoverfunction that returns a new promise that can be used to continue the chain when an
    error was thrown: #18
  3. Expose a function that returns a promise with Void as a result type: #19