Released on Dec 6th 2020
Fix buffer local mapping
see heavenshell#118
Thx @tsuyoshicho
Released on Nov 12th 2020
Add option f and n for ln command
see heavenshell#112
Thx @roachsinai
Released on Nov 11th 2020
Add support for smarttab / shiftwidth
see heavenshell#110
Thx @brentyi
Released on Jul 12th 2020
Bug fix
- PydocstringFormat deletes file contents if docstrings already present
see heavenshell#105
Thx @jrwrigh @edkirk30
Released on Apr 30th 2020
Document fix
- Add README note regarding vim-plug and venv
see heavenshell#95
Thx @acamso
Released on Apr 28th 2020
Minor changes
- Add support for Neovim
see heavenshell#89
Thx @brentyi, @nkakouros
Released on Mar 31th 2020
Bug fix
- Fix can use relative path
see heavenshell#82
Thx @Trashcleaner
Add exception feature
see heavenshell#79
Thx @JPFrancoia
Released on Mar 3rd 2020
Bug fix
- Emits error only if in vim
see heavenshell#72
Thx @nkakouros
Released on Feb 22th 2020
Version 2.0.0
Released on Feb 9th 2020
Last version of pure Vim script
Released on Jan 18th 2020
Bug fix
- default value as dict create wrong docstring
see heavenshell#61
Thx @LucaZampieri
Released on Jun 30th 2018
Bug fix
- indent doesn't work with {{_return_type_}} or {{_nested_indent_}}
see heavenshell#51
Thx @JPFrancoia
Released on Jun 30th 2018
Bug fix
- Generate missing param
see heavenshell#44
Released on May 6th 2018
Bug fix
- Default parameter problem
see heavenshell#46
Released on Dec 10th 2017
Bug fix
- Nested typed args(e.g List[int, int, int]) are broken
- Cosmetic changes
see heavenshell#40
Released on Nov 19th 2017
- Minor changes
- Notice template {{_return_type_}} does not add extra blank
- Now template shows as is
Released on Nov 18th 2017
Minor changes
- Change function name camelCase to snake_case
- Change variable name camelCase to snake_case
see heavenshell#34
Released on Nov 18th 2017
Fix bug
- Invalid space after {{_header_}}
- Document's custom template section was wrong
see heavenshell#34
Thx @themightyoarfish
Released on Sep 10th 2017
Fix bug
Template does not exist exception at set wildignore=*.txt
see heavenshell#32
Thx @demonye
Released on Jul 18th 2017
Fix bug
Do not ignore ..
see heavenshell#28
Released on July 2nd 2017
Fix bug
Variable type mismatch for: argTemplate
see heavenshell#25
Thx @oxo42
Released on Mar 25th 2017
Fix bug
Ignored indent when docstring start with '''.
Delete blank line if {{_returnType_}} not exists.
see heavenshell#19
Thx @brainscience
Released on Feb 12th 2017
Fix bug
If none typed arg, lack of last :.
see heavenshell#17
Released on Dec 25th 2016
Add type-hint
see heavenshell#15
Thx @letientai299
Released on Nov 20th 2016
Add Vader integration tests
see heavenshell#14
Thx @letientai299
Released on Sep 1th 2016
Fix add expand to allow relative path
see heavenshell#12
thx @ning-yang
Released on June 1th 2016
add
_nested_indent_
template variable.Thx @pirDOL
Released on January 17th 2016
add
pydocstring_enable_mapping
option.Thx @nfischer
Released on September 28th 2015
- Tiny refactoring.
Released on September 14th 2015
- Enable to use
async
keyword
Released on December 14th 2013
- Fix issue#5
Released on December 06th 2013
- Add template variables for Numpy style docstring