Skip to content

Latest commit

 

History

History
93 lines (42 loc) · 5.17 KB

CHANGELOG.md

File metadata and controls

93 lines (42 loc) · 5.17 KB

0.5.1 (2022-10-07)

Bug Fixes

  • server: handle late HTTP server binding (b21b649)
  • server: properly track events with acknowledgement (6d58a75)

0.5.0 (2022-09-19)

Features

0.4.0 (2022-06-23)

Bug Fixes

  • ui: properly set initial nav drawer state (77ee068)

Features

  • add page displaying all events (481ef22)
  • add production mode (e0d91ca)
  • display sent and received events (8542601)
  • ui: add support for relative links (fdec2ce)
  • ui: separate the namespace from the server URL (5a8a75e)

0.3.0 (2022-05-03)

Features

  • add navigation drawer for mobile devices (#31) (62e1467)
  • add socket data in the UI (#37) (3773fe4)
  • add support for the msgpack parser (4359536)
  • ui: improve Bengali (বাংলা) translation (#27) (925c617)

0.2.0 (2021-06-11)

Features

  • ui: add Bengali (বাংলা) translation (#18) (b9c09f4)
  • ui: add pt-BR locale (#13) (e8d05bd)
  • display the real IP address of the user (#16) (2e05f70)

0.1.2 (2021-06-02)

Bug Fixes

  • server: add support for dynamic namespaces (74f1c20)
  • server: only serialize required handshake attributes (1cf991e)
  • ui: allow to specify the connection path (7ad384d)

0.1.1 (2021-05-09)

Bug Fixes

  • ui: allow to connect to a websocket-only server (3ec64a6)
  • ui: set withCredentials to true (51fac0a)

0.1.0 (2021-05-04)

Features