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.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. 2.3.0 / 2015-05-26
  2. ==================
  3. * Add defined behavior for HTTP `CONNECT` requests
  4. * Add defined behavior for HTTP `Upgrade` requests
  5. * deps: ee-first@1.1.1
  6. 2.2.1 / 2015-04-22
  7. ==================
  8. * Fix `isFinished(req)` when data buffered
  9. 2.2.0 / 2014-12-22
  10. ==================
  11. * Add message object to callback arguments
  12. 2.1.1 / 2014-10-22
  13. ==================
  14. * Fix handling of pipelined requests
  15. 2.1.0 / 2014-08-16
  16. ==================
  17. * Check if `socket` is detached
  18. * Return `undefined` for `isFinished` if state unknown
  19. 2.0.0 / 2014-08-16
  20. ==================
  21. * Add `isFinished` function
  22. * Move to `jshttp` organization
  23. * Remove support for plain socket argument
  24. * Rename to `on-finished`
  25. * Support both `req` and `res` as arguments
  26. * deps: ee-first@1.0.5
  27. 1.2.2 / 2014-06-10
  28. ==================
  29. * Reduce listeners added to emitters
  30. - avoids "event emitter leak" warnings when used multiple times on same request
  31. 1.2.1 / 2014-06-08
  32. ==================
  33. * Fix returned value when already finished
  34. 1.2.0 / 2014-06-05
  35. ==================
  36. * Call callback when called on already-finished socket
  37. 1.1.4 / 2014-05-27
  38. ==================
  39. * Support node.js 0.8
  40. 1.1.3 / 2014-04-30
  41. ==================
  42. * Make sure errors passed as instanceof `Error`
  43. 1.1.2 / 2014-04-18
  44. ==================
  45. * Default the `socket` to passed-in object
  46. 1.1.1 / 2014-01-16
  47. ==================
  48. * Rename module to `finished`
  49. 1.1.0 / 2013-12-25
  50. ==================
  51. * Call callback when called on already-errored socket
  52. 1.0.1 / 2013-12-20
  53. ==================
  54. * Actually pass the error to the callback
  55. 1.0.0 / 2013-12-20
  56. ==================
  57. * Initial release