Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 2.63 KB

CHANGELOG.md

File metadata and controls

54 lines (30 loc) · 2.63 KB

Changelog

3.0.1 (2023-11-20)

Bug Fixes

3.0.0 (2023-11-16)

⚠️ BREAKING CHANGES

  • read is now written in TypeScript and types are now shipped as part of this package.

Features

  • 18cb7bd #77 convert to typescript and esm (#77) (@lukekarrys)

Documentation

  • ada826d #59 remove unnecessary callback param (#59) (@igrep)

2.1.0 (2023-04-13)

Features

  • c149cf9 #51 add completer option to forward to readline (#51) (@wraithgar, @131)

Bug Fixes

  • c5932e8 #35 Support rare \r line break (#35) (@NikxDa, @wraithgar, @wraithgar)
  • f30fe66 #52 extra newline on muted, replaced input (#52) (@wraithgar, @deed02392)

2.0.0 (2022-12-13)

⚠️ BREAKING CHANGES

  • this module has been refactored to use promises
    • the API is now promise only and no longer accepts a callback
    • the Promise is resolved to a string and no longer returns isDefault
  • this package is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • c5b56f6 use async/await (@lukekarrys)
  • 5a7563b add template-oss (@lukekarrys)

Documentation

  • 711d7cd #30 Fix typo "Writeable" => "Writable" in README.MD (#30) (@vitalymak, @vitalymak)

Dependencies

  • 6102578 #42 bump mute-stream from 0.0.8 to 1.0.0 (#42)