E5E0 Comparing v1.1.0...v1.1.1 · feathersjs/feathers · GitHub
[go: up one dir, main page]

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: feathersjs/feathers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: feathersjs/feathers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Jul 28, 2015

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

Commits on Sep 21, 2015

  1. Fix 404 not being properly thrown by REST provider

    The way the routes are created by the REST provider prevent 404 error being properly thrown.
    To reproduce, just run the feathers todo-list demo and browse to an URL like `/todos/foo/bar`, it won’t return a 404 as it should but a 200 without any content (because of the `app.use(uri, handler);` statement catching any URLs starting with `/todos`)
    loris committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    85b3a64 View commit details
    Browse the repository at this point in the history
  2. Add test case

    loris committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    912873d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. Merge pull request #146 from loris/patch-1

    Fix 404 not being properly thrown by REST provider
    daffl committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    85334f0 View commit details
    Browse the repository at this point in the history
  2. Update ignore dotfiles

    daffl committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    efb78b0 View commit details
    Browse the repository at this point in the history
  3. v1.1.1 changelog

    daffl committed Sep 22, 2015
    < 8786 /div>
    Configuration menu
    Copy the full SHA
    9da76c8 View commit details
    Browse the repository at this point in the history
  4. 1.1.1

    daffl committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    2e4884b View commit details
    Browse the repository at this point in the history
Loading
0