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

ThroughStream is now a direct implementation of DuplexStreamInterface #88

Merged
merged 1 commit into from
Apr 24, 2017

Conversation

clue
Copy link
Member

@clue clue commented Apr 24, 2017

It no longer builds on top of CompositeStream, which helps cleaning up
the class hierarchy and removes unneeed readable and writable objects.

This is technically a BC break because it changes the class hierarchy, but outside behavior is actually unchanged. Any of the known implementations (http://packanalyst.com/class?q=React%5CStream%5CThroughStream) would not be affected by this change.

It no longer builds on top of CompositeStream, which helps cleaning up
the class hierarchy and removes unneeed readable and writable objects.
@clue clue added this to the v0.7.0 milestone Apr 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants