Releases: mroth/deepclean
Releases · mroth/deepclean
v0.3.2
v0.3.1
v0.3.0
What's Changed
The third-party module github.com/karrick/godirwalk has been replaced with the new standard library filepath.WalkDir, which is more performant. On my laptop, a scan of my src directory is approximately ~50% faster.
Full Changelog: v0.2.2...v0.3.0
v0.2.2
v0.2.1
v0.2.0
Summary
- Refactoring into standard package layout.
- Migration to Go Modules.
- Unit and integration test coverage.
- Dependency and build chain updates.
Changelog
- ci: automated binary releases 0cf4cfb
- ci: let bump not goreleaser handle changelog gen 41192eb
- chore(deps): bump godirwalk module to v1.15.6 578356b
- fix: only count bytes from regular files bc49588
- ci: github actions go tests 0f0d8de
- refactor: use context instead of done chan 9e6cf5e
- refactor: Scanner struct enables error handling 4a21be9
- test: basic integration test for Scan ea91f2f
- test: rudimentary test coverage for result types e639fbc
- docs: minor godoc cleanup c3a1e94
- cleanup: use done chan vs sentinel value a66d34a
- build: update goreleaser config for modules and deprecations cc419dc
- refactor: begin to cleanup into module 8b2c272
- style: get rid of global var 0f209d6
- switch to go modules 4540e4c
- remove local copies of global community health 9e630b6
- add homepage and desc to brew packages 1bc6751