Version 0.2.0
This release was made possible by awesome people who contributed
to the project during #hactoberfest. List of awesome people:
Features
- Now we are counting
asyncfunction as a module member - We now forbid to use
credits()builtin function - We now check
async forandasync withnesting level - We now check
async forandasync withvariable names - We now count
asyncmethods as method for classes complexity check - We now count
asyncfunctions as functions for module complexity check - We now check
asyncfunctions names and arguments - We now count
asyncfunctions complexity - We now ignore
asyncfunctions in jones complexity check - We now check for nested
asyncfunctions - We now check for
asyncfunctions with@staticmethoddecorator
Misc
- Improves docs: add
usage.rst - Improves docs: adds naming convention to the
naming.py - Improves docs: multiple typos, bugs, and issues fixes
- Improves tests: now we are testing
asynccomprehensions