Releases: unused-code/unused
0.4.0
This release introduces a new argument, --tags-file-path
(or -t
), that accepts path to a tags file. Previously, unused looked only at a couple of specific paths; this allows the user to override this value.
As always, installation and upgrade instructions can be found here!
0.3.1
0.3.1
0.3.0
This release updates exit status when the application errors, and adds a new flag, --harsh
.
--harsh
can be used within CI workflows to return an exit status of 1 if any tokens are found for the particular likelihood thresholds and filters applied.
0.2.3
0.2.3
0.2.2
0.2.2
0.2.1
Patch release: This updates the reported unused
version from the CLI.
0.2.0
This release includes the following improvements:
- Better support for non-UTF-8 contents in tags files
- Improved support for finding and reading tags files
0.1.0
0.1.0
0.1.0.alpha
0.1.0.alpha
0.0.13.alpha
This release updates path matching rules to be more lax; especially on monorepos, this should result in better project type detection and low likelihood calculations.