Skip to content

Promises v3 Checklist #1149

Closed
Closed
@valzargaming

Description

@valzargaming

Per https://github.com/reactphp/promise/releases/tag/v3.0.0

Irrelevant:

  • Existing instances of FulfilledPromise and RejectedPromise classes must be updated to use resolve() and reject() functions instead
  • Existing instances of LazyPromise should be removed
  • Any instances of some(), map(), and reduce() functions must be replaced with the any() or all() functions (I don't think we use these)

Breaking changes:

Non-breaking changes:

  • otherwise() and always() are deprecated, replaced by catch() and finally() (only instance I could find was Discord.php)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions