Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 953 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 953 Bytes

Changelog

0.3.0 (pshirali, KyleKing)

  1. #25: Fix: Extra data-descriptors from the implementation won't raise errors (pshirali)
  2. #24: Implementations are prevented from inheriting from interfaces (pshirali)
  3. #22: Method signatures of data-descriptors are additionally verified (pshirali)
  4. #21: Interface errors are collected and reported together (KyleKing)

0.2.0 (pshirali, ksindi)

  1. #18: Use twine for uploading to pypi. (ksindi)
  2. #16: Detect and verify async methods, generators and their combination (pshirali)
  3. #15: Project cleanup: flake8, deepsource, makefile and setup.py (pshirali)
  4. #11: Detect and verify staticmethods, classmethods (pshirali)
  5. #10: Fix: Verification when implementation has a property decorator (pshirali)
  6. #8,#9: Moved license from MIT to Apache 2.0 (ksindi, pshirali)
  7. #5: Added additional tests for existing scenarios. Improved others. (pshirali)