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: ladjs/koa-404-handler
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.0.2
Choose a base ref
...
head repository: ladjs/koa-404-handler
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 1, 2018

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

Commits on May 22, 2021

  1. Remove redundant emit call

    As ctx.throw() throws an exception, we will never return from the call and emit() is never called. Thus, it can be removed entirely.
    
    Fixes #4
    oliversalzburg committed May 22, 2021
    Configuration menu
    Copy the full SHA
    9176be1 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Merge pull request #5 from oliversalzburg/fix/emit

    Remove redundant emit call
    niftylettuce authored Dec 3, 2021
    Configuration menu
    Copy the full SHA
    b3807ea View commit details
    Browse the repository at this point in the history
  2. chore: bump deps

    niftylettuce committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    33bd49c View commit details
    Browse the repository at this point in the history
  3. v0.1.0

    niftylettuce committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    03f5a0e View commit details
    Browse the repository at this point in the history
Loading