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

Added feature to bind on stream emits via options #18

Merged
merged 7 commits into from Jul 9, 2018
Merged

Commits on Jul 3, 2018

  1. Added feature to bind on stream emits via options

    Adds feature to:
    
    request.defaults({
      bindOn: { request: console.log }
    });
    shamasis committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    c8153f8 View commit details
    Browse the repository at this point in the history
  2. Added start Event

    shamasis committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    8c01d1e View commit details
    Browse the repository at this point in the history
  3. Fix event name typo

    shamasis committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    c973e5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c4b44a View commit details
    Browse the repository at this point in the history
  5. Corrected lint errors 👕

    kunagpal committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    7267b80 View commit details
    Browse the repository at this point in the history
  6. 2.86.1-postman.2-beta.1

    kunagpal committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    04f61df View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2018

  1. Merge branch 'master' into feature/bindOn

    * master:
      Update test certificates
      2.87.1
      Update changelog
      2.87.0
      Replace hawk dependency with a local implemenation (request#2943)
    kunagpal committed Jul 9, 2018
    Configuration menu
    Copy the full SHA
    e9797e7 View commit details
    Browse the repository at this point in the history