Skip to content

Releases: bhoriuchi/readline-promise

v1.0.4

08 Mar 10:02

Choose a tag to compare

fixes issue #7

v1.0.3

09 Feb 18:40

Choose a tag to compare

  • Added questionAsync method

v1.0.2

12 Jan 18:29

Choose a tag to compare

Moved devDependencies that were accidentally added as dependencies.

v1.0.0

11 Jan 21:13

Choose a tag to compare

Updates

  • Added forEach, map, & reduce methods
  • Converted old code to ES6 syntax
    • Modified code to use an AsyncIterator so that lines are handled as they are read where the older version would read the entire file into memory and then process it
  • Added tests
  • Added build
  • removed Bluebird dependency, resolves issue #1

Breaking changes

  • the each method no longer returns { lines: <line count> }