Skip to content

Releases: hauleth/mix_unused

v0.4.1

29 Jun 21:01
v0.4.1
b4c7559
Compare
Choose a tag to compare

[v0.4.1] - 2023-06-15

Bug Fixes

  • resolve issue with unused analyzer reporting false positives

Documentation

  • Improve Usage Docs a bit around usage

v0.4.0

02 Feb 15:51
v0.4.0
8f32851
Compare
Choose a tag to compare

v0.4.0 - 2022-02-02

Bug Fixes

  • do not fail if cannot write manifest (5f407c1)

Documentation

  • add documentation about using predicate filters (1360fd5)
  • misc doc changes (05c96f5)

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

18 Oct 09:54
v0.3.0
dc6059a
Compare
Choose a tag to compare

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

0.2.1

13 Oct 19:42
v0.2.1
cf0573e
Compare
Choose a tag to compare

v0.2.1 - 2021-10-13

Bug Fixes

  • properly fail when the severity is high enough
  • relicense to MIT
  • older Erlang versions do not provide doc chunk
  • use documentation chunk for extracting callbacks

Documentation

  • fix escaping in the task documentation

v0.2.0

27 Sep 15:20
v0.2.0
2cb5441
Compare
Choose a tag to compare
## 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

v0.1.0

28 Aug 18:15
v0.1.0
05efe16
Compare
Choose a tag to compare
First release