Changelog
4.0.1 & 6.0.1 2018-07-20
- Fix issue with disconnect #77
Angular 6
- It will have version numbers in 6.x.x format.
Angular 2/4/5
- It will have version numbers in 4.x.x format.
0.6.4
- Updates in test cases.
- Documentation update.
- Updated dependency of @stomp/stompjs to >= 4.0.2
- waitForReceipt now passes the frame to the callback.
0.6.3
- Switched to Compodoc from TypeDoc.
- Changed StompHeaders types to allow any type (instead of string) as value.
- Documentation changes.
0.6.2
0.6.1
0.6.0
- Jump in version number to indicate compiled JS release
- Improved Angular 5 support
0.4.3
- Ability to delay initialization
- Angular 5 compatibility
0.4.2
0.4.0
- 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
0.3.8
- Switched to source distribution. The npm bundle now only has .ts files
0.3.5
0.3.4
- Added references to GitHub pages
0.3.0
- Configuration structure has changed, user/password are not part of header
- Support for headers in connect, subscribe, and publish
- Typedoc for API documentation