SuperModule v1.4.1 Release Notes

Release Date: 2020-04-23 // almost 4 years ago
    • Pauses singleton method recording inside a super_module_included block to avoid replaying on submodules

Previous changes from v1.4.0

    • 👌 Support aliased methods
    • Support safely calling self.included(base) in super module via super_module_included {|base| ... }