Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Latest commit

 

History

History
138 lines (84 loc) · 3.28 KB

Changelog.md

File metadata and controls

138 lines (84 loc) · 3.28 KB

Changelog

8.0.0 (2020-20-22)

  • Use es2015 as target to avoid Angular issues.
  • rx-stomp@1.
  • Start using prettier.
  • Configure Travis to use Node 10, 12 and 14.

7.2.0-beta.1 2019-01-18

7.1.0 2019-01-10

7.1.0-beta.1 2018-12-24

  • [email protected]
  • Message -> IMessage, InjectableRxStompRpcConfig -> InjectableRxStompRPCConfig

7.0.1 2018-11-26

  • Updated @stomp/rx-stomp and @stomp/stompjs

7.0.0 2018-11-12

  • Document restructuring and cleanups.

7.0.0-beta.4 2018-11-05

7.0.0-beta.3 2018-11-04

  • Fix error in src/rx-stomp-service-factory.ts

7.0.0-beta.2 2018-11-04

  • Test cases and documentation updates, lint clean
  • Update @stomp/rx-stomp to 0.1.0-beta.4

7.0.0-beta.1 2018-10-31

  • Based on @stompjs/rx-stomp
  • Compatibility mode working

6.1.0.beta.4 2018-09-24

  • Correct packaging error

6.1.0.beta.3 2018-09-23

  • RPC support

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

  • Updated dependencies

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