Skip to content

Releases: macurovc/insert-docstring

Version v2.2

Choose a tag to compare

@macurovc macurovc released this 27 Nov 12:35

Minor release that removes empty lines at the end of the docstrings and that solves some warnings when installing the package.

Version v2.1

Choose a tag to compare

@macurovc macurovc released this 23 Nov 20:14

This minor release makes the plugin smarter when dealing with class methods. If the first argument is called self or cls, it is ignored in the docstring.

Version v2.0

Choose a tag to compare

@macurovc macurovc released this 07 Nov 18:56

This release includes all the modifications required to release this package on MELPA (see melpa/melpa#7768). The package and its interactive function were renamed.

Version v1.1

Choose a tag to compare

@macurovc macurovc released this 23 Oct 10:17

This release makes the code compliant with the MELPA requirements.

Version v1.0

Choose a tag to compare

@macurovc macurovc released this 12 Oct 20:23
833f43a

This is the first release of this project. It provides a function to automatically generate the Google docstring for a Python function.

Full Changelog: https://github.com/macurovc/insert-docstring/commits/v1.0