Skip to content

Releases: takenet/lime-js

v3.0.1

01 Oct 01:48
Compare
Choose a tag to compare

<a name"3.0.1">

3.0.1 (2019-10-01)

Bug Fixes

  • Initialize _commandResolves property to avoid access to undefined property (724d465e)

v3.0.0

01 Oct 00:20
Compare
Choose a tag to compare

<a name"3.0.0">

3.0.0 (2019-10-01)

Bug Fixes

  • Removed node_modules cache (405096f8)
  • build:
    • Keep default sudo option (40892dd0)
    • Add cache clean script before install (c643a10a)
    • Back with older versions of webpack and typescript (69c4225b)

Breaking Changes

  • imports need to use import Lime from 'lime-js' syntax

(69c4225b)

v2.7.2

30 Sep 17:35
Compare
Choose a tag to compare

<a name"2.7.2">

2.7.2 (2019-09-30)

Bug Fixes

  • Add npm version on README and force generate new breaking change (5959733b)

v2.7.1

30 Sep 16:20
Compare
Choose a tag to compare

<a name"2.7.1">

2.7.1 (2019-09-30)

Bug Fixes

v2.7.0

27 Sep 20:22
Compare
Choose a tag to compare

<a name"2.7.0">

2.7.0 (2019-09-27)

Bug Fixes

  • Add resolver function directly on _commandResolves id because there cannot be a (ae99d86a)
  • Fixed promise resolver creator (e051ff1a)
  • Fixed processCommand promises resolves (c42cbefe)

Features

  • Use default browser promise instead bluebird (ebe82d5f)
  • build: Updated typescript, webpack and it dependencies (f277681a)
  • channel: Add processCommand method that never reject command errors and pass this respons (24f32b08)

v2.6.0

08 May 18:39
Compare
Choose a tag to compare

<a name"2.6.0">

2.6.0 (2019-05-08)

Bug Fixes

  • build: define amd module name (85265b7b)

Features

v2.5.1

10 Feb 15:38
Compare
Choose a tag to compare

<a name"2.5.1">

2.5.1 (2017-02-10)

Bug Fixes

  • Added ExternalAuthentication (6da587c3)

v2.5.0

07 Feb 13:24
Compare
Choose a tag to compare

<a name"2.5.0">

2.5.0 (2017-02-07)

Features

  • Added external authentication support (6b24bc44)

v2.4.0

27 Dec 17:40
Compare
Choose a tag to compare

<a name"2.4.0">

2.4.0 (2016-12-27)

Features

  • Network: add WrappedTransport transport class (a9f260ce)

v2.3.1

19 Oct 15:34
Compare
Choose a tag to compare

<a name"2.3.1">

2.3.1 (2016-10-19)

Bug Fixes

  • ClientChannel: fix session listeners still rejecting/resolving already resolved promises (a11fdb0e)