Releases: hiblaphp/promise
Releases · hiblaphp/promise
1.0.0-beta.5
- Fix bug where outer promise are not properly propagated on its cancellation in forwardCancellation().
Full Changelog: 1.0.0-beta.4...1.0.0-beta.5
1.0.0-beta.4
- Added new Cancellation related utility methods in Promise Class
Full Changelog: 1.0.0-beta.3...1.0.0-beta.4
1.0.0-beta.3
What's Changed
- Reduce duplication, tighten exception handling, and correct concurrency defaults by @jeffreybulanadi in #5
New Contributors
- @jeffreybulanadi made their first contribution in #5
Full Changelog: 1.0.0-beta.2...1.0.0-beta.3
1.0.0-beta.2
- Fix inconsistency where cancelled check is not true during isSettled check.
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
1.0.0-beta.1
- Ready now for beta release
1.0.0-alpha.2
update composer dependency
1.0.0-alpha.1
- Initial alpha release of Hibla Promise Library