yarn nuxt 0.3.0
v0.3.0

latest releases: 3.11.2, 3.11.1, 3.11.0...
7 years ago

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

Don't miss a new nuxt release

NewReleases is sending notifications on new releases.