Skip to content

Releases: Latency/ReadLine

v2.1.4

18 Mar 23:47
Compare
Choose a tag to compare

Added missing member to IConsole.cs

Add support for Ctrl+C. Revamped unit tests.

18 Mar 02:45
Compare
Choose a tag to compare

Moved SRC and Test folders to root directory.
Refactored static ReadLine class to a true singleton.
Changed unit tests to use NUnit instead of XUnit.
Fixed Ctrl+C issue tonerdo#59 (Add option to return CTRL+C)
Updated version.

Fixed history.

22 Jun 20:00
Compare
Choose a tag to compare
v2.1.2

Fixed history.

Fixed password option to not show on the screen.

05 Jun 07:10
Compare
Choose a tag to compare
v2.1.1

Fixed password option to not show on the screen.

Added keyhandler system to intercept special character input.

05 Jun 06:17
Compare
Choose a tag to compare

Updated to support .NET Standard v2.0 - v2.1 / Core v2.2 - v3.0 / Framework v4.5 - v4.8

05 Jun 02:54
Compare
Choose a tag to compare

Update unit tests and restructured internals visible to derived projects only.

04 Jun 23:14
Compare
Choose a tag to compare

Switch out unit test framework. Still failing for Appveyor.
Removed latest targeting frameworks for this build. Will revert in next. Satisfies appveyor for PR.
Restructured KeyHandler and internals for ReadLine library. Does not make internals visible externally.
Added visibles to derived projects expecting code signed key.

Tested issue tonerdo#52 and unable to reproduce.
Demo app seems to run fine.

Update compatibility for .NET Core and latest framework.

04 Jun 23:33
Compare
Choose a tag to compare

Updated to support .NET Standard v2.0 / Core 2.2 & 3.0 / Framework v4.5 / v4.6.2 / v4.7.2

Update compatibility for .NET Core and latest framework.

24 Oct 23:53
Compare
Choose a tag to compare

Update for .NET Core 2.0 & .NET 4.7.1.