-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
changelog.json
347 lines (347 loc) · 8.86 KB
/
changelog.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
[{
"title": "template",
"updates": [{
"id": null,
"title": ""
}]
},
{
"title": "1.12.0",
"updates": [{
"id": null,
"title": "Updates to support Node.js >= 18"
},
{
"id": 153,
"title": "Added a new `tocLevels` option to define the heading levels to include in the table of contents. Thanks to [Bradley Goulding](https://github.com/BradleyGoulding)."
}
]
},
{
"title": "1.11.0",
"updates": [{
"id": 89,
"title": "[Enhancement]: Use Cognitive Service Translation API connection for machine translations"
},
{
"id": 90,
"title": "[Enhancement]: Custom colors for callouts"
}
]
},
{
"title": "1.10.0",
"updates": [{
"id": 82,
"title": "[Enhancement]: Allow comments to be disabled at global level"
},
{
"id": 83,
"title": "[Enhancement]: New implementation of the retry logic"
},
{
"id": 84,
"title": "[BUG]: Issue with skipping pages and multilingual"
},
{
"id": 85,
"title": "[BUG]: Fix recording video bug in Cypress during tests"
},
{
"id": 95,
"title": "[Enhancement]: Add test results to the documentation to gain a better view on how they perform"
}
]
},
{
"title": "1.9.0",
"updates": [{
"id": 77,
"title": "[Enhancement]: Add pages in alphabetical order to the navigation (when weight is not defined)"
},
{
"id": 76,
"title": "[Enhancement]: Ability to place the table of contents at the `left` or `right` side of the markdown"
},
{
"id": 75,
"title": "[Enhancement]: Ability to define a default template in `doctor.json`"
},
{
"id": 80,
"title": "[Enhancement]: Add multilingual support on site and page level"
}
]
},
{
"title": "1.8.1",
"updates": [{
"id": 78,
"title": "[BUG] Fix for fetching all list items via the library title"
}]
},
{
"title": "1.8.0",
"updates": [{
"id": 63,
"title": "[Enhancement]: Get to know how doctor is used"
},
{
"id": 65,
"title": "[Enhancement]: Add a delay in the retry mechanism"
},
{
"id": 45,
"title": "[Enhancement]: Table of contents shortcode added"
},
{
"id": 4,
"title": "[Enhancement]: Added `skipPages`, `skipNavigation`, and `skipSiteDesign` flags"
},
{
"id": 66,
"title": "[Enhancement]: Autocomplete functionality added for commands and its arguments"
},
{
"id": 71,
"title": "[Enhancement]: Easier debugging with ability to attach the VSCode debugger"
},
{
"id": 70,
"title": "[Enhancement]: Ability to specify to clean the `QuickLaunch` and/or `TopNavigation`"
},
{
"id": 64,
"title": "[Enhancement]: Post clean-up of removed/untouched pages"
},
{
"id": 72,
"title": "[Bug]: Fix for encoding characters in codeblocks + tests"
}
]
},
{
"title": "1.7.0",
"updates": [{
"id": 5,
"title": "Documentation site created [getdoctor.io](https://getdoctor.io)."
},
{
"id": 6,
"title": "Enhancement to allow Doctor to generate the HTML instead of the Markdown Web Part."
},
{
"id": 50,
"title": "Fix for skipping pages."
},
{
"id": 51,
"title": "Enhancement making skipping pages faster without the need to check each page."
},
{
"id": 52,
"title": "Enhancements to make it possible to change the look and feel of the site."
},
{
"id": 54,
"title": "Enhancements to set the code editor theme for Markdown."
},
{
"id": 55,
"title": "Enhancements to minify the CSS provided to the Markdown web part."
},
{
"id": 56,
"title": "Enhancements to set the site its logo."
},
{
"id": 57,
"title": "Fix for only retrieving the page its metadata so that encoding of the page its content would not lead to issues."
},
{
"id": 62,
"title": "Enhancement to specify to retry the command execution if it failed."
}
]
},
{
"title": "1.6.0",
"updates": [{
"id": 3,
"title": "Added metadata support for pages."
},
{
"id": 34,
"title": "Add support for certificate authentication (provided by [Gustavo Covas](https://github.com/gustavocovas))."
},
{
"id": 44,
"title": "Enhancement: Be able to specify which version of CLI for Microsoft 365 you want to use."
},
{
"id": 47,
"title": "Fix for issue with encoding `<` and `>` in the markdown."
},
{
"id": 48,
"title": "Enhancement: Masking the password and certificate Base64 string in the console."
},
{
"id": 49,
"title": "Enhancement: Debug configuration for `vscode` added to the project."
}
]
},
{
"title": "1.5.0",
"updates": [{
"id": 33,
"title": "Page template support added."
},
{
"id": 36,
"title": "Enhancement: Added `--skipExistingPages` support."
},
{
"id": 37,
"title": "Fix issue with encoding special characters."
},
{
"id": 38,
"title": "Enhancement: Added `--continueOnError` support."
},
{
"id": 39,
"title": "Fix for navigation command execution."
},
{
"id": 40,
"title": "Fix issue with multiple images on pages."
},
{
"id": 41,
"title": "Fix issue with 2nd level navigation items."
}
]
},
{
"title": "1.4.0",
"updates": [{
"id": 17,
"title": "Enhancement: Add support for page description."
},
{
"id": 18,
"title": "Enhancement: Support for setting header image of the page."
},
{
"id": 20,
"title": "Enhancement: Add support for title area layout."
},
{
"id": 25,
"title": "Make `draft` optional."
},
{
"id": 26,
"title": "Include folder name for slug when not set in front matter."
},
{
"id": 27,
"title": "Add support in Front Matter to enable or disable page comments. By default they are disabled."
},
{
"id": 32,
"title": "Added MIT license to the project."
}
]
},
{
"title": "1.3.1",
"updates": [{
"id": 28,
"title": "Fix for `cleanStart` when comfirm flag is not provided. Thanks to [Mark Heptinstall](https://github.com/mheptinstall)."
}]
},
{
"title": "1.3.0",
"updates": [{
"id": 7,
"title": "Added parameter to clean up all pages and assets before publishing."
},
{
"id": 19,
"title": "Added support for specifying the `layoutType` from within the front matter."
},
{
"id": 21,
"title": "Implemented easier command execution from within the tool."
},
{
"id": 22,
"title": "Enhanced the test actions with screenshots."
},
{
"id": 23,
"title": "Added process exit codes to make sure it correctly outputs a success or failure status."
}
]
},
{
"title": "[1.2.1] 2020-12-18",
"updates": [{
"id": 16,
"title": "Fix for specified webPartData is not a valid JSON string."
}]
},
{
"title": "[1.2.0] 2020-12-18",
"updates": [{
"id": 9,
"title": "Removed the `jq` dependency with a fallback to JSON parsing in the tool itself."
},
{
"id": 11,
"title": "Unknown arguments do not blow up the command execution + `--help` added to the main command."
},
{
"id": 12,
"title": "Added cross-platform support."
},
{
"id": 14,
"title": "Cross-platform builds and publishing setup on GitHub Actions."
},
{
"id": null,
"title": "Updated the CLI for Microsoft 365 to 3.4.0 as this has huge performance improvements"
}
]
},
{
"title": "[1.1.0] 2020-12-16",
"updates": [{
"id": 2,
"title": "Added support for linking pages in Markdown."
},
{
"id": null,
"title": "Added `outputFolder` argument which when provided, will ouput the processed Markdown files with updated image and page links."
}
]
},
{
"title": "[1.0.1] 2020-12-15",
"updates": [{
"id": 1,
"title": "Fix for when `m365` tool is not globally available"
}]
},
{
"title": "[1.0.0] 2020-12-15",
"updates": [{
"id": null,
"title": "Initial release"
}]
}
]