File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,4 @@ node_modules
22dist
33npm-debug.log
44.nyc_output
5+ .idea
Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ Report any issues or bugs to <https://github.com/lahsivjar/react-stomp/issues>
5353
5454## Changelog
5555
56+ ### 4.1.0
57+
58+ - Update react from 16.5.0 to 16.6.3
59+ - Update react-dom from 16.5.0 to 16.6.3
60+ - [ PR #93 ] Use STOMP message frame to find correct topic
61+
5662### 4.0.0
5763
5864- Improve test coverage
Original file line number Diff line number Diff line change 11{
22 "name" : " react-stomp" ,
3- "version" : " 4.0 .0" ,
3+ "version" : " 4.1 .0" ,
44 "description" : " React websocket component with STOMP over SockJS" ,
55 "main" : " ./dist/client.js" ,
66 "nyc" : {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import Lo from 'lodash'
77/**
88 * React component for SockJS-client with STOMP messaging protocol.
99 *
10- * @version 4.0 .0
10+ * @version 4.1 .0
1111 * @author [lahsivjar] (https://github.com/lahsivjar)
1212 * @see {@link https://stomp.github.io/|STOMP }
1313 * @see {@link https://github.com/sockjs/sockjs-client|StompJS }
You can’t perform that action at this time.
0 commit comments