pterm v0.12.18 Release Notes

Release Date: 2021-05-22 // almost 3 years ago
  • Chore

    • go mod tidy
    • deps: add atomicgo/cursor as dependency

    ๐Ÿ”จ Code Refactoring

    • ๐Ÿ›  fix linting errors

    ๐Ÿ“š Documentation Changes

    • area: add comment for DefaultArea
    • area: add docs for AreaPrinter
    • examples: update area printer example to use Center option
    • examples: add AreaPrinter example
    • pterm-sh: create helper functions section
    • pterm-sh: add EnableStyling and DisableStyling to docs
    • pterm-sh: fix writing-documentation-template.md link

    ๐Ÿ”‹ Features

    • โž• add AreaPrinter
    • area: add Center option
    • area: add Fullscreen option
    • area: add GetContent function
    • area: add AreaPrinter

    โœ… Test

    • area: fix tests for AreaPrinter
    • area: add AreaPrinter tests