Skip to content

Releases: unused-code/unused

0.0.12.alpha

25 May 03:39
8b4f822
Compare
Choose a tag to compare
0.0.12.alpha Pre-release
Pre-release

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

23 May 02:17
c7ca2db
Compare
Choose a tag to compare
0.0.11.alpha Pre-release
Pre-release

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

20 May 02:09
666209f
Compare
Choose a tag to compare
0.0.10.alpha Pre-release
Pre-release

This is the first release shipped via GitHub actions! 🎊🎊🔥🔥

Right now, this is targeting Linux and macOS.

Language Detection (Alpha)

20 Apr 01:27
0cae071
Compare
Choose a tag to compare
Pre-release

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.