Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 345 Bytes

File metadata and controls

17 lines (11 loc) · 345 Bytes

Changelog

Version 0.3.0 (2025-03-20)

  • Add support for setter/deleter methods
  • Drop Python 3.8 support

Version 0.2.0 (2024-02-21)

  • Add protected functions support

Version 0.1.3 (2022-02-24)

  • create valid error message for special method
  • add python 3.9, 3.10 support
  • gitlab actions instead of travis
  • fixed flake8 errors