- perf: enable strict mode
- Add
parseurl.originalfor parsingreq.originalUrlwith fallback - Return
undefinedifreq.urlisundefined
- Cache URLs based on original value
- Remove no-longer-needed URL mis-parse work-around
- Simplify the "fast-path"
RegExp
- Fix typo
- Seriously fix Node.js 0.8 compatibility
- Fix Node.js 0.8 compatibility
- Incorporate URL href-only parse fast-path
- Add missing
require
- Genesis from
connect