Skip to content

Commit 10035dd

Browse files
author
Jonathan Casarrubias
committed
Release 2.0.8
- Hot Fix: #111
1 parent c6cae3b commit 10035dd

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This file is created to keep history of the LoopBack SDK Builder, it does not consider or keeps any history of its parent module `loopback-sdk-angular`.
44

5+
## Release 2.0.8
6+
7+
- Hot Fix: https://github.com/mean-expert-official/loopback-sdk-builder/issues/111
8+
59
## Release 2.0.7
610

711
- Added contributors to ACII Splash

lib/angular2/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ module.exports = function generate(ctx) {
372372
{ module: 'rxjs/add/operator/map' },
373373
];
374374

375-
if (isIo) {
375+
if (isIo === 'enabled') {
376376
imports.push({ module: 'Subject', from: 'rxjs/Subject'});
377377
imports.push({ module: 'SocketConnections', from: '../../sockets/socket.connections'});
378378
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mean-expert/loopback-sdk-builder",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Tool for auto-generating Software Development Kits (SDKs) for LoopBack",
55
"bin": {
66
"lb-sdk": "bin/lb-sdk"

0 commit comments

Comments
 (0)