Skip to content

Releases: mroth/deepclean

v0.3.2

27 Jul 21:32
e225b34

Choose a tag to compare

What's Changed

  • feat: skip vcs directory trees during search by @mroth in #7

Full Changelog: v0.3.1...v0.3.2

v0.3.1

27 Jul 01:38
7250872

Choose a tag to compare

What's Changed

  • Build maintenance and modernization for 2025 by @mroth in #6

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Apr 20:57

Choose a tag to compare

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

12 Dec 01:30

Choose a tag to compare

Changelog

  • build(ci): build ARM binaries for Apple Silicon 78844e4
  • chore(deps): bump godirwalk to v1.16.1 d92f4ea
  • build(ci): update build toolchain to go1.17 bbb5a61

v0.2.1...v0.2.2

v0.2.1

10 Aug 20:45

Choose a tag to compare

Notable changes

Improved performance consistency by bounding metadata scans via a worker pool.

Changelog

  • perf: bounded concurrency of worker pool 082798f

v0.2.0...v0.2.1

v0.2.0

09 Aug 22:58

Choose a tag to compare

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

v0.1.0...v0.2.0

v0.1.0

10 Aug 21:48

Choose a tag to compare

Initial release 🎉