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

merge v1.2.0 into master #46

Merged
merged 11 commits into from
Dec 30, 2021
Merged

merge v1.2.0 into master #46

merged 11 commits into from
Dec 30, 2021

Conversation

bxparks
Copy link
Owner

@bxparks bxparks commented Dec 30, 2021

  • 1.2.0 (2021-12-29)
    • Simplify StdioSerial class, see
      Issue#43.
      • Replace input ring buffer with a buffer of one character.
      • Wire StdioSerial::write(uint8_t) directly to Posix write(),
        by-passing the <stdio.h> buffer. flush() is no longer necessary.
      • Thanks to @felias-fogg.
    • Revert Breaking Change Made in v1.1.0 Revert 432e304, so that
      Print::writeln() writes \r\n again by default.
      • Fixes Issue#45.
      • Add Print::setLineModeNormal() and Print::setLineModeUnix()
        methods to control the line termination behavior.
      • See README.md#UnixLineMode for usage info.

@bxparks bxparks merged commit 2606815 into master Dec 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants