Releases: unused-code/unused
0.0.12.alpha
This release focuses on a bunch of performance improvements.
In most cases, runs should be significantly faster. Across the board, execution times cut in half (or more).
On medium-sized applications, e.g. on discourse, runs went from ~3.5s to ~1s.
0.0.11.alpha
This release includes the new doctor
subcommand. 🎉
unused-rs doctor
will run a small set of checks to verify it can make sense of the project, e.g. if it can't parse any tokens, or Universal Ctags wasn't used to generate the tags file.
Additionally, this change updates the path it looks to for the unused config, to ~/.config/unused/unused.yml
.
0.0.10.alpha
This is the first release shipped via GitHub actions! 🎊🎊🔥🔥
Right now, this is targeting Linux and macOS.
Language Detection (Alpha)
Alpha Release
This is it – a seemingly fully-functional working version of Unused, rebuilt from the ground up, with support for both Phoenix and Rails applications.