From 5e47d63a12387fcfd2cd7be353d40ee3af8168cd Mon Sep 17 00:00:00 2001 From: Matthew Podwysocki Date: Tue, 22 Oct 2013 11:26:18 -0400 Subject: [PATCH] Version bump and fix issue #52 --- bower.json | 2 +- doc/api/nodejs/nodejs.md | 2 +- nuget/RxJS-Aggregates/RxJS-Aggregates.nuspec | 2 +- nuget/RxJS-All/RxJS-All.nuspec | 18 +++++++++--------- nuget/RxJS-Async/RxJS-Async.nuspec | 5 +++-- nuget/RxJS-Binding/RxJS-Binding.nuspec | 4 ++-- nuget/RxJS-Coincidence/RxJS-Coincidence.nuspec | 4 ++-- .../RxJS-Experimental/RxJS-Experimental.nuspec | 4 ++-- .../RxJS-JoinPatterns/RxJS-JoinPatterns.nuspec | 4 ++-- nuget/RxJS-Main/RxJS-Main.nuspec | 2 +- nuget/RxJS-Testing/RxJS-Testing.nuspec | 6 +++--- nuget/RxJS-Time/RxJS-Time.nuspec | 4 ++-- nuget/RxJS-VirtualTime/RxJS-VirtualTime.nuspec | 4 ++-- package.json | 2 +- 14 files changed, 32 insertions(+), 31 deletions(-) diff --git a/bower.json b/bower.json index 63e5fe89b..16e820db5 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "rxjs", - "version": "2.1.21", + "version": "2.2.0", "main": [ "rx.js", "rx.aggregates.js", diff --git a/doc/api/nodejs/nodejs.md b/doc/api/nodejs/nodejs.md index dd1a62ae4..baffb3080 100644 --- a/doc/api/nodejs/nodejs.md +++ b/doc/api/nodejs/nodejs.md @@ -145,7 +145,7 @@ var Rx = require('Rx'); var emitter = new EventEmitter(); -var source = Rx.Node.fromEventEmitter(emitter, 'data'); +var source = Rx.Node.fromEvent(emitter, 'data'); var observer = Rx.Observer.create( function (x) { diff --git a/nuget/RxJS-Aggregates/RxJS-Aggregates.nuspec b/nuget/RxJS-Aggregates/RxJS-Aggregates.nuspec index 577e7c841..d94851000 100644 --- a/nuget/RxJS-Aggregates/RxJS-Aggregates.nuspec +++ b/nuget/RxJS-Aggregates/RxJS-Aggregates.nuspec @@ -4,7 +4,7 @@ RxJS-Aggregates Reactive Extensions for JavaScript - Aggregation Operations - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript library with aggregation event processing query operations. http://rx.codeplex.com diff --git a/nuget/RxJS-All/RxJS-All.nuspec b/nuget/RxJS-All/RxJS-All.nuspec index 1a36f00db..b79e74b40 100644 --- a/nuget/RxJS-All/RxJS-All.nuspec +++ b/nuget/RxJS-All/RxJS-All.nuspec @@ -15,15 +15,15 @@ Rx RxJS Reactive Extensions Observable - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/nuget/RxJS-Async/RxJS-Async.nuspec b/nuget/RxJS-Async/RxJS-Async.nuspec index 00257bec7..c2131b289 100644 --- a/nuget/RxJS-Async/RxJS-Async.nuspec +++ b/nuget/RxJS-Async/RxJS-Async.nuspec @@ -4,7 +4,7 @@ RxJS-Async Reactive Extensions for JavaScript - Async-Based Operations - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript library with async-based event processing query operations. http://go.microsoft.com/fwlink/?LinkID=179929 @@ -15,7 +15,8 @@ Rx RxJS Reactive Extensions Observable - + + diff --git a/nuget/RxJS-Binding/RxJS-Binding.nuspec b/nuget/RxJS-Binding/RxJS-Binding.nuspec index 93c9b8ca0..c116e636a 100644 --- a/nuget/RxJS-Binding/RxJS-Binding.nuspec +++ b/nuget/RxJS-Binding/RxJS-Binding.nuspec @@ -3,7 +3,7 @@ RxJS-Binding Reactive Extensions for JavaScript - Binding - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript library with binding operationrs. http://rx.codeplex.com @@ -13,7 +13,7 @@ en-US Rx RxJS Reactive Extensions Observable - + diff --git a/nuget/RxJS-Coincidence/RxJS-Coincidence.nuspec b/nuget/RxJS-Coincidence/RxJS-Coincidence.nuspec index b7bfdf094..a37a812df 100644 --- a/nuget/RxJS-Coincidence/RxJS-Coincidence.nuspec +++ b/nuget/RxJS-Coincidence/RxJS-Coincidence.nuspec @@ -4,7 +4,7 @@ RxJS-Coincidence Reactive Extensions for JavaScript - Coincidence - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript library with reactive coincidence join event processing query operations. http://rx.codeplex.com @@ -15,7 +15,7 @@ Rx RxJS Reactive Extensions Observable - + diff --git a/nuget/RxJS-Experimental/RxJS-Experimental.nuspec b/nuget/RxJS-Experimental/RxJS-Experimental.nuspec index 1c332e420..6f04e87da 100644 --- a/nuget/RxJS-Experimental/RxJS-Experimental.nuspec +++ b/nuget/RxJS-Experimental/RxJS-Experimental.nuspec @@ -4,7 +4,7 @@ RxJS-Experimental Reactive Extensions for JavaScript - Experimental - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript library with experimental operators. http://rx.codeplex.com @@ -15,7 +15,7 @@ Rx RxJS Reactive Extensions Observable - + diff --git a/nuget/RxJS-JoinPatterns/RxJS-JoinPatterns.nuspec b/nuget/RxJS-JoinPatterns/RxJS-JoinPatterns.nuspec index 2f984a23d..8e2e21ebb 100644 --- a/nuget/RxJS-JoinPatterns/RxJS-JoinPatterns.nuspec +++ b/nuget/RxJS-JoinPatterns/RxJS-JoinPatterns.nuspec @@ -4,7 +4,7 @@ RxJS-JoinPatterns Reactive Extensions for JavaScript - Join Patterns - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript library with join patterns event processing query operations. http://rx.codeplex.com @@ -15,7 +15,7 @@ Rx RxJS Reactive Extensions Observable - + diff --git a/nuget/RxJS-Main/RxJS-Main.nuspec b/nuget/RxJS-Main/RxJS-Main.nuspec index da5bffcdc..1c03186c9 100644 --- a/nuget/RxJS-Main/RxJS-Main.nuspec +++ b/nuget/RxJS-Main/RxJS-Main.nuspec @@ -4,7 +4,7 @@ RxJS-Main Reactive Extensions for JavaScript - Main Library - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript main library used to express complex event processing queries over observable sequences. http://rx.codeplex.com diff --git a/nuget/RxJS-Testing/RxJS-Testing.nuspec b/nuget/RxJS-Testing/RxJS-Testing.nuspec index 1a62cd028..442fd816c 100644 --- a/nuget/RxJS-Testing/RxJS-Testing.nuspec +++ b/nuget/RxJS-Testing/RxJS-Testing.nuspec @@ -4,7 +4,7 @@ RxJS-Testing Reactive Extensions for JavaScript - Test Library - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript test library, used to write unit tests for complex event processing queries. http://rx.codeplex.com @@ -15,8 +15,8 @@ Rx RxJS Reactive Extensions Observable - - + + diff --git a/nuget/RxJS-Time/RxJS-Time.nuspec b/nuget/RxJS-Time/RxJS-Time.nuspec index 0fe99040d..ecc950cb5 100644 --- a/nuget/RxJS-Time/RxJS-Time.nuspec +++ b/nuget/RxJS-Time/RxJS-Time.nuspec @@ -4,7 +4,7 @@ RxJS-Time Reactive Extensions for JavaScript - Time-Based Operations - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript library with time-based event processing query operations. http://go.microsoft.com/fwlink/?LinkID=179929 @@ -15,7 +15,7 @@ Rx RxJS Reactive Extensions Observable - + diff --git a/nuget/RxJS-VirtualTime/RxJS-VirtualTime.nuspec b/nuget/RxJS-VirtualTime/RxJS-VirtualTime.nuspec index a360991c9..a2b429792 100644 --- a/nuget/RxJS-VirtualTime/RxJS-VirtualTime.nuspec +++ b/nuget/RxJS-VirtualTime/RxJS-VirtualTime.nuspec @@ -4,7 +4,7 @@ RxJS-VirtualTime Reactive Extensions for JavaScript - Virtual Time-Based Schedulers - 2.1.21 + 2.2.0 Microsoft Corporation Reactive Extensions for JavaScript library with virtual time based schedulers. http://go.microsoft.com/fwlink/?LinkID=179929 @@ -15,7 +15,7 @@ Rx RxJS Reactive Extensions Observable - + diff --git a/package.json b/package.json index d304fddb7..aeb06e53e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "rx", "title": "Reactive Extensions for JavaScript (RxJS)", "description": "Library for composing asynchronous and event-based operations in JavaScript", - "version": "2.1.21", + "version": "2.2.0", "homepage": "http://rx.codeplex.com", "author": { "name": "Cloud Programmability Team",