Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SEMVER-MAJOR] Switch from Bluebird to native Promise #1631

Merged
merged 1 commit into from Oct 8, 2018
Merged

Commits on Oct 5, 2018

  1. Switch from Bluebird to native Promise

    This is a breaking change. Juggler methods are no longer returning
    instances of Bluebird Promise, but return a native Promise instead.
    
    As a result, API consumers can no longer use sugar APIs provided by
    Bluebird, e.g. `spread`, `delay`, etc.
    
    Migration guide: rewrite your code from `.then()` style into `async`
    functions using `await` statements.
    bajtos committed Oct 5, 2018
    Copy the full SHA
    b6a43dd View commit details
    Browse the repository at this point in the history