v1.2.4
What's Changed
✨ Enhancements
- Ignore more methods using deadcode plugins by @Morriar in #436
- Ignore constants, classes and modules from dead code plugins by @Morriar in #437
- Indexer calls internal methods of plugin base by @Morriar in #441
- Rename
ignore_class_namesintoignore_classes_namedby @Morriar in #442 - Introduce more plugin rules by @Morriar in #446
- Always strip prefix before name comparison with string DSL by @Morriar in #445
- Make it easy to ignore direct subclasses of a class in dead code plugins by @Morriar in #438
- Add plugin behavior on
on_sendby @Morriar in #450 - Introduce dead code plugin loading mechanism by @Morriar in #453
- Introduce Spoom::Deadcode::Remover by @Morriar in #452
- Add minitest backtrace filter by @andyw8 in #457
🐛 Bug Fixes
🛠 Other Changes
- Mark redefined ERB methods as
overrideby @Morriar in #434 - Refactor plugin base tests by @Morriar in #444
- Bump version to v1.2.4 by @andyw8 in #463
Full Changelog: v1.2.3...v1.2.4