Tags give the ability to mark specific points in history as being important
- Sort by
- Name
- Oldest updated
- Last updated
-
7.1.0 Add --offline command for live servers; simplify help layout
-
7.0.1 No longer using custom directories for pm2 files
-
7.0.0 Live server mode via pm2, better CLI, --global is now --staging
-
6.4.0 Add native support for the 404 to 302 technique (see 4042302.org)
-
6.3.0 Custom error pages feature
-
6.0.2 Update contributing section and mirror it in the readme
-
6.0.1 Minor refactoring
-
6.0.0 Name change; add Helmet to Express
-
2.0.1 Last version with HTTP2 support. - Remove erroneously-added console log statement
-
2.0.0 HTTP2 support (API-only)
-
1.0.7 Fix regression with automatic privileged port binding on Linux
-
1.0.5 API: you can now use https-server programmatically It exposes a `createServer` method that’s polymorphic with its namesake from the base `https` module and it provides a `serve` convenience method that uses Express to serve a static site at the passed directory and port (or the current directory at port 443 by default).
-
1.0.4 Uses nodecert v1.0.4 (with progress indication)
-
1.0.3 Node.js is automatically privileged to bind to ports < 1024
-
1.0.2 Upgrade to nodecert 1.0.3
-
1.0.1 Fixed: - Actually serves the requested folder instead of a hardcoded one 🤦 Added: - Support for manually-specifying the port