Projects STRLCPY termdash Commits fb954372
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    CHANGELOG.md
    skipped 6 lines
    7 7   
    8 8  ## [Unreleased]
    9 9   
     10 +## [0.7.2] - 25-Feb-2019
     11 + 
     12 +### Added
     13 + 
     14 +- Test coverage for data only packages.
     15 + 
     16 +### Changed
     17 + 
     18 +- Refactoring packages that contained a mix of public and internal identifiers.
     19 + 
     20 +#### Breaking API changes
     21 + 
     22 +The following packages were refactored, no impact is expected as the removed
     23 +identifiers shouldn't be used externally.
     24 + 
     25 +- Functions align.Text and align.Rectangle were moved to a new
     26 + internal/alignfor package.
     27 +- Types cell.Cell and cell.Buffer were moved into a new internal/canvas/buffer
     28 + package.
     29 + 
    10 30  ## [0.7.1] - 24-Feb-2019
    11 31   
    12 32  ### Fixed
    13 33   
    14 34  - Some of the packages that were moved into internal are required externally.
    15 35   This release makes them available again.
     36 + 
     37 +### Changed
    16 38   
    17 39  #### Breaking API changes
    18 40   
    skipped 166 lines
    185 207  - The Gauge widget.
    186 208  - The Text widget.
    187 209   
    188  -[Unreleased]: https://github.com/mum4k/termdash/compare/v0.7.1...devel
     210 +[Unreleased]: https://github.com/mum4k/termdash/compare/v0.7.2...devel
     211 +[0.7.2]: https://github.com/mum4k/termdash/compare/v0.7.1...v0.7.2
    189 212  [0.7.1]: https://github.com/mum4k/termdash/compare/v0.7.0...v0.7.1
    190 213  [0.7.0]: https://github.com/mum4k/termdash/compare/v0.6.1...v0.7.0
    191 214  [0.6.1]: https://github.com/mum4k/termdash/compare/v0.6.0...v0.6.1
    skipped 6 lines
Please wait...
Page is in error, reload to recover