|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -## [0.6.1] - 2022-02-15 |
| 3 | +## Unreleased |
| 4 | + |
| 5 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.6.1...master) |
| 6 | + |
| 7 | +## [0.6.1](https://github.com/NilsJPWerner/autoDocstring/tree/v0.6.1) - 2022-02-15 |
4 | 8 |
|
5 | 9 | - Rename oneline-rst to one-line-sphinx |
6 | 10 | - Remove oneline-rst-notypes as provided format |
7 | | -- Documentation: Add examples of docstrings formats #224 |
| 11 | +- Documentation: Add examples of docstrings formats ([#224](https://github.com/NilsJPWerner/autoDocstring/issues/224)) |
| 12 | + |
| 13 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.5.4...v0.6.0) |
8 | 14 |
|
9 | | -## [0.6.0] - 2022-02-13 |
| 15 | +## [0.6.0](https://github.com/NilsJPWerner/autoDocstring/tree/v0.6.0) - 2022-02-13 |
10 | 16 |
|
11 | | -- Added one line sphinx format support #169 (@sam-hoffman @afarntrog) |
12 | | -- Switched to github actions #214 (@s-weigand) |
13 | | -- Switched placeholder wrapper from square brackets to underscore #220 |
14 | | -- Add untyped versions of docstring formats #209 (@Lef-F) |
15 | | -- Updated javascript dependencies #222 |
| 17 | +- Added one line sphinx format support ([#169](https://github.com/NilsJPWerner/autoDocstring/issues/169)) (@sam-hoffman @afarntrog) |
| 18 | +- Switched to github actions ([#214](https://github.com/NilsJPWerner/autoDocstring/issues/214)) (@s-weigand) |
| 19 | +- Switched placeholder wrapper from square brackets to underscore ([#220](https://github.com/NilsJPWerner/autoDocstring/issues/220)) |
| 20 | +- Add untyped versions of docstring formats ([#209](https://github.com/NilsJPWerner/autoDocstring/issues/209)) (@Lef-F) |
| 21 | +- Updated javascript dependencies ([#222](https://github.com/NilsJPWerner/autoDocstring/issues/222)) |
16 | 22 | - Added more extensive debug logging |
17 | | -- Added PEP 604 type hint support for pipes #218 (@s-weigand) |
18 | | -- Fixed bug: Broken quoted type hint forward references #157 (@IniasP) |
19 | | -- Fixed bug: Extra underscore in numpy template #216 (@s-weigand) |
20 | | -- Fixed bug: Extra newlines between sections in some cases #203 (@shaperilio) |
21 | | -- Fixed bug: Incorrectly parses Literal type hints #223 |
22 | | -- Documentation: Quotes clarification #211 (@johschmitz) |
| 23 | +- Added PEP 604 type hint support for pipes ([#218](https://github.com/NilsJPWerner/autoDocstring/issues/218)) (@s-weigand) |
| 24 | +- Fixed bug: Broken quoted type hint forward references ([#157](https://github.com/NilsJPWerner/autoDocstring/issues/157)) (@IniasP) |
| 25 | +- Fixed bug: Extra underscore in numpy template ([#216](https://github.com/NilsJPWerner/autoDocstring/issues/216)) (@s-weigand) |
| 26 | +- Fixed bug: Extra newlines between sections in some cases ([#203](https://github.com/NilsJPWerner/autoDocstring/issues/203)) (@shaperilio) |
| 27 | +- Fixed bug: Incorrectly parses Literal type hints ([#223](https://github.com/NilsJPWerner/autoDocstring/issues/223)) |
| 28 | +- Documentation: Quotes clarification ([#211](https://github.com/NilsJPWerner/autoDocstring/issues/211)) (@johschmitz) |
| 29 | + |
| 30 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.5.4...v0.6.0) |
| 31 | + |
| 32 | +## [0.5.4](https://github.com/NilsJPWerner/autoDocstring/tree/v0.5.4) - 2020-11-17 |
23 | 33 |
|
24 | | -## [0.5.4] - 2020-11-17 |
| 34 | +- Added Starlark support ([#139](https://github.com/NilsJPWerner/autoDocstring/issues/139)) (@UebelAndre) |
| 35 | +- Fixed bug: Ignore "raise" in comments ([#138](https://github.com/NilsJPWerner/autoDocstring/issues/138)) (@bastienboutonnet) |
| 36 | +- Fixed bug: Discard lines that are only comments ([#146](https://github.com/NilsJPWerner/autoDocstring/issues/146)) (@HaaLeo) |
25 | 37 |
|
26 | | -- Added Starlark support #139 (@UebelAndre) |
27 | | -- Fixed bug: Ignore "raise" in comments #138 (@bastienboutonnet) |
28 | | -- Fixed bug: Discard lines that are only comments #146 (@HaaLeo) |
| 38 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.5.3...v0.5.4) |
29 | 39 |
|
30 | | -## [0.5.3] - 2020-06-03 |
| 40 | +## [0.5.3](https://github.com/NilsJPWerner/autoDocstring/tree/v0.5.3) - 2020-06-03 |
31 | 41 |
|
32 | 42 | - Changed default docstring type to google |
33 | 43 | - Added better logging and stack traces for errors |
34 | | -- Fixed bug: Comments in multiline function definition are not ignored #77 |
35 | | -- Fixed bug: Parse quoted type hints #138 (@bastienboutonnet) |
36 | | -- Fixed bug: Parsing fails when activated on first line #139 |
| 44 | +- Fixed bug: Comments in multiline function definition are not ignored ([#77](https://github.com/NilsJPWerner/autoDocstring/issues/77)) |
| 45 | +- Fixed bug: Parse quoted type hints ([#138](https://github.com/NilsJPWerner/autoDocstring/issues/138)) (@bastienboutonnet) |
| 46 | +- Fixed bug: Parsing fails when activated on first line ([#139](https://github.com/NilsJPWerner/autoDocstring/issues/139)) |
37 | 47 | - Fixed bug: Unclear error when a document type is not supported. e.g. notebooks |
38 | 48 |
|
39 | | -## [0.5.2] - 2020-05-17 |
| 49 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.5.2...v0.5.3) |
40 | 50 |
|
41 | | -- Fixed bug: Multiline function definitions are not parsed correctly #74 |
42 | | -- Fixed bug: No indentation if function is blank #117 (@rileypeterson) |
43 | | -- Fixed bug: CompletionItem not appearing after triple single quote #125 |
| 51 | +## [0.5.2](https://github.com/NilsJPWerner/autoDocstring/tree/v0.5.2) - 2020-05-17 |
44 | 52 |
|
45 | | -## [0.5.1] - 2020-04-28 |
| 53 | +- Fixed bug: Multiline function definitions are not parsed correctly ([#74](https://github.com/NilsJPWerner/autoDocstring/issues/74)) |
| 54 | +- Fixed bug: No indentation if function is blank ([#117](https://github.com/NilsJPWerner/autoDocstring/issues/117)) (@rileypeterson) |
| 55 | +- Fixed bug: CompletionItem not appearing after triple single quote ([#125](https://github.com/NilsJPWerner/autoDocstring/issues/125)) |
46 | 56 |
|
47 | | -- Fixed bug: No completion item in CRLF documents #118 |
| 57 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.5.1...v0.5.2) |
48 | 58 |
|
49 | | -## [0.5.0] - 2020-04-21 |
| 59 | +## [0.5.1](https://github.com/NilsJPWerner/autoDocstring/tree/v0.5.1) - 2020-04-28 |
| 60 | + |
| 61 | +- Fixed bug: No completion item in CRLF documents ([#118](https://github.com/NilsJPWerner/autoDocstring/issues/118)) |
| 62 | + |
| 63 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.5.0...v0.5.1) |
| 64 | + |
| 65 | +## [0.5.0](https://github.com/NilsJPWerner/autoDocstring/tree/v0.5.0) - 2020-04-21 |
50 | 66 |
|
51 | 67 | - Added remote usage capabilities |
52 | 68 | - Switched to completionItem API and improved activation detection |
53 | 69 | - Added integration tests |
54 | | -- Fixed bug: Trailing whitespace on blank lines #99 |
| 70 | +- Fixed bug: Trailing whitespace on blank lines ([#99](https://github.com/NilsJPWerner/autoDocstring/issues/99)) |
55 | 71 | - Fixed bug: Lines are parsed after end of function |
56 | | -- Fixed bug: Wrong docstring for yield-only generator #91 (@HaaLeo) |
57 | | -- Fixed bug: Comments in definition cause parsing errors #110 |
| 72 | +- Fixed bug: Wrong docstring for yield-only generator ([#91](https://github.com/NilsJPWerner/autoDocstring/issues/91)) (@HaaLeo) |
| 73 | +- Fixed bug: Comments in definition cause parsing errors ([#110](https://github.com/NilsJPWerner/autoDocstring/issues/110)) |
| 74 | + |
| 75 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.4.0...v0.5.0) |
58 | 76 |
|
59 | | -## [0.4.0] - 2019-11-13 |
| 77 | +## [0.4.0](https://github.com/NilsJPWerner/autoDocstring/tree/v0.4.0) - 2019-11-13 |
60 | 78 |
|
61 | 79 | - Omit `-> None` return annotation (@HaaLeo) |
62 | 80 | - Add support for yields (@HaaLeo) |
63 | 81 | - Add support for relative paths in `customTemplatePath` configuration (@s-kovacevic) |
64 | 82 | - Indent correctly on `> Generate Docstring` command |
65 | 83 |
|
66 | | -## [0.3.0] - 2019-04-16 |
| 84 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.3.0...v0.4.0) |
| 85 | + |
| 86 | +## [0.3.0](https://github.com/NilsJPWerner/autoDocstring/tree/v0.3.0) - 2019-04-16 |
67 | 87 |
|
68 | 88 | - Switched to mustache.js for templating |
69 | 89 | - Added support for custom templating |
70 | 90 | - Fixed bug - newline after generating docstring |
71 | 91 |
|
72 | | -## [0.2.3] - 2018-07-23 |
| 92 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.2.3...v0.3.0) |
| 93 | + |
| 94 | +## [0.2.3](https://github.com/NilsJPWerner/autoDocstring/tree/v0.2.3) - 2018-07-23 |
73 | 95 |
|
74 | 96 | - Added support for single quotes (@Modelmat) |
75 | 97 | - Bugfixes (@chirieac, @md2perpe) |
76 | 98 |
|
77 | | -## [0.2.1] - 2018-04-15 |
| 99 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.2.1...v0.2.3) |
| 100 | + |
| 101 | +## [0.2.1](https://github.com/NilsJPWerner/autoDocstring/tree/v0.2.1) - 2018-04-15 |
78 | 102 |
|
79 | 103 | - Bugfixes |
80 | 104 | - Added includeName option to include function name in docstring |
81 | 105 | - Added newlineBeforeSummary option |
82 | 106 | - Removed test functions from install script |
83 | 107 |
|
84 | | -## [0.2.0] - 2018-02-28 |
| 108 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.2.1...v0.2.3) |
| 109 | + |
| 110 | +## [0.2.0](https://github.com/NilsJPWerner/autoDocstring/tree/v0.2.0) - 2018-02-28 |
85 | 111 |
|
86 | 112 | - Rewrote parser to tokenize parameters. Should deal with string and array kwargs better |
87 | 113 | - Added type inference using type hints, kwarg defaults, and var names |
88 | 114 | - Improved the closed docstring check |
89 | 115 | - Added unit tests for parser |
90 | 116 |
|
91 | | -## [0.1.4] - 2018-01-17 |
| 117 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.1.4...v0.2.0) |
| 118 | + |
| 119 | +## [0.1.4](https://github.com/NilsJPWerner/autoDocstring/tree/v0.1.4) - 2018-01-17 |
92 | 120 |
|
93 | 121 | - Add Sphinx and Numpy formatters |
94 | 122 |
|
95 | | -## [0.1.3] - 2018-01-01 |
| 123 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.1.3...v0.1.4) |
| 124 | + |
| 125 | +## [0.1.3](https://github.com/NilsJPWerner/autoDocstring/tree/v0.1.3) - 2018-01-01 |
96 | 126 |
|
97 | 127 | - Bugfixes |
98 | 128 | - Better documentation |
99 | 129 | - Fixed parsers |
100 | 130 |
|
101 | | -## [0.1.2] - 2017-11-22 |
| 131 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.1.2...v0.1.3) |
| 132 | + |
| 133 | +## [0.1.2](https://github.com/NilsJPWerner/autoDocstring/tree/v0.1.2) - 2017-11-22 |
102 | 134 |
|
103 | 135 | - Changed name, added logo, cleaned up readme, and added explanatory gif |
104 | 136 | - Will get better at change logs! |
105 | 137 |
|
106 | | -## [0.1.0] - 2017-11-18 |
| 138 | +[All Changes](https://github.com/NilsJPWerner/autoDocstring/compare/v0.1.0...v0.1.2) |
| 139 | + |
| 140 | +## [0.1.0](https://github.com/NilsJPWerner/autoDocstring/tree/v0.1.0) - 2017-11-18 |
107 | 141 |
|
108 | 142 | - Supports google and typed PEP0257 style docstrings |
109 | 143 | - Supports automatic creation on enter after triple quotes |
|
0 commit comments