Releases: takenet/lime-js
Releases · takenet/lime-js
v3.0.1
<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
<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
<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
<a name"2.7.1">
2.7.1 (2019-09-30)
Bug Fixes
v2.7.0
<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
<a name"2.6.0">
2.6.0 (2019-05-08)
Bug Fixes
- build: define amd module name (85265b7b)
Features
v2.5.1
<a name"2.5.1">
2.5.1 (2017-02-10)
Bug Fixes
v2.5.0
<a name"2.5.0">
2.5.0 (2017-02-07)
Features
- Added external authentication support (6b24bc44)
v2.4.0
<a name"2.4.0">
2.4.0 (2016-12-27)
Features
- Network: add WrappedTransport transport class (a9f260ce)
v2.3.1
<a name"2.3.1">
2.3.1 (2016-10-19)
Bug Fixes
- ClientChannel: fix session listeners still rejecting/resolving already resolved promises (a11fdb0e)