Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 420 Bytes

changelog.md

File metadata and controls

14 lines (9 loc) · 420 Bytes

0.0.3

  • fix executing Subscription methods in Subscribed state - see #9

0.0.2

Change Subscription API a bit – users should first create new Subscription then manage it's lifecycle (subscribe, unsubscribe) until done with it. When done it's possible to remove subscription using Client.removeSubscription method.

0.0.1

Initial release.