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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. 2.1.7 / 2014-11-19
  2. ==================
  3. * Avoid errors from enumerables on `Object.prototype`
  4. 2.1.6 / 2014-10-16
  5. ==================
  6. * deps: etag@~1.5.0
  7. 2.1.5 / 2014-09-24
  8. ==================
  9. * deps: etag@~1.4.0
  10. 2.1.4 / 2014-09-15
  11. ==================
  12. * Fix content headers being sent in 304 response
  13. * deps: etag@~1.3.1
  14. - Improve ETag generation speed
  15. 2.1.3 / 2014-09-07
  16. ==================
  17. * deps: fresh@0.2.4
  18. 2.1.2 / 2014-09-05
  19. ==================
  20. * deps: etag@~1.3.0
  21. - Improve ETag generation speed
  22. 2.1.1 / 2014-08-25
  23. ==================
  24. * Fix `ms` to be listed as a dependency
  25. 2.1.0 / 2014-08-24
  26. ==================
  27. * Accept string for `maxAge` (converted by `ms`)
  28. * Use `etag` to generate `ETag` header
  29. 2.0.1 / 2014-06-05
  30. ==================
  31. * Reduce byte size of `ETag` header
  32. 2.0.0 / 2014-05-02
  33. ==================
  34. * `path` argument is required; there is no default icon.
  35. * Accept `Buffer` of icon as first argument.
  36. * Non-GET and HEAD requests are denied.
  37. * Send valid max-age value
  38. * Support conditional requests
  39. * Support max-age=0
  40. * Support OPTIONS method
  41. * Throw if `path` argument is directory.
  42. 1.0.2 / 2014-03-16
  43. ==================
  44. * Fixed content of default icon.
  45. 1.0.1 / 2014-03-11
  46. ==================
  47. * Fixed path to default icon.
  48. 1.0.0 / 2014-02-15
  49. ==================
  50. * Initial release