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 461B

12345678910111213141516171819202122
  1. 0.3.0 / 2014-09-07
  2. ==================
  3. * Support Node.js 0.6
  4. * Throw error when parameter format invalid on parse
  5. 0.2.0 / 2014-06-18
  6. ==================
  7. * Add `typer.format()` to format media types
  8. 0.1.0 / 2014-06-17
  9. ==================
  10. * Accept `req` as argument to `parse`
  11. * Accept `res` as argument to `parse`
  12. * Parse media type with extra LWS between type and first parameter
  13. 0.0.0 / 2014-06-13
  14. ==================
  15. * Initial implementation