- Add QueryBuilder
- Add many more wrappers to Rx from F#, thanks to Jared Hester!
Breaking changes
- New namespace is
FSharp.Control.Reactive
Observable
module is no longer auto-opened with the namespaceObservable.zip
now takes parameters in the "correct" order ofobs1
thenobs2
Observable.subscribe
has moved toObservable.subscribeWithCallbacks
Observable.subscribe
now takes theonNext
callback only
TODO
- Add tests
- Add docs
- Restructure modules and namespaces to comply with F# coding guidelines
- Release of F# wrappers for Rx
- Release candidate for F# wrappers for Rx based on Rx 2.0-rtm
- Initial NuGet release of F# wrappers for Rx 2.0-rc