Ein Projekt das es ermöglicht Beerpong über das Internet von zwei unabhängigen positionen aus zu spielen. Entstehung im Rahmen einer Praktikumsaufgabe im Fach Interaktion.
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.2KB

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