> On 12 Oct 2014, at 04:22, zladuric <
zlad...@gmail.com> wrote:
>
> I'm not sure about 'streams1' though, but there are wrappers for it, such as
https://www.npmjs.org/package/readable-wrap.
>
> I don't think you need to wrap the writable part of the pipeline, since most of the issues with original streams were when readable stream starts emitting before you can set up a listener.
>
> As for v3 to v2, as far as I'm aware, it should be backwards compatible., it's mostly about flowing/non-flowing mode thing.
Which is actually blessing backward compatibility mode and integrating it, largely.
So streams1 will continue to work, modulo quirks around having to call resume to make them start, just like always. Streams2 will continue to work, as the 'minimal' part of the API.