Skip to content

1.2.0

Compare
Choose a tag to compare
@jsor jsor released this 27 Feb 19:23
· 415 commits to 3.x since this release
v1.2.0

This release makes the API more compatible with 2.0 while preserving full backward compatibility.

  • Introduce new CancellablePromiseInterface implemented by all promises.
  • Add new .cancel() method (part of the CancellablePromiseInterface).