Releases: shibayan/Sharprompt
Releases · shibayan/Sharprompt
v2.3.2
- Symbol Color Changable (#138) Thanks @rhotav
- Improve rendering performance (#137)
- Make error message color customizable (#140)
- Fixed invalid cursor position (#141)
v2.3.1
- Adding List prompt example in README (#131)
- Code cleanup for next version development (#132)
- Fixed AutoForms multi-select error (#139)
v2.3.0
- Refactoring validation mechanism (#127)
- Adding pagination for
Select
and MultiSelect
(#128)
- Improvement rendering and cancellation (#129)
v2.3.0-preview3
- Adding suffix for form implementation (#123)
- Added new List prompt type (#124)
- Adding README for NuGet package (#125)
- Fixed minimum and maximum validation not working (#126)
v2.3.0-preview2
- Fixed rendering slowdown on consecutive keystrokes (#121)
- Update latest gitignore for VisualStudio (#122)
v2.3.0-preview1
- Streamlined default console driver (#117)
- Introduce the Options model (#119)
v2.2.0
- Adding default values for MultiSelect (#112)
- Fixed an error when Order property is not set (#114)
v2.2.0-preview2
- Adding basic AutoForms support (#101)
- Added custom error message to validators (#109) Thanks @PitySOFT
- Update naming rule (#110)
- Fixed input default value broken (#111)
v2.2.0-preview1
- Remove ValidationResult and adding TryGetValue model (#99)
- Simplify implementation and namespaces (#100)
- Fixed dotnet-format option (#102)
- Fixed Required validator for not string type (#104)
- Minor update (#106)
- Improvement default value handling (#107)
- Fixed default value condition (#108)