maleck13 / readline

read line module for node js
93 stars 27 forks source link

Added support for an option to retain buffer instead of converting to String on 'line' event #16

Closed esaounkine closed 8 years ago

esaounkine commented 8 years ago

Covered with test and added documentation. Also reformatted the code to make it more readable.

maleck13 commented 8 years ago

@esaounkine thanks for your pull request. It looks fine from scanning the code. I will try it out locally. If all good I will merge and publish the change

esaounkine commented 8 years ago

Good plan! Will be awesome to get rid of my fork used in a project where I needed this functionality ;)

maleck13 commented 8 years ago

@esaounkine published @1.3.0

esaounkine commented 8 years ago

Great news! Thanks!