You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
832 B

7 years ago
  1. 1.3.1 / 2016-01-17
  2. ==================
  3. * perf: enable strict mode
  4. 1.3.0 / 2014-08-09
  5. ==================
  6. * Add `parseurl.original` for parsing `req.originalUrl` with fallback
  7. * Return `undefined` if `req.url` is `undefined`
  8. 1.2.0 / 2014-07-21
  9. ==================
  10. * Cache URLs based on original value
  11. * Remove no-longer-needed URL mis-parse work-around
  12. * Simplify the "fast-path" `RegExp`
  13. 1.1.3 / 2014-07-08
  14. ==================
  15. * Fix typo
  16. 1.1.2 / 2014-07-08
  17. ==================
  18. * Seriously fix Node.js 0.8 compatibility
  19. 1.1.1 / 2014-07-08
  20. ==================
  21. * Fix Node.js 0.8 compatibility
  22. 1.1.0 / 2014-07-08
  23. ==================
  24. * Incorporate URL href-only parse fast-path
  25. 1.0.1 / 2014-03-08
  26. ==================
  27. * Add missing `require`
  28. 1.0.0 / 2014-03-08
  29. ==================
  30. * Genesis from `connect`