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.

Changelog.md 639B

0.4.4 / 2014-07-16

  • added encodings UTF-7 (RFC2152) and UTF-7-IMAP (RFC3501 Section 5.1.3)
  • fixed streaming base64 encoding

0.4.3 / 2014-06-14

  • added encodings UTF-16BE and UTF-16 with BOM

0.4.2 / 2014-06-12

  • don’t throw exception if extendNodeEncodings() is called more than once

0.4.1 / 2014-06-11

  • codepage 808 added

0.4.0 / 2014-06-10

  • code is rewritten from scratch
  • all widespread encodings are supported
  • streaming interface added
  • browserify compatibility added
  • (optional) extend core primitive encodings to make usage even simpler
  • moved from vows to mocha as the testing framework