express-slash
Version:
Express middleware for people who are anal about trailing slashes.
24 lines (14 loc) • 495 B
Markdown
Express Slash Change History
============================
0.2.1 (2013-11-06)
------------------
* Add "modown" keywork to package.json
0.2.0 (2013-04-20)
------------------
* Changed the behavior of this middleware to be smarter about whether it should
check for a route matching the new URL path that ends *with* or *without* a
trailing slash.
* Limited this middleware to only attempt to handle GET and HEAD HTTP requests.
0.1.0 (2013-03-09)
------------------
* Initial release.