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.

71 lines
1.3 KiB

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