v0.0.11
- C++
- Detect functions with pointer return types (up to two
*
) - Suppress function detection for MVP-like cases
- Detect functions with pointer return types (up to two
- Python
- Don't include
__init__
as a function to be consistent with other languages
- Don't include
- General
- Initial support for return type capture
- Initial support for class field capture