Ohm-Management - Projektarbeit B-ME
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.

HISTORY.md 1.0KB

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