Releases: deprecate/metal-promise
Releases · deprecate/metal-promise
3.0.3
Bug Fixes
- Fixed an issue where CancellablePromise.all(iterable) threw an error if a item of the iterable parameter is a boolean
Build changes
- Sources coming from closure-library/closure/goog/promise are exploded for easier update and the updating process has been recorded.
Check here the complete list of changes.
v3.0.2
Bugs
- Address issue where canceling a ProgressPromise would throw an error
Check here for the complete list of changes.
3.0.1
Bugs
- Makes sure that child promises of a ProgressPromise are also ProgressPromise
Check here the complete list of changes.
3.0.0
Improvements
- Introduces a new ProgressPromise
- Enables Travis Integration
Build changes
- The main entry point of the package has been changed to export both
CancellablePromise
andProgressPromise
, althoughCancellablePromise
is still exported asdefault
Check here the complete list of changes.