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

Bluebird remove return, reflect, fromCallback #3483

Merged
merged 6 commits into from Oct 25, 2019

Commits on Oct 22, 2019

  1. refactor(bluebird): remove Bluebird.return usage

    maxeljkin committed Oct 22, 2019
    Copy the full SHA
    5bf71c0 View commit details
    Browse the repository at this point in the history
  2. refactor(bluebird): remove Bluebird.reflect usage

    maxeljkin committed Oct 22, 2019
    Copy the full SHA
    bba264a View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    01b3b64 View commit details
    Browse the repository at this point in the history
  4. fix(mysql): remove unsubscription for connection

    maxeljkin committed Oct 22, 2019
    Copy the full SHA
    cb5eff3 View commit details
    Browse the repository at this point in the history
  5. refactor: replace bind with arrow function

    maxeljkin committed Oct 22, 2019
    Copy the full SHA
    3269fb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2019

  1. fix(mysql): return back removeAllListeners

    But with defer, to match all behavior
    maximelkin committed Oct 25, 2019
    Copy the full SHA
    c0204b5 View commit details
    Browse the repository at this point in the history