Webstomp Client Versions Save

Stomp client over websocket for browsers

1.2.3

5 years ago
  • Move from webpack to rollup & remove mixed export (named & default) to fix #73

1.2.2

5 years ago
  • Fix STOMP CONNECT frame 'accept-version' to match websocket accepted protocol #66

1.2.1

5 years ago
  • Fix: possible race condition with client#onopen callback
  • Some doc improvement

1.1.0

6 years ago
  • Change: Default option protocol should not be in options object by default #57
  • Fix: index.d.ts updates
    • Update Frame typings #54
    • These parameters have defaults so they are optional (#53)
    • Connect returns Frame or CloseEvent on error (#51)
  • Fix: Copy headers instead of updating it #43
  • Fix: Stop using a counter and create a near unique id to avoid collision when using several Client instance 2aedaaa

1.2.0

6 years ago
  • Change: Add data object as 2nd parameter for debug #55