termdash v0.7.1 Release Notes

Release Date: 2019-02-24 // about 5 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ“ฆ Some of the packages that were moved into internal are required externally. This release makes them available again.

    ๐Ÿ”„ Changed

    ๐Ÿ’ฅ Breaking API changes

    • ๐Ÿ’… The draw.LineStyle enum was refactored into its own package linestyle.LineStyle. Users will have to replace:

      • draw.LineStyleNone -> linestyle.None
      • draw.LineStyleLight -> linestyle.Light
      • draw.LineStyleDouble -> linestyle.Double
      • draw.LineStyleRound -> linestyle.Round