- #25: Fix: Extra data-descriptors from the implementation won't raise errors (pshirali)
- #24: Implementations are prevented from inheriting from interfaces (pshirali)
- #22: Method signatures of data-descriptors are additionally verified (pshirali)
- #21: Interface errors are collected and reported together (KyleKing)
- #18: Use twine for uploading to pypi. (ksindi)
- #16: Detect and verify async methods, generators and their combination (pshirali)
- #15: Project cleanup: flake8, deepsource, makefile and setup.py (pshirali)
- #11: Detect and verify staticmethods, classmethods (pshirali)
- #10: Fix: Verification when implementation has a property decorator (pshirali)
- #8,#9: Moved license from MIT to Apache 2.0 (ksindi, pshirali)
- #5: Added additional tests for existing scenarios. Improved others. (pshirali)