All Versions
77
Latest Version
Avg Release Cycle
20 days
Latest Release
931 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.11.0 Changes
November 03, 2020๐ Bug Fixes
- ๐จ centerprinter: make centerprinter func return pointer
Chore
- deps: bump github.com/gookit/color from 1.3.1 to 1.3.2
๐ Documentation Changes
- โ add docs website
- review: add review docs check
- review: update review checks
- review: add review check file
๐ Features
- โ add
PanelPrinter
๐ฅ BREAKING CHANGE
๐จ make centerprinter func
WithCenterEachLineSeparately
return a pointer of centerprinter -
v0.10.1 Changes
November 02, 2020๐ Documentation Changes
- examples: fix
disable-color
example - examples: add center examples
- examples: fix examples
- examples: fix demo
- readme: add center to features
๐ Features
- โ add
CenterPrinter
- examples: fix
-
v0.10.0 Changes
November 01, 2020Chore
- deps: update dependencies
Ci
- ๐ change font of animation SVGs to
consolas
- ๐ change font of animation SVGs
๐จ Code Refactoring
- ignore errors where no errors can occur
- theme: change
ListTextStyle
toBulletListTextStyle
(#104) - theme: change
ProgressbarBarStyle
toFgCyan
(#106) - theme: change white to default color in
Theme
(#103)
๐ Documentation Changes
- examples: update
disable-color
example (#107) - examples: change color of
BigLetter
P of PTerm toFgLightCyan
(#105) - examples: change length of tree example in demo
๐ Features
- ๐จ make printers return errors
- โ add
DisableOutput()
andEnableOutput()
(#108)
๐ฅ BREAKING CHANGE
๐จ Interface of
RenderablePrinter
andLivePrinter
changed.The global variable
DisableOutput
was renamed toOutput
. -
v0.9.3 Changes
October 31, 2020Chore
- approach for an interactive solution
- deps: update dependencies
๐จ Code Refactoring
- clean up
Tree
- theme: change
TreeTextStyle
toFgDefault
- tree: add Indent to control the spacing between levels and changed docs(examples)
- tree: add more spacing between levels
- tree: refactor
Tree
code and write tests forTree
- tree: refactor
Tree
code - tree: refactor
Tree
code - tree: refactor
Tree
code - tree: refactor
Tree
code and write tests forTree
๐ Documentation Changes
- examples: add
Tree
to demo - examples: refactor
Tree
example - examples: refactor
treelist
example - examples: add example for
Tree
- examples: add example for
Tree
- examples: add
Tree
to demo - examples: refactor
treelist
example - examples: refactor
treelist
example - readme: add
Tree
to features
๐ Features
- โ add a levelList converter for TreeListPrinter
- โ add
TreeListPrinter
as a renderable printer - โ add
TreeListPrinter
as a renderable printer - theme: add theme support for
Tree
โ Test
- tree: add
Tree
tests
-
v0.9.2 Changes
October 29, 2020๐ Documentation Changes
- examples: add
disable-color
example
๐ Features
- โ add option to disable and enable colors
- examples: add
-
v0.9.1 Changes
October 27, 2020๐จ Code Refactoring
- ๐ make the prefix of
Info
smaller again
๐ Documentation Changes
- ๐ make the prefix of
-
v0.9.0 Changes
October 27, 2020๐ Bug Fixes
- ๐จ progressbar disappears when done and something is printed after
Chore
- deps: update dependencies
Ci
- ๐ฒ replace log panic with fatal
- proxy cmd stdout to os stdout
๐จ Code Refactoring
- โ remove
UpdateDelay
fromProgressbar
- ๐ change
NewList
toNewBulletList
- ๐ change
NewList
toNewBulletList
- โก๏ธ deprecate
UpdateDelay
inProgressbar
๐ Documentation Changes
- examples: update
print-with-color
example - examples: remove 2 lines from max terminal max height in fade
- examples: update
BigTextPrinter
example - examples: update
Theme
example - examples: update
BulletListPrinter
example - examples: change color fade multiple example (#85)
- examples: update
BulletListPrinter
custom example - examples: add more delay between table and end
- examples: redo demo (#90)
- examples: update
Table
example - examples: update
Spinner
example - examples: update
DefaultSection
example - examples: update
DefaultProgressbar
example - examples: update
HeaderPrinter
example - examples: update
print-color-rgb
example - examples: update
print-color-fade-multiple
example - examples: update
print-color-fade
example - examples: update
BasicTextPrinter
example - examples: update
ParagraphPrinter
custom example - examples: update
HeaderPrinter
custom example - examples: update
override-default-printers
example - examples: update
ParagraphPrinter
example - godoc: add package description
- readme: add features list to README (#84)
- readme: add link to examples location
- readme: shrink features list
- readme: remove one space between demo and header
- readme: use real emoji for features list
- readme: add prefix to features
- readme: add source link to demo
๐ Features
- โ add
Debug
PrefixPrinter
- โ add support for enabling and disabling debug messages
โ Test
- โ add debugger tests to
PrefixPrinter
- โ add progressbar tests
๐ฅ BREAKING CHANGE
โ Removed
UpdateDelay
fromProgressbar
. It's no longer used. The Progressbar automatically updates on every change to the current value.๐ Changed
NewList
toNewBulletList
. -
v0.8.1 Changes
October 26, 2020๐จ Code Refactoring
- ๐จ refactor doc
- ๐จ refactor code
๐ Documentation Changes
- ๐ change bug emoji
- โ add issue templates
- โก๏ธ update bug issue template
- examples: add multiple color fade example
- examples: add TrueColor info to fade examples
- examples: add space to fade examples
- examples: shrink fade TrueColor info
- readme: add short description
๐ Features
- โ add fade from one RGB over several RGBs to another RGB
-
v0.8.0 Changes
October 24, 2020Ci
- โ add restarting text
- ๐ more logs in CI
- โ remove goroutines to test efficiency
- escape coverage filepath
- ๐ fix codecov
- upload coverage report
๐จ Code Refactoring
- ๐ make
BigTextPrinter
release ready - ๐ change
LineCharacter
toBarCharacter
(#70)
๐ Documentation Changes
- contributing: update contributing guides
- examples: color fade demo, fade from cyan to magenta (#68)
- examples: refactor demo
- examples: add header to demo
- readme: add test coverage to readme
- readme: change unit tests badge color to magenta
- readme: add coverage badge
- readme: update readme
- readme: add Q&A to readme
๐ Features
โ Test
- โ
test that
%s
won't fail to print
๐ฅ BREAKING CHANGE
๐ Changed
LineCharacter
toBarCharacter
. -
v0.7.0 Changes
October 20, 2020๐ Bug Fixes
- ๐ make theme accept pointer styles
- ๐ make Spinner accept pointer Style
- ๐ make WithMessageStyle accept Style pointer
- โ add nil check to SectionPrinter Style
- ๐ section printer Style to pointer
Ci
- ๐ better error handling in CI System (#61)
- disable paramTypeCombine
- dont check for paramTypeCombine
- โ put unit test count into readme
๐จ Code Refactoring
- ๐ฒ use log output
- โ remove obsolete if
- fit progressbar to new percentage calculation method
- ๐ make fatal panic
- ๐ rename parameters
- don't show empty line when removing a progressbar
๐ Documentation Changes
- comment WithBoolean
- less to-do checks
- โ add unit test count badge
- โ document test utils
- contributing: update test template
- contributing: add test template to contributing guides
- contributing: add printer nil check example
๐ Features
- progressbar: add RemoveWhenDone
โ Test
- โ add tests color and style
- โ add tests to root print functions
- โ add tests to progressbar
- โ add tests to terminal
- โ add tests to theme
- ๐ fix internal percentage test
- โ add tests to Spinner
- โ add tests for TablePrinter
- โ special tests for special statements
- โ complete PrefixPrinter tests
- โ add PrefixPrinter tests
- โ rename HeaderPrinter tests
- โ complete HeaderPrinter tests
- โ add ParagraphPrinter tests
- โ add HeaderPrinter tests
- โ make unit test system check different types
- โ add SectionPrinter tests
- โ implement test utils
- โ add rgb tests
โ Tests
- โ add internal percentage tests
- โ add BasicTextPrinter tests
- โ test PrefixPrinter special cases