Skip to content

Releases: ezypeeze/nuxt-neo

v2.0.0

16 Jul 15:00
Compare
Choose a tag to compare

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

03 Jul 13:39
Compare
Choose a tag to compare

Features

  • feat(clientSideApiHandler): add app object (root vue instance) in clientSideApiHandler param.

v1.2.1

12 Jun 14:27
Compare
Choose a tag to compare

Bug Fixes

  • make calls on server and client side arguments uniform. (411ef11)

v1.2.0

12 Jun 12:13
Compare
Choose a tag to compare

Features

  • bodyParsers: add body parsers middleware option (using express/body-parsers lib or custom handler). #1 (e9cb273)

v1.1.0

06 Jun 13:22
Compare
Choose a tag to compare

Features

  • responseMiddleware: add responseMiddleware (both client and server side) to perform actions to payload, uniformly (b5083b5)

v1.0.2

04 Jun 11:01
Compare
Choose a tag to compare

Bug Fixes

  • arguments call of controllers tree functions in client side (dc558b4)

v1.0.1

28 May 13:51
Compare
Choose a tag to compare

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

28 May 10:36
Compare
Choose a tag to compare
  • 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

26 May 14:03
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • 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

v0.0.3

14 May 11:38
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
chore(release): 0.0.3