pterm v0.3.0 Release Notes

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

    • ๐Ÿ›  fix WithXYZ(b ...bool) to detect booleans correctly

    ๐Ÿ”จ Code Refactoring

    • โœ‚ remove Version constant
    • ๐Ÿ”„ change WithXXX(b bool) to WithXXX(b ...bool)
    • ๐Ÿ”„ change SetXXX to WithXXX
    • ๐Ÿ”„ change Header to DefaultHeader

    ๐Ÿ“š Documentation Changes

    • demo: add Progressbar to demo

    ๐Ÿ’ฅ BREAKING CHANGE

    โœ‚ remove Version constant

    ๐Ÿ“‡ rename SetXXX to WithXXX

    0๏ธโƒฃ rename Header to DefaultHeader