0.19.5: Interop w/ES Observable draft proposal
- Add interop with ES Observable draft proposal:
most.from
will coerce observables to most.js streams, and streams now implement[Symbol.observable]()
and.subscribe
so that other libs can consume them. - Move Concepts doc to the wiki.