go-test-color/CHANGELOG.md

74 lines
1.0 KiB
Markdown

# CHANGELOG
## v0.6.0 (2021-1-18)
### Others
- chore: update badges
- chore: bump golangci-lint v1.34 in github action
- chore(readme): add pkg.go.dev badge
- chore(changelog): generate v0.5.0
## v0.5.0 (2020-12-18)
### Others
- refactor: split color func from runGoTest
- build: update go.mod
- chore(readme): add thanks
- chore: remove ext from LICENSE
- chore: generate CHANGELOG v0.4.0
## v0.4.0 (2020-12-1)
### Added
- feat: split stdout and stderr reader, writer
### Others
- chore: build using gotip for github action
- chore: generate CHANGELOG v0.3.0
## v0.3.0 (2020-11-12)
### Added
- feat: remove wg.Sync() as no need
### Others
- chore: generate CHANGELOG v0.2.0
## v0.2.0 (2020-11-11)
### Others
- chore: add github action badge in README
- ci: add github action for go test, lint
- chore: generate CHANGELOG v0.1.0
## v0.1.0 (2020-11-11)
### Added
- feat: run go test with color
### Others
- docs: add install and usage guide in README
- chore: init gitignore and go.mod
- chore: add MIT LICENSE