Express v5.0.0 Release Notes

Release Date: 2018-10-27 // over 5 years ago
  • ๐Ÿš€ This is the seventh Express 5.0 alpha release, based off 4.16.4 and includes
    ๐Ÿ”„ changes from 5.0.0-alpha.6.

    ๐Ÿ‘ The major change with this alpha is the basic support for returned, rejected
    Promises in the router.

    • โœ‚ remove:
      • path-to-regexp dependency
    • deps: [email protected]
      • Add DEBUG_HIDE_DATE environment variable
      • Change timer to per-namespace instead of global
      • Change non-TTY date format
      • Remove DEBUG_FD environment variable support
      • Support 256 namespace colors
    • deps: [email protected]

Previous changes from v5.0.0-alpha.6

  • ๐Ÿš€ This is the sixth Express 5.0 alpha release, based off 4.15.5 and includes
    ๐Ÿ”„ changes from 5.0.0-alpha.5.

    • โœ‚ remove:
      • res.redirect(url, status) signature - use res.redirect(status, url)
      • res.send(status, body) signature - use res.status(status).send(body)
    • deps: router@~1.3.1