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

Changelog History
Page 3

  • v0.12.29 Changes

    July 19, 2021

    ๐Ÿ”‹ Features

    • putils: add PrintAverageExecutionTime

    โœ… Test

    • ๐Ÿ›  fix rgb error test
    • ๐Ÿ›  fix internal test import cycle
    • ๐Ÿ“ฆ move tests into own package

    ๐Ÿ”จ Code Refactoring

    • โœ… replace testify with testza
  • v0.12.28 Changes

    July 17, 2021

    ๐Ÿ”‹ Features

    • spinner: add option to show a timer

    ๐Ÿ› Bug Fixes

    • bar chart: fix panic when rendering empty horizontal bar chart

    โœ… Test

    • spinner: try to fix RawOutput text
    • spinner: add raw output test

    ๐Ÿ”จ Code Refactoring

    • spinner: better raw output logic
    • spinner: refactor
  • v0.12.27 Changes

    July 05, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ’… style: fix multiline style coloring

    โœ… Test

    • ๐Ÿ’… style: fix multiline style coloring
    • ๐Ÿ’… style: fix multiline style coloring
  • v0.12.26 Changes

    July 01, 2021

    ๐Ÿ› Bug Fixes

    • spinner: Override previous text in UpdateText

    ๐Ÿ“š Documentation Changes

    • table: add Boxed option to docs
  • v0.12.25 Changes

    July 01, 2021

    Chore

    • ๐Ÿ— trigger build
    • ๐Ÿ— trigger build
    • github: add codespaces support
    • gitpod: remove gitpod config file
    • vsc: add recommended extensions for VS Code

    ๐Ÿ“š Documentation Changes

    • โšก๏ธ update changelog
    • ๐Ÿ›  fix live printer template comment
    • โž• add live printer template

    ๐Ÿ”‹ Features

    • table: add Boxed option

    โœ… Test

    • โž• add tests for boxed TablePrinter
  • v0.12.24 Changes

    June 13, 2021

    Chore

    • ๐Ÿ“‡ rename putils TableData generation files

    ๐Ÿ”จ Code Refactoring

    • ๐Ÿ–จ boxprinter: prefix title positions with Title
    • putils: add rowSeparator to TableFromSeparatedValues

    ๐Ÿ“š Documentation Changes

    • ๐Ÿ–จ boxprinter: add title & title center position to BoxPrinter
    • ๐Ÿ–จ boxprinter: add title & title position to BoxPrinter
    • ๐Ÿ–จ boxprinter: add title & title positions to BoxPrinter
    • ๐Ÿ–จ boxprinter: add title & title positions to BoxPrinter
    • putils: update putils docs

    ๐Ÿ”‹ Features

    • ๐Ÿ–จ boxprinter: replace line breaks in title with space
    • ๐Ÿ–จ boxprinter: add title center position to BoxPrinter
    • ๐Ÿ–จ boxprinter: add title & title position to BoxPrinter
    • ๐Ÿ–จ boxprinter: add title & title position to BoxPrinter
    • putils: add TableDataFromSeparatedValues
    • putils: add TableDataFromTSV
    • putils: add TableDataFromCSV
    • putils: add function to convert TSV to TableData
    • putils: add function to convert CSV to TableData

    โœ… Test

    • โž• add test for putils TableData generation
    • ๐Ÿ–จ boxprinter: add tests for title center position to BoxPrinter
    • ๐Ÿ–จ boxprinter: add tests for title & title position
  • v0.12.23 Changes

    June 07, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ–จ headerprinter: don't panic if content width > terminal width

    Chore

    • github: update issue template

    ๐Ÿ”จ Code Refactoring

    • prefix: pterm.Error default no line number shown

    ๐Ÿ“š Documentation Changes

    • readme: add cli-template link

    ๐Ÿ”‹ Features

    • โž• Add util functions to create tables from slices of structs (#217)

    โœ… Test

    • prefix: pterm.Error default no line number shown
  • v0.12.22 Changes

    May 30, 2021

    ๐Ÿ“š Documentation Changes

    ๐Ÿ”‹ Features

    • โšก๏ธ make spinner update faster

    ๐ŸŽ Performance Improvements

    • ๐Ÿ‘Œ improve performance of SpinnerPrinter
  • v0.12.21 Changes

    May 30, 2021

    Chore

    • github: remove issue template config.yml

    ๐Ÿ”จ Code Refactoring

    • putils: change internal variable name

    ๐Ÿ“š Documentation Changes

    • putils: add contributing notice to readme

    ๐Ÿ”‹ Features

    • ๐Ÿ–จ print lines above active spinners
    • putils: add DownloadFileWithProgressbar

    ๐Ÿ’… Style

    • ๐Ÿ‘• lint: fix linting error

    โœ… Test

    • โœ… clear active spinners after tests complete
  • v0.12.20 Changes

    May 29, 2021

    Ci

    • create putils README from template
    • ๐Ÿ“„ automatically write putils docs to pterm.sh

    ๐Ÿ“š Documentation Changes

    • pterm-sh: move putils section up in sidebar
    • pterm-sh: add putils docs to sidebar
    • putils: add pkg.go.dev docs link
    • putils: add better docs to putils
    • readme: update pkg.go.dev link to point to the docs section directly
    • readme: disable link styling in badges

    ๐Ÿ”‹ Features

    • 0๏ธโƒฃ force color output by default