Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 5e47d63

Browse files
Version bump and fix issue #52
1 parent 7265876 commit 5e47d63

File tree

14 files changed

+32
-31
lines changed

14 files changed

+32
-31
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rxjs",
3-
"version": "2.1.21",
3+
"version": "2.2.0",
44
"main": [
55
"rx.js",
66
"rx.aggregates.js",

doc/api/nodejs/nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ var Rx = require('Rx');
145145

146146
var emitter = new EventEmitter();
147147

148-
var source = Rx.Node.fromEventEmitter(emitter, 'data');
148+
var source = Rx.Node.fromEvent(emitter, 'data');
149149

150150
var observer = Rx.Observer.create(
151151
function (x) {

nuget/RxJS-Aggregates/RxJS-Aggregates.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>RxJS-Aggregates</id>
55
<title>Reactive Extensions for JavaScript - Aggregation Operations</title>
66
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
7-
<version>2.1.21</version>
7+
<version>2.2.0</version>
88
<authors>Microsoft Corporation</authors>
99
<description>Reactive Extensions for JavaScript library with aggregation event processing query operations.</description>
1010
<projectUrl>http://rx.codeplex.com</projectUrl>

nuget/RxJS-All/RxJS-All.nuspec

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<tags>Rx RxJS Reactive Extensions Observable</tags>
1616
<dependencies>
1717
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
18-
<dependency id="RxJS-Main" version="2.1" />
19-
<dependency id="RxJS-Aggregates" version="2.1" />
20-
<dependency id="RxJS-Binding" version="2.1" />
21-
<dependency id="RxJS-Coincidence" version="2.1" />
22-
<dependency id="RxJS-JoinPatterns" version="2.1" />
23-
<dependency id="RxJS-Time" version="2.1" />
24-
<dependency id="RxJS-Experimental" version="2.1" />
25-
<dependency id="RxJS-Testing" version="2.1" />
26-
<dependency id="RxJS-VirtualTime" version="2.1" />
18+
<dependency id="RxJS-Main" version="2.2" />
19+
<dependency id="RxJS-Aggregates" version="2.2" />
20+
<dependency id="RxJS-Binding" version="2.2" />
21+
<dependency id="RxJS-Coincidence" version="2.2" />
22+
<dependency id="RxJS-JoinPatterns" version="2.2" />
23+
<dependency id="RxJS-Time" version="2.2" />
24+
<dependency id="RxJS-Experimental" version="2.2" />
25+
<dependency id="RxJS-Testing" version="2.2" />
26+
<dependency id="RxJS-VirtualTime" version="2.2" />
2727
</dependencies>
2828
</metadata>
2929
</package>

nuget/RxJS-Async/RxJS-Async.nuspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>RxJS-Async</id>
55
<title>Reactive Extensions for JavaScript - Async-Based Operations</title>
66
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
7-
<version>2.1.21</version>
7+
<version>2.2.0</version>
88
<authors>Microsoft Corporation</authors>
99
<description>Reactive Extensions for JavaScript library with async-based event processing query operations.</description>
1010
<projectUrl>http://go.microsoft.com/fwlink/?LinkID=179929</projectUrl>
@@ -15,7 +15,8 @@
1515
<tags>Rx RxJS Reactive Extensions Observable</tags>
1616
<dependencies>
1717
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
18-
<dependency id="RxJS-Main" version="2.1" />
18+
<dependency id="RxJS-Main" version="2.2" />
19+
<dependency id="RxJS-Binding" version="2.2" />
1920
</dependencies>
2021
</metadata>
2122
<files>

nuget/RxJS-Binding/RxJS-Binding.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>RxJS-Binding</id>
55
<title>Reactive Extensions for JavaScript - Binding</title>
6-
<version>2.1.21</version>
6+
<version>2.2.0</version>
77
<authors>Microsoft Corporation</authors>
88
<description>Reactive Extensions for JavaScript library with binding operationrs.</description>
99
<projectUrl>http://rx.codeplex.com</projectUrl>
@@ -13,7 +13,7 @@
1313
<language>en-US</language>
1414
<tags>Rx RxJS Reactive Extensions Observable</tags>
1515
<dependencies>
16-
<dependency id="RxJS-Main" version="2.1" />
16+
<dependency id="RxJS-Main" version="2.2" />
1717
</dependencies>
1818
</metadata>
1919
<files>

nuget/RxJS-Coincidence/RxJS-Coincidence.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>RxJS-Coincidence</id>
55
<title>Reactive Extensions for JavaScript - Coincidence</title>
66
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
7-
<version>2.1.21</version>
7+
<version>2.2.0</version>
88
<authors>Microsoft Corporation</authors>
99
<description>Reactive Extensions for JavaScript library with reactive coincidence join event processing query operations.</description>
1010
<projectUrl>http://rx.codeplex.com</projectUrl>
@@ -15,7 +15,7 @@
1515
<tags>Rx RxJS Reactive Extensions Observable</tags>
1616
<dependencies>
1717
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
18-
<dependency id="RxJS-Main" version="2.1" />
18+
<dependency id="RxJS-Main" version="2.2" />
1919
</dependencies>
2020
</metadata>
2121
<files>

nuget/RxJS-Experimental/RxJS-Experimental.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>RxJS-Experimental</id>
55
<title>Reactive Extensions for JavaScript - Experimental</title>
66
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
7-
<version>2.1.21</version>
7+
<version>2.2.0</version>
88
<authors>Microsoft Corporation</authors>
99
<description>Reactive Extensions for JavaScript library with experimental operators.</description>
1010
<projectUrl>http://rx.codeplex.com</projectUrl>
@@ -15,7 +15,7 @@
1515
<tags>Rx RxJS Reactive Extensions Observable</tags>
1616
<dependencies>
1717
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
18-
<dependency id="RxJS-Main" version="2.1" />
18+
<dependency id="RxJS-Main" version="2.2" />
1919
</dependencies>
2020
</metadata>
2121
<files>

nuget/RxJS-JoinPatterns/RxJS-JoinPatterns.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>RxJS-JoinPatterns</id>
55
<title>Reactive Extensions for JavaScript - Join Patterns</title>
66
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
7-
<version>2.1.21</version>
7+
<version>2.2.0</version>
88
<authors>Microsoft Corporation</authors>
99
<description>Reactive Extensions for JavaScript library with join patterns event processing query operations.</description>
1010
<projectUrl>http://rx.codeplex.com</projectUrl>
@@ -15,7 +15,7 @@
1515
<tags>Rx RxJS Reactive Extensions Observable</tags>
1616
<dependencies>
1717
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
18-
<dependency id="RxJS-Main" version="2.1" />
18+
<dependency id="RxJS-Main" version="2.2" />
1919
</dependencies>
2020
</metadata>
2121
<files>

nuget/RxJS-Main/RxJS-Main.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<id>RxJS-Main</id>
55
<title>Reactive Extensions for JavaScript - Main Library</title>
66
<!-- Automatically updated by build, keeping fixed dev build number here in case of local build -->
7-
<version>2.1.21</version>
7+
<version>2.2.0</version>
88
<authors>Microsoft Corporation</authors>
99
<description>Reactive Extensions for JavaScript main library used to express complex event processing queries over observable sequences.</description>
1010
<projectUrl>http://rx.codeplex.com</projectUrl>

0 commit comments

Comments
 (0)