Skip to content

Releases: async-interop/promise

0.4.1

04 Mar 09:57
v0.4.1
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Simplified error handler
  • Fixed documentation

0.4.0

07 Jan 11:07
v0.4.0
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Defined what resolved means.
  • Changed namespace to AsyncInterop instead of Interop\Async
  • Improved wording to be more concise.

0.3.0

25 Dec 13:00
v0.3.0
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • Decouple specification from the loop specification by using a own error handler
  • Remove responsibility mixup, moved note about resolution with promises into META
  • Clarify Promise::when invocation documentation
  • Forbid callback invocations with strict types enabled
  • Fix callback invocation order requirement
  • Mandate synchronous callback invocation after resolution

0.2.0

14 Nov 19:03
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Interface renamed to Promise instead of Awaitable.

0.1.0

23 Sep 09:16
v0.1.0
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Initial draft.