Releases: hauleth/mix_unused
Releases · hauleth/mix_unused
v0.4.1
v0.4.0
v0.4.0 - 2022-02-02
Bug Fixes
- do not fail if cannot write manifest (
5f407c1
)
Documentation
Features
- extract functions metadata to separate file (
4cf981d
) - add possibility to filter using metadata of the entry (
9fa8838
) - add support for unary functions in filters (
684007e
) - scan for transitive unused functions (
80825bd
) - add sponsoring link to the Hex package links (
291c914
) - add analyzer to detect functions called only recursively (
48411d1
) - add covertool support (
cf476e8
) - cleanup analyzers (
5b79d32
) - add analyzer for functions that could be private (
c0bf50d
)
0.3.0
v0.3.0 - 2021-10-18
Bug Fixes
- do not stop tracer process after compilation (fbf7270)
- do not reload application configuration (7c1f7b8)
Documentation
- describe how to ignore the structs and how to use metadata (d0fcd29)
- add doctest that shows we can ignore based pattern match for the module (786d0ec)
Features
- detect unused structs (179201c)
0.2.1
v0.2.0
## v0.2.0 - 2021-09-27 ### Chore - release v0.2.0 - add Credo - fix formatting - split code into modules for easier testing ### Docs - improve documentation of `compile.unused` ### Fix - print path to file as a relative path - test against "textual" representation of atoms as well ### Ft - add support for macros - sort results to return predictable results - allow filtering using regular expressions