- Switched to mustache.js for templating
- Added support for custom templating
- Fixed bug - newline after generating docstring
- Added support for single quotes (@Modelmat)
- Bugfixes (@chirieac, @md2perpe)
- Bugfixes
- Added includeName option to include function name in docstring
- Added newlineBeforeSummary option
- Removed test functions from install script
- Rewrote parser to tokenize parameters. Should deal with string and array kwargs better
- Added type inference using type hints, kwarg defaults, and var names
- Improved the closed docstring check
- Added unit tests for parser
- Add Sphinx and Numpy formatters
- Bugfixes
- Better documentation
- Fixed parsers
- Changed name, added logo, cleaned up readme, and added explanatory gif
- Will get better at change logs!
- Supports google and typed PEP0257 style docstrings
- Supports automatic creation on enter after triple quotes
- Supports activation through context menu and command palette