pterm v0.12.15 Release Notes

Release Date: 2021-05-13 // about 3 years ago
  • ๐Ÿ› Bug Fixes

    • prefix: fix PrintOnError

    ๐Ÿ”จ Code Refactoring

    • correct behaviour of Enable-/DisableStyling
    • ๐Ÿ›  fix variable names

    ๐Ÿ“š Documentation Changes

    • contributing: update test template
    • examples: add disable-styling example
    • examples: revert BarChart example

    ๐Ÿ”‹ Features

    • โž• add raw output mode for BarChart
    • โž• add disable styling boolean option
    • bigtext: add raw output mode
    • ๐Ÿ–จ centerprinter: add raw output mode
    • ๐Ÿ–จ headerprinter: add raw output mode
    • ๐Ÿ–จ panelprinter: add raw output mode
    • paragraph: add raw output mode
    • prefix: add PrintIfError
    • prefix: add raw output mode
    • progressbar: add raw output mode
    • spinner: add raw output mode

    โœ… Test

    • โž• add tests with RawOutput enabled
    • โž• add interface tests for Color and RGB
    • โž• added tests for DisableStyling and EnableStyling