- Fix build .net version
- [BC] Use net 8.0
- [BC] Use net 7.0
- Add
NoMarkup
constructors - Add
ConsoleStyle
membersOutput
with get, setStyle
with get, set
- Add
NoMarkup
Output
- Allow to use custom progress bar instance
- Add
IProgress
interface for a progress bar - Add
ConsoleStyle
methodCreateProgressWith
ProgressStartDefault
- Add
- Allow to create inactive progress bar
- Add
ProgressBar.inactive
function
- Add
- Add custom tag
number
to style numbersu
for underlineb
for boldi
for italic
- Show errors with more then 2 lines just in red foreground, without a block
- [BC] Require Fully Qualified access for
OutputType
- [BC] Use net 6.0
- Update dependencies
- [BC] Remove
CompiledName
attribute - Add Outputs
Buffer
Console
Print
- [BC] Make
ConsoleStyle
as instance, not as a global functions - Add
Font
toMainTitle
- Add
Style
settings - Add output functions
Note
Tabs
Warning
WriteLine
- Enhance markup (colors, underline, bold, italic, ...)
- Progress bar
- Add
ProgressBar
type to implementIDisposable
instead of usingoption
- [BC] Change
ProgressBar
functions to useProgressBar
typeConsole.progressStart
Console.progressAdvance
Console.progressFinish
- Add
ProgressBar
children
- Add
- Update dependencies
- [BC] Require .net core
^3.1
- Add
AssemblyInfo
- [BC] Table requires
list
instead ofseq
- Allow markup in Tables
- Ignore markup in Table header
- [BC] Options requires
list
instead ofseq
- [BC] Change
string * string
tostring list
in functions:options
simpleOptions
groupedOptions
- Fix markup in grouped options.
- Fix error when empty options (sequence) is given.
- Allow simple markup for coloring part of text in functions:
message
(and all variants with formatting)list
messages
options
simpleOptions
groupedOptions
- Use paket for dependency management
- Update for .net core 2.2
- Add Lint
- Add
simpleOptions
function to showoptions
without any line prefix - Add
groupedOptions
function to showoptions
grouped by prefix
- Print error output as standard error output
- Add other output functions with formatting of more parameters
- Add verbosity
- Initial implementation