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

Updating library for asynchronous support through promises #171

Merged
merged 4 commits into from
Feb 28, 2017

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    aa56b76 View commit details
    Browse the repository at this point in the history
  2. Updating tests with promise-chain keeping functionality to pass

    This required some updates to the core code to make sure the promise chain and corresponding values are always passed appropriately
    ajcrites committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    3f4cd29 View commit details
    Browse the repository at this point in the history
  3. Updating README, CHANGELOG, and UPGRADING with specifics about new async

    Also updated library to ignore value returned from handler as this would be considered an exception to response.send
    ajcrites committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    14ca2f8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    244cad9 View commit details
    Browse the repository at this point in the history