Releases: bhoriuchi/readline-promise
Releases · bhoriuchi/readline-promise
v1.0.4
v1.0.3
v1.0.2
v1.0.0
Updates
- Added
forEach,map, &reducemethods - Converted old code to
ES6syntax- Modified code to use an
AsyncIteratorso that lines are handled as they are read where the older version would read the entire file into memory and then process it
- Modified code to use an
- Added tests
- Added build
- removed Bluebird dependency, resolves issue #1
Breaking changes
- the
eachmethod no longer returns{ lines: <line count> }