Skip to content

Releases: takenet/lime-js

v2.3.0

19 Oct 15:23
Compare
Choose a tag to compare

<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

03 Oct 21:35
Compare
Choose a tag to compare

<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

30 Sep 16:32
Compare
Choose a tag to compare

<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

31 Aug 16:49
Compare
Choose a tag to compare

<a name"2.2.0">

2.2.0 (2016-08-31)

Features

  • Lime.Protocol: add 'Reason' class and 'ReasonCodes' constants (51d2c6bc)

v2.1.3

22 Aug 21:32
Compare
Choose a tag to compare

<a name"2.1.3">

2.1.3 (2016-08-22)

Bug Fixes

  • Notification: add missing 'failed' notification event (1771a00b)

v2.1.2

27 Jul 20:59
Compare
Choose a tag to compare

<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

17 Jun 20:55
Compare
Choose a tag to compare

<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

17 Jun 20:07
Compare
Choose a tag to compare

<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

17 Jun 16:07
Compare
Choose a tag to compare

<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

17 Jun 14:43
Compare
Choose a tag to compare

<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)