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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. 1.3.0 / 2014-07-20
  2. ==================
  3. * Fully unpipe the stream on error
  4. - Fixes `Cannot switch to old mode now` error on Node.js 0.10+
  5. 1.2.3 / 2014-07-20
  6. ==================
  7. * deps: iconv-lite@0.4.4
  8. - Added encoding UTF-7
  9. 1.2.2 / 2014-06-19
  10. ==================
  11. * Send invalid encoding error to callback
  12. 1.2.1 / 2014-06-15
  13. ==================
  14. * deps: iconv-lite@0.4.3
  15. - Added encodings UTF-16BE and UTF-16 with BOM
  16. 1.2.0 / 2014-06-13
  17. ==================
  18. * Passing string as `options` interpreted as encoding
  19. * Support all encodings from `iconv-lite`
  20. 1.1.7 / 2014-06-12
  21. ==================
  22. * use `string_decoder` module from npm
  23. 1.1.6 / 2014-05-27
  24. ==================
  25. * check encoding for old streams1
  26. * support node.js < 0.10.6
  27. 1.1.5 / 2014-05-14
  28. ==================
  29. * bump bytes
  30. 1.1.4 / 2014-04-19
  31. ==================
  32. * allow true as an option
  33. * bump bytes
  34. 1.1.3 / 2014-03-02
  35. ==================
  36. * fix case when length=null
  37. 1.1.2 / 2013-12-01
  38. ==================
  39. * be less strict on state.encoding check
  40. 1.1.1 / 2013-11-27
  41. ==================
  42. * add engines
  43. 1.1.0 / 2013-11-27
  44. ==================
  45. * add err.statusCode and err.type
  46. * allow for encoding option to be true
  47. * pause the stream instead of dumping on error
  48. * throw if the stream's encoding is set
  49. 1.0.1 / 2013-11-19
  50. ==================
  51. * dont support streams1, throw if dev set encoding
  52. 1.0.0 / 2013-11-17
  53. ==================
  54. * rename `expected` option to `length`
  55. 0.2.0 / 2013-11-15
  56. ==================
  57. * republish
  58. 0.1.1 / 2013-11-15
  59. ==================
  60. * use bytes
  61. 0.1.0 / 2013-11-11
  62. ==================
  63. * generator support
  64. 0.0.3 / 2013-10-10
  65. ==================
  66. * update repo
  67. 0.0.2 / 2013-09-14
  68. ==================
  69. * dump stream on bad headers
  70. * listen to events after defining received and buffers
  71. 0.0.1 / 2013-09-14
  72. ==================
  73. * Initial release