Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@Atinux Atinux released this 10 Nov 01:25

Features

  • Breaking change: ./static/ folder is now mapped to /, this to allows to have robots.txt files or sitemap.xml, since there is no main reason to not map it to /
  • Breaking change: nuxt.renderRoute(route, context) send back an object with html and error instead of the html
  • Nuxt.js is now serving the static folder from its render(req, res) function (instead of the server used by nuxt-dev and nuxt-start), this to keep consistency in the behaviour of nuxt

Misc

  • Update with-ava example to check when the app sent back an error from the server
  • Update exit status to 1 when app fail to respect standard