v0.6
What's Changed
Highlights
5 new project types supported, cmake, composer, pub, elixir, and swift! Thank you to the new contributors who added these 😊
Support for only showing projects last modified past a certain date in #66. Thank you @gabrielztk . To only show projects modified more than 3 months ago, run kondo --older 3M
. More options in --help
.
Project discovery and deletion have been moved to separate threads. This results in a much snappier user experience as the 3 distinct phases are no longer locked in sync 1 project at a time. The main
functions is now much easier to read as a side effect.
The readme has also gotten a coat of paint, feedback welcome.
Changes
- feat(cmake): add support for cleanup cmake projects by @sassman in #56
- Add support for Composer (PHP) projects by @WesleyKlop in #58
- Add support for Pub (Dart) projects by @Desdaemon in #62
- Symlink changes, last modified by @tbillington in #63
- Only delete old projects (skip active projects) by @gabrielztk in #66
- feat: add elixir projects by @aschiavon91 in #69
- Added .angular to files to be cleaned by @arlllk in #72
- Add support for the swift langugae by @bode-fun in #76
- Readme update by @tbillington in #78
- Multi-thread discovery & deletion by @tbillington in #79
New Contributors
- @sassman made their first contribution in #56
- @WesleyKlop made their first contribution in #58
- @Desdaemon made their first contribution in #62
- @gabrielztk made their first contribution in #66
- @aschiavon91 made their first contribution in #69
- @arlllk made their first contribution in #72
- @bode-fun made their first contribution in #76
Full Changelog: v0.5...v0.6