Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: michaelkrone/request-context
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: michaelkrone/request-context
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 11 files changed
  • 1 contributor

Commits on Sep 7, 2016

  1. chore(ignores): add vscode folder

    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    8de89cb View commit details
    Browse the repository at this point in the history
  2. feat(es6): use const and let

    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    54a2e09 View commit details
    Browse the repository at this point in the history
  3. chore(version): bump to 1.0.0

    older node versions will have to stick with 0.1.6
    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    1f11202 View commit details
    Browse the repository at this point in the history
  4. chore(build): add travis config, fix doc comment

    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    ebef3e8 View commit details
    Browse the repository at this point in the history
  5. chore(build): make 'test' the default task

    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    0a12fb0 View commit details
    Browse the repository at this point in the history
  6. docs(source): updated

    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    35c6204 View commit details
    Browse the repository at this point in the history
  7. docs(readme): add travis badge

    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    ec91189 View commit details
    Browse the repository at this point in the history
  8. docs(readme): add link to online documentation

    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    7d0e3ff View commit details
    Browse the repository at this point in the history
  9. feat(headers): check if headers have been sent

    check if headers have been sent before closing the connection
    add hint to default connect/express error middleware
    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    ff240fe View commit details
    Browse the repository at this point in the history
  10. docs(readme): update object path examples

    Michael Krone committed Sep 7, 2016
    Configuration menu
    Copy the full SHA
    8708aed View commit details
    Browse the repository at this point in the history
Loading