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: ezypeeze/nuxt-neo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: ezypeeze/nuxt-neo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.0
Choose a head ref
  • 2 commits
  • 25 files changed
  • 1 contributor

Commits on Mar 28, 2019

  1. * feat(handlers): support both client and server side success and err…

    …or handlers
    
    * feat(nuxt-error-page): add nuxt error page function resolver as errorHandler parameter
    * feat(http-error-classes): addhttp error classes both on server and client side
    * fix(controller): convert camelCase controller file name to dash case (for route url's endpoint)
    * chore(dependencies): upgrade devDependencies (including nuxt)
    
    BREACKING CHANGES:
    * **responseMiddleware** is now called **successHandler** (**successHandler** function was removed) (used both on client and server side)
    * **errorHandler** is now a string (file path), instead of a function (used both on client and server side)
    * **successResponse** was renamed to serverSuccessResponse
    * **errorResponse** was renamed to **serverErrorResponse**
    * **notFoundRouteResponse** was renamed to **serverNotFoundRouteResponse**
    ezypeeze committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    5cac483 View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0

    ezypeeze committed Mar 28, 2019
    Configuration menu
    Copy the full SHA
    4fab089 View commit details
    Browse the repository at this point in the history
Loading