rill v7.0.0 Release Notes

Release Date: 2017-11-18 // over 6 years ago
    • 🔄 Changes to handling URLS with a hash in @rill/http.
      • No longer intercept hash changes (allows for default browser action).
      • No longer add hash to req.url or req.headers.referer for consistency with server side http.
      • Removes built in smooth scrolling on urls with a hash.
    • 0️⃣ res.status now starts as undefined instead of 404. (Will still default to 404 if no body set during response).
    • ctx.fail and ctx.assert no longer set res.status or res.message if the error was caught.
    • ⬇️ Drop official support for IE9.
    • ✂ Remove official bower support.
    • No longer provide prebuilt bundle.
    • Fully convert project to typescript. (Autocomplete for VSCode!)
    • 👕 Setup tslint and prettier for formatting.