- Fixed bug about missing newlines after type aliases.
1.0b8
------------------
- Added simplistic support for defining type aliases.
1.0b7
------------------
- Added support for getting class signature from init method in Sphinx.
1.0b6
------------------
- Fixed handling of * separator for keyword-only arguments. - Added support for keyword-only arguments with default values. - Added --version option to command line arguments.
1.0b5
------------------
- Added support for property, staticmethod, and classmethod decorators. - Added support for keyword-only arguments.