Express v1.0.0rc3 Release Notes

Release Date: 2010-09-20 // over 13 years ago
    • Added confirmation for express(1) app generation. Closes #391
    • Added extending of flash formatters via app.flashFormatters
    • Added flash formatter support. Closes #411
    • Added streaming support to res.sendfile() using sys.pump() when >= "stream threshold"
    • Added stream threshold setting for res.sendfile()
    • Added res.send() HEAD support
    • Added res.clearCookie()
    • Added res.cookie()
    • Added res.render() headers option
    • Added res.redirect() response bodies
    • Added res.render() status option support. Closes #425 [thanks aheckmann]
    • Fixed res.sendfile() responding with 403 on malicious path
    • Fixed res.download() bug; when an error occurs remove Content-Disposition
    • Fixed; mounted apps settings now inherit from parent app [aheckmann]
    • Fixed; stripping Content-Length / Content-Type when 204
    • Fixed res.send() 204. Closes #419
    • Fixed multiple Set-Cookie headers via res.header(). Closes #402
    • Fixed bug messing with error handlers when listenFD() is called instead of listen(). [thanks guillermo]