cujojs / most

Ultra-high performance reactive programming
MIT License
3.49k stars 231 forks source link

Add functional `switchLatest` to API docs #374

Closed Frikki closed 7 years ago

Frikki commented 7 years ago

Currently, only the fluent style switch is mentioned in the API docs. However, because of a native language conflict, switch cannot be exported as a functional API, and the provided substitute switchLatest has no mention in the API docs.

davidchase commented 7 years ago

@Frikki great point! care to send in a PR?

Frikki commented 7 years ago

Yes. I’ll do that, @davidchase.

Frikki commented 7 years ago

PR #375 sent, @davidchase

davidchase commented 7 years ago

sweet thanks so much @Frikki

Frikki commented 7 years ago

Tiny, tiny.