Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(IteratorObservable): clarify the return type of IteratorObservable.create() #2070

Merged

Commits on Oct 27, 2016

  1. fix(IteratorObservable): clarify the return type of IteratorObservabl…

    …e.create()
    
    BREAKING CHANGE - `IteratorObservable.create<T>()` now returns correctly
    `Obsevable<T>` with supplied type parameter `T`. This fixes the previous
    implmentations which always returns `Obsevable<{}>`.
    tetsuharuohzeki committed Oct 27, 2016
    Configuration menu
    Copy the full SHA
    602bcd8 View commit details
    Browse the repository at this point in the history