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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. 1.5.6 / 2015-01-29
  2. ==================
  3. * deps: mime-types@~2.0.8
  4. - Add new mime types
  5. 1.5.5 / 2014-12-30
  6. ==================
  7. * deps: mime-types@~2.0.7
  8. - Add new mime types
  9. - Fix missing extensions
  10. - Fix various invalid MIME type entries
  11. - Remove example template MIME types
  12. - deps: mime-db@~1.5.0
  13. 1.5.4 / 2014-12-10
  14. ==================
  15. * deps: mime-types@~2.0.4
  16. - Add new mime types
  17. - deps: mime-db@~1.3.0
  18. 1.5.3 / 2014-11-09
  19. ==================
  20. * deps: mime-types@~2.0.3
  21. - Add new mime types
  22. - deps: mime-db@~1.2.0
  23. 1.5.2 / 2014-09-28
  24. ==================
  25. * deps: mime-types@~2.0.2
  26. - Add new mime types
  27. - deps: mime-db@~1.1.0
  28. 1.5.1 / 2014-09-07
  29. ==================
  30. * Support Node.js 0.6
  31. * deps: media-typer@0.3.0
  32. * deps: mime-types@~2.0.1
  33. - Support Node.js 0.6
  34. 1.5.0 / 2014-09-05
  35. ==================
  36. * fix `hasbody` to be true for `content-length: 0`
  37. 1.4.0 / 2014-09-02
  38. ==================
  39. * update mime-types
  40. 1.3.2 / 2014-06-24
  41. ==================
  42. * use `~` range on mime-types
  43. 1.3.1 / 2014-06-19
  44. ==================
  45. * fix global variable leak
  46. 1.3.0 / 2014-06-19
  47. ==================
  48. * improve type parsing
  49. - invalid media type never matches
  50. - media type not case-sensitive
  51. - extra LWS does not affect results
  52. 1.2.2 / 2014-06-19
  53. ==================
  54. * fix behavior on unknown type argument
  55. 1.2.1 / 2014-06-03
  56. ==================
  57. * switch dependency from `mime` to `mime-types@1.0.0`
  58. 1.2.0 / 2014-05-11
  59. ==================
  60. * support suffix matching:
  61. - `+json` matches `application/vnd+json`
  62. - `*/vnd+json` matches `application/vnd+json`
  63. - `application/*+json` matches `application/vnd+json`
  64. 1.1.0 / 2014-04-12
  65. ==================
  66. * add non-array values support
  67. * expose internal utilities:
  68. - `.is()`
  69. - `.hasBody()`
  70. - `.normalize()`
  71. - `.match()`
  72. 1.0.1 / 2014-03-30
  73. ==================
  74. * add `multipart` as a shorthand