Skip to content

Releases: ShayanFiroozi/FluentConsole.Net

v1.0.8564

13 Jun 12:34
Compare
Choose a tag to compare

✔ 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 :

  1. PrintText(string text, bool IncludeDateTime = true)
  2. PrintInfo(string info, bool IncludeDateTime = true)
  3. PrintWarning(string warning, bool IncludeDateTime = true)
  4. PrintError(string error, bool IncludeDateTime = true)
  5. PrintDebug(string error, bool IncludeDateTime = true)
  6. 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

05 Jun 05:28
Compare
Choose a tag to compare

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

04 Jun 09:05
Compare
Choose a tag to compare

✔ First Release !