pterm v0.2.0 Release Notes

Release Date: 2020-09-30 // over 3 years ago
  • ๐Ÿ› Bug Fixes

    • spinners spin evenly when multiple spinners are started

    Chore

    • deps: update deps

    Ci

    • โšก๏ธ update changelog generation
    • ๐Ÿ‘• run golangci-lint on every push and pull-request
    • โž• add golangci linting
    • ๐Ÿ‘‰ make example source code expandable in main readme
    • โž• add multi threaded animation generation
    • โž• add dependabot

    ๐Ÿ”จ Code Refactoring

    • โฌ†๏ธ bump version to "v0.2.0"
    • ๐Ÿ”„ change WithXXX to SetXXX
    • โœ‚ removed Println aliases

    ๐Ÿ“š Documentation Changes

    • โž• add CONTRIBUTING.md
    • โž• add code of conduct
    • โž• add unstable notice
    • demo: add space between intro and spinner
    • examples: update demo example
    • examples: update demo example
    • examples: break demo example into two parts

    ๐Ÿ”‹ Features

    • ๐Ÿ’… change style of Description printer
    • โž• add color in color support
    • โž• add RemoveWhenDone to Spinner
    • โž• add multiline support to PrefixPrinter
    • โž• add UpdateText to spinner

    ๐ŸŽ Performance Improvements

    • ๐Ÿ‘Œ improve spinner performance

    ๐Ÿ’… Style

    • clean up code

    ๐Ÿ’ฅ BREAKING CHANGE

    every WithXXX is renamed to SetXXX

    โœ‚ remove GetFormattedMessage from PrefixPrinter

    โœ‚ removed Println aliases