Skip to content

v1.2.4

Choose a tag to compare

@Morriar Morriar released this 01 Mar 18:40
· 800 commits to main since this release
99d2d82

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_names into ignore_classes_named by @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_send by @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

Full Changelog: v1.2.3...v1.2.4