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: Ambrosiani/json-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Ambrosiani/json-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: update-deps
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 31, 2017

  1. update

    typicode committed Oct 31, 2017
    Copy the full SHA
    4021d74 View commit details
  2. fix

    typicode committed Oct 31, 2017
    Copy the full SHA
    13d8f97 View commit details
  3. update

    typicode committed Oct 31, 2017
    Copy the full SHA
    9be68ff View commit details
Showing with 2,088 additions and 1,141 deletions.
  1. +1,948 −1,064 package-lock.json
  2. +32 −30 package.json
  3. +6 −1 src/server/mixins.js
  4. +20 −5 src/server/router/plural.js
  5. +10 −2 src/server/router/singular.js
  6. +29 −27 test/cli/index.js
  7. +4 −1 test/server/plural-with-custom-foreign-key.js
  8. +25 −8 test/server/plural.js
  9. +14 −3 test/server/singular.js
Loading