|
1 | 1 | # Codedox change log
|
2 | 2 |
|
| 3 | +## 1.3.2 |
| 4 | + |
| 5 | +* fixed compatibility issue with vshaxe 2.24.x |
| 6 | + |
3 | 7 | ## 1.3.1
|
4 | 8 |
|
5 | 9 | * replicate vshaxe onEnter rules as codedox overwrites them
|
|
15 | 19 |
|
16 | 20 | ## 1.2.8
|
17 | 21 |
|
18 |
| -* Change default comment prefix and formatting to better display in vshaxe and Dox. |
| 22 | +* Change default comment prefix and formatting to better display in vshaxe and Dox. |
19 | 23 |
|
20 | 24 | ## 1.2.7
|
21 | 25 |
|
22 |
| -* Fixed broken indentation with a `commentprefix` that only contains whitespace; see [issue 26](https://github.com/vshaxe/codedox/issues/26) |
| 26 | +* Fixed broken indentation with a `commentprefix` that only contains whitespace; see [issue 26](https://github.com/vshaxe/codedox/issues/26) |
23 | 27 |
|
24 | 28 | ## 1.2.6
|
25 | 29 |
|
|
55 | 59 | * Added option to include/remove the '?' prefix for optional function args in @param tags
|
56 | 60 |
|
57 | 61 | ## 1.2.1
|
| 62 | + |
58 | 63 | * Allow customizable formats for @param and @return tags. [issue 1](https://github.com/vshaxe/codedox/issues/1)
|
59 | 64 |
|
60 | 65 | ## 1.2.0
|
| 66 | + |
61 | 67 | * Setup wizard to create minimal config without editing settings.json by hand
|
62 | 68 |
|
63 | 69 | * Include built-in file header license templates
|
64 |
| - * GNU Affero General Public License |
65 |
| - * Apache License, Version 2.0 |
66 |
| - * GNU General Public License, Version 3.0 |
67 |
| - * MIT License |
68 |
| - * Mozilla Public License, Version 2.0 |
| 70 | + * GNU Affero General Public License |
| 71 | + * Apache License, Version 2.0 |
| 72 | + * GNU General Public License, Version 3.0 |
| 73 | + * MIT License |
| 74 | + * Mozilla Public License, Version 2.0 |
69 | 75 | * Better support for non-function related comments
|
70 |
| -* Documentation added to [README.md](./README.md) |
71 |
| - * Built-in file header params |
72 |
| - * Built-in license templates |
| 76 | +* Documentation added to [README.md](./README.md) |
| 77 | + * Built-in file header params |
| 78 | + * Built-in license templates |
73 | 79 |
|
74 | 80 | ## 1.1.0
|
75 |
| -- Initial submission to VS Code Marketplace |
| 81 | + |
| 82 | +* Initial submission to VS Code Marketplace |
0 commit comments