Releases: takenet/lime-js
Releases · takenet/lime-js
v2.3.0
<a name"2.3.0">
2.3.0 (2016-10-19)
Features
- ClientChannel: expose
onSessionFinished
and onSessionFailed
events of ClientChannel class (70e97bd5)
v2.2.3
<a name"2.2.3">
2.2.3 (2016-10-03)
Bug Fixes
- Fixed the check for the originator in the isForMe method on Channel (65cb87ee)
v2.2.2
<a name"2.2.2">
2.2.2 (2016-09-30)
Bug Fixes
- fix latest version published without built (dist) files (823866c7)
v2.2.0
<a name"2.2.0">
2.2.0 (2016-08-31)
Features
- Lime.Protocol: add 'Reason' class and 'ReasonCodes' constants (51d2c6bc)
v2.1.3
<a name"2.1.3">
2.1.3 (2016-08-22)
Bug Fixes
- Notification: add missing 'failed' notification event (1771a00b)
v2.1.2
<a name"2.1.2">
2.1.2 (2016-07-27)
Bug Fixes
- ClientChannel: fix errors on ClientChannel class throwing Strings instead of Error objects (4731e801)
v2.1.1
<a name"2.1.1">
2.1.1 (2016-06-17)
Bug Fixes
- transport: fix session finished and failed listeners not waiting for transport to be proper (26049e0e)
v2.1.0
<a name"2.1.0">
2.1.0 (2016-06-17)
Features
- guid: add Lime.Guid function which generates a new guid (2ee40855)
v2.0.3
<a name"2.0.3">
2.0.3 (2016-06-17)
Bug Fixes
- build:
- add typings install to travis build pipeline to install typescript dependencies (aac977bc)
- fix build process not generating distribution files (636a56bc)
v2.0.2
<a name"2.0.2">
2.0.2 (2016-06-17)
Bug Fixes
- transport: remove WebSocketTransport class in favor of lime-transport-websocket package (e06fccf2, closes #4)