Skip to content

Latest commit

 

History

History
133 lines (58 loc) · 4.36 KB

CHANGELOG.md

File metadata and controls

133 lines (58 loc) · 4.36 KB

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)