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

The Stdio is now a well-behaving duplex stream #35

Merged
merged 4 commits into from
Jun 10, 2016
Merged

Conversation

clue
Copy link
Owner

@clue clue commented Jun 10, 2016

The Stdio is now a well-behaving duplex stream which will now emit each complete line as data events. If you need access to the raw input byte stream, consider using the Stdin as a readable stream instead.

The writable behavior is now also more predictable and stable. The test suite has been improved significantly.

This changeset also improves output performance significantly, most notably the output should no longer "flicker".

This is a BC break because the ctor arguments have been changed. This ctor is only used internally, so it should not affect any consumers of this lib.

Closes #17 and closes #34.
Builds on top of #32 and #33.

@clue clue merged commit 37785c3 into clue:master Jun 10, 2016
@clue clue deleted the stdio branch June 10, 2016 23:01
@clue clue modified the milestone: v0.4.0 Sep 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant