8000 Comparing v7.1.1...v7.2.1 · ZijianHe/koa-router · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: ZijianHe/koa-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.1.1
Choose a base ref
...
head repository: ZijianHe/koa-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.2.1
Choose a head ref
  • 11 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 15, 2017

  1. add _matchedRouteName to context

    sometimes route paths can be very long & convoluted, exposing the route
    name provides a saner alternative analytics
    Aditya committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    2969bc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2017

  1. fix bug in Router#url without affecting other api

    add related unit test(all passed)
    HeavenDuke committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    ba54c72 View commit details
    Browse the repository at this point in the history
  2. add router to ctx(in order to use related method such as url within k…

    …oa app).
    
    add related unit test(all passed)
    HeavenDuke committed Apr 25, 2017
    Configuration menu
    Copy the full SHA
    a5d6e3a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Configuration menu
    Copy the full SHA
    d18f023 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Merge pull request #337 from netroy/context-route-name

    add `_matchedRouteName` to context
    jbielick authored May 22, 2017
    Configuration menu
    Copy the full SHA
    ef4f275 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #350 from HeavenDuke/master

    Fix a bug in Router#url & append Router object to ctx.
    jbielick authored May 22, 2017
    Configuration menu
    Copy the full SHA
    256fade View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. update docs for #350 and #337

    jbielick committed May 23, 2017
    Configuration menu
    Copy the full SHA
    18db00d View commit details
    Browse the repository at this point in the history
  2. 7.2.0

    jbielick committed May 23, 2017
    Configuration menu
    Copy the full SHA
    210c055 View commit details
    Browse the repository at this point in the history
  3. fix badge url

    jbielick committed May 23, 2017
    Configuration menu
    Copy the full SHA
    e91b8ca View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2017

  1. respond to CORS preflights with 200, 0 length body

    https://stackoverflow.com/questions/14702962/can-an-http-options-request-return-a-204-or-should-it-always-return-200/31256072#31256072
    
    Respective RFCs do indicate an OPTIONS with no body should include a
    content-length 0 header and that a 204 response must not include a
    message body and must not send a content-length header in a 204.
    
    closes #359
    jbielick committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    11f6958 View commit details
    Browse the repository at this point in the history
  2. 7.2.1

    jbielick committed Jun 17, 2017
    Configuration menu
    Copy the full SHA
    22a2ccb View commit details
    Browse the repository at this point in the history
Loading
0