File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ 0.6.0] - 2022-02-13
44
5- - Added rst format support (@sam-hoffman @afarntrog )
6- - Switched to github actions (@s-weigand )
7- - Switched placeholder wrapper from square brackets to underscore
8- - Add untyped versions of docstring formats (@Lef-F )
9- - Updated javascript dependencies
5+ - Added one line sphinx format support # 169 (@sam-hoffman @afarntrog )
6+ - Switched to github actions # 214 (@s-weigand )
7+ - Switched placeholder wrapper from square brackets to underscore # 220
8+ - Add untyped versions of docstring formats # 209 (@Lef-F )
9+ - Updated javascript dependencies # 222
1010- Added more extensive debug logging
11- - Added PEP 604 type hint support for pipes (@s-weigand )
12- - Fixed bug: Broken quoted type hint forward references (@IniasP )
13- - Fixed bug: Extra underscore in numpy template (@s-weigand )
14- - Fixed bug: Extra newlines between sections in some cases (@shaperilio )
15- - Fixed bug: Incorrectly parses Literal type hints
16- - Documentation clarification (@johschmitz )
11+ - Added PEP 604 type hint support for pipes # 218 (@s-weigand )
12+ - Fixed bug: Broken quoted type hint forward references # 157 (@IniasP )
13+ - Fixed bug: Extra underscore in numpy template # 216 (@s-weigand )
14+ - Fixed bug: Extra newlines between sections in some cases # 203 (@shaperilio )
15+ - Fixed bug: Incorrectly parses Literal type hints # 223
16+ - Documentation clarification # 211 (@johschmitz )
1717
1818## [ 0.5.4] - 2020-11-17
1919
Original file line number Diff line number Diff line change 11{
22 "name" : " autodocstring" ,
3- "displayName" : " autoDocstring" ,
4- "description" : " Generates python docstrings" ,
3+ "displayName" : " autoDocstring - Python Docstring Generator " ,
4+ "description" : " Generates python docstrings automatically " ,
55 "version" : " 0.6.0" ,
66 "publisher" : " njpwerner" ,
77 "license" : " SEE LICENSE IN LICENSE" ,
8282 " sphinx-notypes" ,
8383 " numpy" ,
8484 " numpy-notypes" ,
85- " one-line-sphinx" ,
86- " one-line-sphinx-notypes"
85+ " one-line-sphinx"
8786 ],
8887 "description" : " Which docstring format to use."
8988 },
You can’t perform that action at this time.
0 commit comments