New release of Rx for .NET & JS (v1.0.2617.0) available!

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Build 1.0.2617.0 07/15/2010

Rx.NET

    • Fixed GC issue with ThreadPool Timer.
    • Made lock in CompositeDisposable smaller.
    • Fixed deadlock in ForkJoin when using Immediate scheduler.
    • Changed order of arguments for Generate* operators to match C# for pattern based on feedback from C# Team.
    • Changed FromAsyncPattern to catch exceptions thrown in BeginInvoke.
    • Made ConnectableObservable.Connect block subsequent calls until first call is complete.
    • Added virtual scheduler and test scheduler
    • Made MaxBy & MinBy operators return all values that match.
    • Renamed EnumerableEx.LongCount to EnumerablEx.LongCountEnumerable to avoid naming conflict with Enumerable.LongCount.
Rx JS

    • Added Virtual Earth and Google Maps bindings.
    • Fixed crash in For operator with use of Immediate scheduler.
    • Changed order of arguments for Generate* operators to match JavaScript for pattern based on feedback from C# Team.
Download Rx 1.0.2617.0 for .NET 3.5 SP1
Download Rx 1.0.2617.0 for .NET 4
Download Rx 1.0.2617.0 for Silverlight 3
Download Rx 1.0.2617.0 for Silverlight 4
Download Rx 1.0.2617.0 for JavaScript


See the*Reactive Extensions Project Page on DevLabs for more details.[Broken External Image]:http://channel9.msdn.com/561397/WebViewBug.aspx?EVT=0

More...
 
Back
Top