- Use
es2015
as target to avoid Angular issues. - rx-stomp@1.
- Start using prettier.
- Configure Travis to use Node 10, 12 and 14.
- [email protected]
- [email protected]
- Send ping only if WebSocket is connected.
- Concept of splitLargeFrames flag. Working towards ng2-stompjs#120
- Concept of forceBinaryWSFrames.
- [email protected]
- Message -> IMessage, InjectableRxStompRpcConfig -> InjectableRxStompRPCConfig
- Updated @stomp/rx-stomp and @stomp/stompjs
- Document restructuring and cleanups.
- Updated API documentation.
- Moved some of the guides to https://stomp-js.github.io
- Updated "@stomp/[email protected]" fixes #103
- Fix error in
src/rx-stomp-service-factory.ts
- Test cases and documentation updates, lint clean
- Update @stomp/rx-stomp to 0.1.0-beta.4
- Based on @stompjs/rx-stomp
- Compatibility mode working
- Correct packaging error
- RPC support
- Fix issue with disconnect #77
- It will have version numbers in 6.x.x format.
- It will have version numbers in 4.x.x format.
- Updates in test cases.
- Documentation update.
- Updated dependency of @stomp/stompjs to >= 4.0.2
- waitForReceipt now passes the frame to the callback.
- Switched to Compodoc from TypeDoc.
- Changed StompHeaders types to allow any type (instead of string) as value.
- Documentation changes.
- Added ability to get server headers from CONNECTED Frame https://stomp-js.github.io/ng2-stompjs/injectables/StompRService.html#serverHeadersObservable
- Enabled Travis
- Updated dependencies
- Jump in version number to indicate compiled JS release
- Improved Angular 5 support
- Ability to delay initialization
- Angular 5 compatibility
- Initial SockJS Support. Sample at https://github.com/stomp-js/ng4-stompjs-demo/tree/sockjs
- Updated to make it compliant to possible use of APP_INITIALIZER. The way to initiate the service has changed and it no longer uses StompConfigService. StompConfig is directly injected as dependency into StompService
- Switched to source distribution. The npm bundle now only has .ts files
- Test case at https://github.com/stomp-js/ng2-stompjs-testbed these will be merged into main repository in future. Currently unable to configure Karma correctly in the main project. Any help appreciated
- Added references to GitHub pages
- Configuration structure has changed, user/password are not part of header
- Support for headers in connect, subscribe, and publish
- Typedoc for API documentation