Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Releases: JSteunou/webstomp-client

1.2.3

13 Jul 13:41
Compare
Choose a tag to compare
  • Move from webpack to rollup & remove mixed export (named & default) to fix #73

1.2.2

03 Jul 10:02
Compare
Choose a tag to compare
  • Fix STOMP CONNECT frame 'accept-version' to match websocket accepted protocol #66

1.2.1

03 Jul 10:01
Compare
Choose a tag to compare
  • Fix: possible race condition with client#onopen callback
  • Some doc improvement

1.2.0

10 Oct 07:37
Compare
Choose a tag to compare
  • Change: Add data object as 2nd parameter for debug #55

1.1.0

10 Oct 07:38
Compare
Choose a tag to compare
  • 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