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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. 1.3.2 / 2014-09-27
  2. ==================
  3. * Fix `req.ip` integration when `immediate: false`
  4. 1.3.1 / 2014-09-14
  5. ==================
  6. * Remove un-used `bytes` dependency
  7. * deps: depd@0.4.5
  8. 1.3.0 / 2014-09-01
  9. ==================
  10. * Assert if `format` is not a function or string
  11. 1.2.3 / 2014-08-16
  12. ==================
  13. * deps: on-finished@2.1.0
  14. 1.2.2 / 2014-07-27
  15. ==================
  16. * deps: depd@0.4.4
  17. - Work-around v8 generating empty stack traces
  18. 1.2.1 / 2014-07-26
  19. ==================
  20. * deps: depd@0.4.3
  21. - Fix exception when global `Error.stackTraceLimit` is too low
  22. 1.2.0 / 2014-07-19
  23. ==================
  24. * Add `:remote-user` token
  25. * Add `combined` log format
  26. * Add `common` log format
  27. * Add `morgan(format, options)` function signature
  28. * Deprecate `default` format -- use `combined` format instead
  29. * Deprecate not providing a format
  30. * Remove non-standard grey color from `dev` format
  31. 1.1.1 / 2014-05-20
  32. ==================
  33. * simplify method to get remote address
  34. 1.1.0 / 2014-05-18
  35. ==================
  36. * "dev" format will use same tokens as other formats
  37. * `:response-time` token is now empty when immediate used
  38. * `:response-time` token is now monotonic
  39. * `:response-time` token has precision to 1 μs
  40. * fix `:status` + immediate output in node.js 0.8
  41. * improve `buffer` option to prevent indefinite event loop holding
  42. * deps: bytes@1.0.0
  43. - add negative support
  44. 1.0.1 / 2014-05-04
  45. ==================
  46. * Make buffer unique per morgan instance
  47. * deps: bytes@0.3.0
  48. * added terabyte support
  49. 1.0.0 / 2014-02-08
  50. ==================
  51. * Initial release