mirror of
https://github.com/mum4k/termdash.git
synced 2025-04-28 13:48:51 +08:00
Updating CHANGELOG.
This commit is contained in:
parent
2b7bbf2391
commit
fb95437256
25
CHANGELOG.md
25
CHANGELOG.md
@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.7.2] - 25-Feb-2019
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Test coverage for data only packages.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Refactoring packages that contained a mix of public and internal identifiers.
|
||||||
|
|
||||||
|
#### Breaking API changes
|
||||||
|
|
||||||
|
The following packages were refactored, no impact is expected as the removed
|
||||||
|
identifiers shouldn't be used externally.
|
||||||
|
|
||||||
|
- Functions align.Text and align.Rectangle were moved to a new
|
||||||
|
internal/alignfor package.
|
||||||
|
- Types cell.Cell and cell.Buffer were moved into a new internal/canvas/buffer
|
||||||
|
package.
|
||||||
|
|
||||||
## [0.7.1] - 24-Feb-2019
|
## [0.7.1] - 24-Feb-2019
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
@ -14,6 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Some of the packages that were moved into internal are required externally.
|
- Some of the packages that were moved into internal are required externally.
|
||||||
This release makes them available again.
|
This release makes them available again.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
#### Breaking API changes
|
#### Breaking API changes
|
||||||
|
|
||||||
- The draw.LineStyle enum was refactored into its own package
|
- The draw.LineStyle enum was refactored into its own package
|
||||||
@ -185,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- The Gauge widget.
|
- The Gauge widget.
|
||||||
- The Text widget.
|
- The Text widget.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/mum4k/termdash/compare/v0.7.1...devel
|
[Unreleased]: https://github.com/mum4k/termdash/compare/v0.7.2...devel
|
||||||
|
[0.7.2]: https://github.com/mum4k/termdash/compare/v0.7.1...v0.7.2
|
||||||
[0.7.1]: https://github.com/mum4k/termdash/compare/v0.7.0...v0.7.1
|
[0.7.1]: https://github.com/mum4k/termdash/compare/v0.7.0...v0.7.1
|
||||||
[0.7.0]: https://github.com/mum4k/termdash/compare/v0.6.1...v0.7.0
|
[0.7.0]: https://github.com/mum4k/termdash/compare/v0.6.1...v0.7.0
|
||||||
[0.6.1]: https://github.com/mum4k/termdash/compare/v0.6.0...v0.6.1
|
[0.6.1]: https://github.com/mum4k/termdash/compare/v0.6.0...v0.6.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user