All Versions
77
Latest Version
Avg Release Cycle
20 days
Latest Release
931 days ago

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
  • v0.10.0 Changes

    November 01, 2020

    Chore

    • 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 to BulletListTextStyle (#104)
    • theme: change ProgressbarBarStyle to FgCyan (#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 to FgLightCyan (#105)
    • examples: change length of tree example in demo

    ๐Ÿ”‹ Features

    • ๐Ÿ–จ make printers return errors
    • โž• add DisableOutput() and EnableOutput() (#108)

    ๐Ÿ’ฅ BREAKING CHANGE

    ๐Ÿ–จ Interface of RenderablePrinter and LivePrinter changed.

    The global variable DisableOutput was renamed to Output.

  • v0.9.3 Changes

    October 31, 2020

    Chore

    • approach for an interactive solution
    • deps: update dependencies

    ๐Ÿ”จ Code Refactoring

    • clean up Tree
    • theme: change TreeTextStyle to FgDefault
    • 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 for Tree
    • tree: refactor Tree code
    • tree: refactor Tree code
    • tree: refactor Tree code
    • tree: refactor Tree code and write tests for Tree

    ๐Ÿ“š 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
  • v0.9.1 Changes

    October 27, 2020

    ๐Ÿ”จ Code Refactoring

    • ๐Ÿ‘‰ make the prefix of Info smaller again

    ๐Ÿ“š Documentation Changes

  • 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 from Progressbar
    • ๐Ÿ”„ change NewList to NewBulletList
    • ๐Ÿ”„ change NewList to NewBulletList
    • โšก๏ธ deprecate UpdateDelay in Progressbar

    ๐Ÿ“š 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 from Progressbar. It's no longer used. The Progressbar automatically updates on every change to the current value.

    ๐Ÿ”„ Changed NewList to NewBulletList.

  • 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, 2020

    Ci

    • โž• 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 to BarCharacter (#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

    • โž• add BigTextPrinter (#75)
    • ๐Ÿ–จ use level of section printer
    • โž• add BulletListPrinter (#67)

    โœ… Test

    • โœ… test that %s won't fail to print

    ๐Ÿ’ฅ BREAKING CHANGE

    ๐Ÿ”„ Changed LineCharacter to BarCharacter.

  • 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