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 954B

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