Releases: ShayanFiroozi/FluentConsole.Net
Releases · ShayanFiroozi/FluentConsole.Net
v1.0.8564
✔ 1.1.8564 ( 2023-06-13 )
➕ Add Symbolic Styles Text for Console (Only alphabets and numbers are available).
➕ Add FastConsole feature to print message(s) very easy :
- PrintText(string text, bool IncludeDateTime = true)
- PrintInfo(string info, bool IncludeDateTime = true)
- PrintWarning(string warning, bool IncludeDateTime = true)
- PrintError(string error, bool IncludeDateTime = true)
- PrintDebug(string error, bool IncludeDateTime = true)
- PrintException(Exception exception, bool IncludeDateTime = true, bool JsonFormat = true)
- Update TestApp to test the FastConsole feture.
- Add "ToJsonFormat()" and "ToStringFormat()" extension methods to the "Exception" class.
- Add "public FluentConsoleBuilder Write(Exception exception, bool JsonFormat = true)" method.
- Fix "WriteLine(List IntegerList, bool formatted = false)" method.
v1.0.8557
✔ 1.0.8557 ( 2023-06-05 )
- Improve performance.
- Add "Write/WriteLineNumberRange" method.
- Add "ResetColor" method.
- Change "Print" method type to void.
- Refactor Write and WriteLine.
- Add more overload for Write and WriteLine.
- Add Exception class print on console with normal and JSON format.
- Rename some methods.
v1.0.8555
✔ First Release !