Releases: ezypeeze/nuxt-neo
Releases · ezypeeze/nuxt-neo
v2.0.0
Features
- middleware: change middleware flow to make it more enrich/error based (db639dd)
Breaking Changes
- Middlewares changed behaviour to be able to work both client and server side. Check the documentation.
v1.3.0
Features
- feat(clientSideApiHandler): add app object (root vue instance) in clientSideApiHandler param.
v1.2.1
Bug Fixes
- make calls on server and client side arguments uniform. (411ef11)
v1.2.0
Features
- bodyParsers: add body parsers middleware option (using express/body-parsers lib or custom handler). #1 (e9cb273)
v1.1.0
Features
- responseMiddleware: add responseMiddleware (both client and server side) to perform actions to payload, uniformly (b5083b5)
v1.0.2
Bug Fixes
- arguments call of controllers tree functions in client side (dc558b4)
v1.0.1
Bug Fixes
- Error response handler handles now the proper error, instead of moving to nuxt error handling. (17b1974)
- Fixed docs basic-usage.md (add two 'export default' on client side api handler example) (ba06cdf)
v1.0.0
- Removed Services Module
- Removed submodules configuration.
- This package will take care only of the API initialization and access both from client and server side
- Updated documentation
v0.0.4
- Services are disabled by default
- Removed
asyncData
and fetch
helpers (now vue js root instance has $api injected (a.k.a app key))
- Controller tree is generated on every request
- Updated documentation