Releases: JSteunou/webstomp-client
Releases · JSteunou/webstomp-client
1.2.3
- Move from webpack to rollup & remove mixed export (named & default) to fix #73
1.2.2
- Fix STOMP CONNECT frame 'accept-version' to match websocket accepted protocol #66
1.2.1
- Fix: possible race condition with client#onopen callback
- Some doc improvement
1.2.0
- Change: Add data object as 2nd parameter for debug #55
1.1.0
- 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