Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 543 Bytes

File metadata and controls

31 lines (20 loc) · 543 Bytes

FsReadLine Change Log

0.2.0 (2023-08-04)

Added

  • SetCancelKeyHandler method to enable ctrl+c handling.

Changed

  • Adapt clear screen function for the latest .NET
  • Make ReadLineContext mutable.

0.1.6 (2023-08-03)

Changed

  • .NET version up

0.1.5 (2020-05-03)

Changed

  • Fix clear screen function and make it platform-independent.

0.1.4 (2020-05-03)

Added

  • Add a function for updating prompt string.
  • Add a shortcut (Ctrl+L) for clearing screen.

0.1.3 (2020-04-13)

Changed

  • Ignore ESC key.