Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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 3.3KB

4.0.4 (2021-01-15)

Bug Fixes

  • allow integers as event names (1c220dd)

4.0.3 (2021-01-05)

4.0.2 (2020-11-25)

Bug Fixes

  • move @types/component-emitter to dependencies (#99) (4efa005)

4.0.1 (2020-11-05)

Features

  • move binary detection back to the parser (285e7cd)
  • add support for a payload in a CONNECT packet (78f9fc2)

Bug Fixes

  • do not catch encoding errors (aeae87c)
  • throw upon invalid payload format (c327acb)

BREAKING CHANGES

  • the encode method is now synchronous (28d4f03)

4.0.1-rc3 (2020-10-25)

4.0.1-rc2 (2020-10-15)

Features

  • move binary detection back to the parser (285e7cd)

4.0.1-rc1 (2020-10-12)

Features

  • add support for a payload in a CONNECT packet (78f9fc2)

3.3.1 (2020-09-30)

4.0.0 (2020-09-28)

This release will be included in Socket.IO v3.

There is a breaking API change (see below), but the exchange protocol is left untouched and thus stays in version 4.

Bug Fixes

  • do not catch encoding errors (aeae87c)
  • throw upon invalid payload format (c327acb)

BREAKING CHANGES

  • the encode method is now synchronous (28d4f03)

3.4.1 (2020-05-13)

Bug Fixes

  • prevent DoS (OOM) via massive packets (#95) (dcb942d)