Skip to content

Latest commit

 

History

History
227 lines (96 loc) · 7.36 KB

CHANGELOG.md

File metadata and controls

227 lines (96 loc) · 7.36 KB

0.11.0 (2016-12-04)

Features

  • connection: support header during connection (3484a8c), closes #47

0.10.0 (2016-08-29)

Features

  • config: being able to configure the credentials / url after angular#config phase (44692c0), closes #44

0.9.3 (2016-07-04)

Features

  • connectionState: The state of the connection can be accessed by the promise on the ngStomp servic (7d0e74e)

0.9.2 (2016-06-28)

Bug Fixes

  • subscription: add missing digest parameter (a0dcb8a)

0.9.1 (2016-06-27)

Bug Fixes

  • builder: define $scope to undefined to fallback on $rootScope (967d919), closes #39

0.9.0 (2016-06-27)

Features

  • $digest: possibility to disable automatic digest cycle after a reception of data (dbec917), closes #36

0.8.6 (2016-06-25)

Bug Fixes

  • subscription: Lost subscriptions when first connection attempt failed (a9037df), closes #38

Performance Improvements

  • $digest: reduce digest cycle and remove call to private method of angular (3dc3541)

0.8.5 (2016-06-19)

Bug Fixes

  • unSubscriber: correction on queue unSubscription (2194a86)

0.8.4 (2016-06-18)

Features

  • reconnection: disable auto re-connection system if a tiemOut value is less than 0 (cde3089)

0.8.2 (2016-03-03)

Bug Fixes

  • reconnect: fix doubling connections after reconnect (dda7542)

0.8.1 (2016-02-21)

Bug Fixes

  • codeclimate: fix some issue (15e5292)
  • injection: change injection of ngAnnotate and not minified with annotation (12de8c9)

0.8.0 (2016-01-14)

Bug Fixes

  • unSubscribe: don't remove connections if unRegistration from position (1278bbe)
  • unSubscribe: remove connection based on index attribute to prevent mis-organisation in the ar (1b04d67)
  • unsubscriber: change case of import (c63a8d4)

Features

  • unsubscriber: allow to unsubscribe each subscription individually (ca6115f)

Performance Improvements

  • service: remove usage of set because two subscription can append to the same topic (9898775)

0.7.0 (2016-01-09)

Features

  • license: add Apache License (907e4c8)
  • readme: add better description and let only the builder pattern to subscribe (4e9730d)
  • service: support auto-conversion in JSON of message body (ed543f2)

0.6.2 (2016-01-03)

Features

  • bower: add bower.json file to brought back bower support (sorry for that...) (df533a5)

0.6.2 (2016-01-03)

Features

  • bower: add bower.json file to brought back bower support (sorry for that...) (df533a5)

0.6.1 (2016-01-02)

Features

  • re-connection: allow configuration to trigger re-connection every X seconds (6ce93b0)

0.6.0 (2016-01-01)

Features

  • re-connection: automatically reconnect if connection lost (06efc8e), closes #13

0.5.2 (2016-01-01)

Bug Fixes

  • build: change name of global value for es5 build (70f0625)

0.5.1 (2015-12-31)

Bug Fixes

  • build: change variable of folder name (a0fc905)

0.5.0 (2015-12-31)

Features

  • changelog: add changelog to master (13bb344)
  • readme: update location of file in es6 configuraiton (df51c4e)

0.4.0 (2015-12-27)

Bug Fixes

  • package.json: fix syntax in file (c5a002f)