flattenSequentially: stop execution of interrupted inner streams (b8d6995)
stream: throw error when there are no error listeners (e512c3e), closes #121
BREAKING CHANGES
flattenSequentially:
This is likely a breaking change for people using flattenSequentially,
specially given that xstream core was fixed so that errors are not swallowed.
Most flattenSequentially code should still work, but upgrade carefully anyway.
stream:
This changes the behavior of most xstream code because errors are no
longer swallowed. When you update xstream to this version, you may
experience new errors thrown that you haven't seen before. Upgrade
carefully, keeping in mind that these thrown errors were always there,
but only now are surfaced.