-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Flipped ByteLength & Delimiter descriptions in doc #970
Conversation
Can you also run On Wed, Oct 19, 2016, 4:17 PM Jacob notifications@github.com wrote:
|
I'll do it. |
And Thanks! |
Sorry I didn't know to run |
- [all] fixed a crash when pausing while reading thanks to @bminer and @baffo32 and others to debug and fix this - [all] ReadLineParser has been renamed to ReadlineParser to match worldwide convention - [windows] Fix flush behavior using PurgeComm fixing #962 via @samisaham - [windows] Remove read and write timeouts solving #781 via @giseburt - [docs] Electron build docs #965 via @chalkers - [docs] Spelling fixes via @Awk34 - [docs] Update parser docs to be correct #970 via @jacobq - [notes] buffer-indexof is now completely compliant with latest node 6 buffer.indexOf because it's nice to have and we now use it on older nodes - [notes] dropped node 5 support, should still work but you shouldn't use it
Flipped ByteLength & Delimiter descriptions in doc
- [all] fixed a crash when pausing while reading thanks to @bminer and @baffo32 and others to debug and fix this - [all] ReadLineParser has been renamed to ReadlineParser to match worldwide convention - [windows] Fix flush behavior using PurgeComm fixing #962 via @samisaham - [windows] Remove read and write timeouts solving #781 via @giseburt - [docs] Electron build docs #965 via @chalkers - [docs] Spelling fixes via @Awk34 - [docs] Update parser docs to be correct #970 via @jacobq - [notes] buffer-indexof is now completely compliant with latest node 6 buffer.indexOf because it's nice to have and we now use it on older nodes - [notes] dropped node 5 support, should still work but you shouldn't use it
Per request on Gitter yesterday