@diplodoc/cli 4.0.0 → 4.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/build/app.client.css +2678 -41
  2. package/build/app.client.js +1 -1
  3. package/build/index.js +418 -309
  4. package/build/index.js.map +3 -3
  5. package/build/linter.js +89 -81
  6. package/build/linter.js.map +2 -2
  7. package/package.json +12 -11
  8. package/src/cmd/build/index.ts +29 -15
  9. package/src/cmd/publish/index.ts +1 -6
  10. package/src/cmd/publish/upload.ts +22 -16
  11. package/src/cmd/translate/index.ts +51 -37
  12. package/src/cmd/xliff/compose.ts +16 -7
  13. package/src/cmd/xliff/extract.ts +18 -9
  14. package/src/cmd/xliff/index.ts +4 -1
  15. package/src/constants.ts +24 -24
  16. package/src/index.ts +3 -3
  17. package/src/models.ts +15 -10
  18. package/src/resolvers/lintPage.ts +3 -9
  19. package/src/resolvers/md2html.ts +27 -19
  20. package/src/resolvers/md2md.ts +16 -16
  21. package/src/services/authors.ts +4 -2
  22. package/src/services/contributors.ts +26 -12
  23. package/src/services/includers/batteries/common.ts +14 -2
  24. package/src/services/includers/batteries/generic.ts +27 -9
  25. package/src/services/includers/batteries/sourcedocs.ts +4 -1
  26. package/src/services/includers/batteries/unarchive.ts +8 -4
  27. package/src/services/includers/index.ts +6 -4
  28. package/src/services/leading.ts +24 -27
  29. package/src/services/metadata.ts +35 -10
  30. package/src/services/plugins.ts +1 -1
  31. package/src/services/preset.ts +2 -2
  32. package/src/services/tocs.ts +28 -23
  33. package/src/services/utils.ts +15 -5
  34. package/src/steps/processAssets.ts +2 -8
  35. package/src/steps/processExcludedFiles.ts +11 -20
  36. package/src/steps/processLinter.ts +9 -8
  37. package/src/steps/processLogs.ts +2 -7
  38. package/src/steps/processMapFile.ts +8 -11
  39. package/src/steps/processPages.ts +97 -67
  40. package/src/steps/processServiceFiles.ts +4 -2
  41. package/src/steps/publishFilesToS3.ts +16 -12
  42. package/src/utils/file.ts +5 -1
  43. package/src/utils/glob.ts +1 -3
  44. package/src/utils/logger.ts +1 -1
  45. package/src/utils/markup.ts +28 -13
  46. package/src/utils/singlePage.ts +11 -10
  47. package/src/utils/toc.ts +20 -7
  48. package/src/utils/worker.ts +1 -1
  49. package/src/validator.ts +25 -17
  50. package/src/vcs-connector/client/github.ts +16 -8
  51. package/src/vcs-connector/connector-validator.ts +13 -7
  52. package/src/vcs-connector/github.ts +38 -11
  53. package/src/vcs-connector/index.ts +1 -1
  54. package/src/workers/linter/index.ts +2 -6
  55. package/CHANGELOG.md +0 -785
  56. package/build/lib.js +0 -3374
  57. package/build/lib.js.map +0 -7
package/CHANGELOG.md DELETED
@@ -1,785 +0,0 @@
1
- # Changelog
2
-
3
- ## [4.0.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.25.0...v4.0.0)(2023-09-27)
4
-
5
-
6
- ### Features
7
-
8
- * [@diplodoc/transform@4 major update](https://github.com/yandex-cloud/yfm-transform/commit/92d350168d9c7d6707df0473b1b6e614fe19f702)
9
-
10
- ## [3.25.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.24.0...v3.25.0) (2023-09-15)
11
-
12
-
13
- ### Features
14
-
15
- * update transform ([#556](https://github.com/yandex-cloud/yfm-docs/issues/556)) ([7696adf](https://github.com/yandex-cloud/yfm-docs/commit/7696adf879cfb73f68bd9481cd9260fdb4802630))
16
-
17
- ## [3.24.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.23.0...v3.24.0) (2023-09-04)
18
-
19
-
20
- ### Features
21
-
22
- * optimize author obtaining ([#534](https://github.com/yandex-cloud/yfm-docs/issues/534)) ([b44ec30](https://github.com/yandex-cloud/yfm-docs/commit/b44ec3089011145b3f168e6c80ffdc6f34a87031))
23
-
24
- ## [3.23.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.22.0...v3.23.0) (2023-08-28)
25
-
26
-
27
- ### Features
28
-
29
- * bump openapi version ([8fbf6e5](https://github.com/yandex-cloud/yfm-docs/commit/8fbf6e54f645532bff0c989f9f1748816876916d))
30
-
31
- ## [3.22.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.21.0...v3.22.0) (2023-08-21)
32
-
33
-
34
- ### Features
35
-
36
- * bump openapi version ([cca7fa8](https://github.com/yandex-cloud/yfm-docs/commit/cca7fa8dc5864cd379269b7b2b836bc91cc3649d))
37
-
38
- ## [3.21.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.20.3...v3.21.0) (2023-08-17)
39
-
40
-
41
- ### Features
42
-
43
- * add meta description into leading pages ([b8c19cd](https://github.com/yandex-cloud/yfm-docs/commit/b8c19cde6d1b80a14a372520ff114b4874f79af8))
44
-
45
- ## [3.20.3](https://github.com/yandex-cloud/yfm-docs/compare/v3.20.2...v3.20.3) (2023-08-15)
46
-
47
-
48
- ### Bug Fixes
49
-
50
- * **cmd/xliff:** async batching ([5fc6bd2](https://github.com/yandex-cloud/yfm-docs/commit/5fc6bd2b8171170ebd70e44dbf461af951571fcd))
51
- * **cmd/xliff:** update markdown-translation ([90bbe12](https://github.com/yandex-cloud/yfm-docs/commit/90bbe120adfe1a8a32f9c29dbfcb7cdf40d1ed1f))
52
-
53
- ## [3.20.2](https://github.com/yandex-cloud/yfm-docs/compare/v3.20.1...v3.20.2) (2023-08-14)
54
-
55
-
56
- ### Bug Fixes
57
-
58
- * publishing doesn't work ([#533](https://github.com/yandex-cloud/yfm-docs/issues/533)) ([3cf4bc1](https://github.com/yandex-cloud/yfm-docs/commit/3cf4bc1002f8ff016bf6aea849b5a4df389b6aab))
59
- * restore old aws-sdk client ([4d4b195](https://github.com/yandex-cloud/yfm-docs/commit/4d4b1955222214db4b84aaba5108a7d7f8aa3634))
60
-
61
- ## [3.20.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.20.0...v3.20.1) (2023-08-07)
62
-
63
-
64
- ### Bug Fixes
65
-
66
- * **contributors:** Fix contributors, authors is experiment ([#523](https://github.com/yandex-cloud/yfm-docs/issues/523)) ([7f2e395](https://github.com/yandex-cloud/yfm-docs/commit/7f2e39575a188b750ddb46e02cd74d8ddcb55c77))
67
-
68
- ## [3.20.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.19.0...v3.20.0) (2023-07-24)
69
-
70
-
71
- ### Features
72
-
73
- * change a log level if request to github failed because commit not found ([3f3af78](https://github.com/yandex-cloud/yfm-docs/commit/3f3af789d9e4e16b2992b2990e35f04890c3f2fc))
74
-
75
-
76
- ### Bug Fixes
77
-
78
- * do not use ignore option on files copy ([8d1ca53](https://github.com/yandex-cloud/yfm-docs/commit/8d1ca53d8c600ae8c9386f95d6e78058d95d1422))
79
- * remove unused parameter and update changelog.md ([cd058d4](https://github.com/yandex-cloud/yfm-docs/commit/cd058d41aa31ea572a7feb7b680d2c4f75bf7588))
80
-
81
- ## [3.19.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.18.0...v3.19.0) (2023-07-19)
82
-
83
-
84
- ### Features
85
-
86
- * **cli:** Add publish command ([4181880](https://github.com/yandex-cloud/yfm-docs/commit/4181880b37017e9023a0095ab46bf96e341399c8))
87
- * ignore contributors if an email includes a string from the --ignore-author-patterns parameter ([02a8f51](https://github.com/yandex-cloud/yfm-docs/commit/02a8f51dd536244c5af3be186b82337326f2c6e4))
88
-
89
-
90
- ### Bug Fixes
91
-
92
- * bump openapi version ([bbaea6b](https://github.com/yandex-cloud/yfm-docs/commit/bbaea6b5cfafea3349c3923a32b8c624aff58ec7))
93
- * bump openapi version ([f1a1df2](https://github.com/yandex-cloud/yfm-docs/commit/f1a1df2e4f0d9dca85de664695b3bc43f3bddf6c))
94
-
95
- ## [3.18.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.17.2...v3.18.0) (2023-07-14)
96
-
97
-
98
- ### Features
99
-
100
- * **cmd/xliff:** multiline tables and video support ([dfd45dd](https://github.com/yandex-cloud/yfm-docs/commit/dfd45dd07e6318393c4d69ef36bb58e066d20a4c))
101
- * **config:** Add `.yfmignore` file. Ignore node_modules in build ([9d1babc](https://github.com/yandex-cloud/yfm-docs/commit/9d1babcaffa4e06906cecb851f9f4fa697a8c1c9))
102
-
103
- ## [3.17.2](https://github.com/yandex-cloud/yfm-docs/compare/v3.17.1...v3.17.2) (2023-07-11)
104
-
105
-
106
- ### Bug Fixes
107
-
108
- * **openapi:** bump version ([cbe3c98](https://github.com/yandex-cloud/yfm-docs/commit/cbe3c986374b8a616f80629c1f4ee2d0ed882130))
109
-
110
- ## [3.17.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.17.0...v3.17.1) (2023-07-07)
111
-
112
-
113
- ### Bug Fixes
114
-
115
- * revert chore(deps): bump @doc-tools/transform from 3.2.0 to 3.3.0" ([0bc336c](https://github.com/yandex-cloud/yfm-docs/commit/0bc336cc81618b669ddd32fe87720c7322c98bd4))
116
-
117
- ## [3.17.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.16.3...v3.17.0) (2023-07-07)
118
-
119
-
120
- ### Features
121
-
122
- * **cmd/xliff:** @diplodoc/tabs support ([b829110](https://github.com/yandex-cloud/yfm-docs/commit/b829110660babcc8c43e4971b653d6b64c4e4b70))
123
-
124
-
125
- ### Bug Fixes
126
-
127
- * **authors:** async files processing ([e058239](https://github.com/yandex-cloud/yfm-docs/commit/e0582392a39fd9d5618a749f5340d364d86ea57e))
128
-
129
- ## [3.16.3](https://github.com/yandex-cloud/yfm-docs/compare/v3.16.2...v3.16.3) (2023-07-06)
130
-
131
-
132
- ### Bug Fixes
133
-
134
- * **meta:** Incorrect meta rendering ([5b32fa0](https://github.com/yandex-cloud/yfm-docs/commit/5b32fa00e025f83dca6f35b0b5076bdeb7696149))
135
-
136
- ## [3.16.2](https://github.com/yandex-cloud/yfm-docs/compare/v3.16.1...v3.16.2) (2023-07-03)
137
-
138
-
139
- ### Bug Fixes
140
-
141
- * **cmd/xliff:** parsing xliff target translations ([fe6ef10](https://github.com/yandex-cloud/yfm-docs/commit/fe6ef10cc4051951c1f285cf615ed55dd4cf2253))
142
-
143
- ## [3.16.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.16.0...v3.16.1) (2023-06-30)
144
-
145
-
146
- ### Bug Fixes
147
-
148
- * fix missing build dir, cli works from any folder now. ([8eb97c2](https://github.com/yandex-cloud/yfm-docs/commit/8eb97c2e09532a0d35ee7abb1648dbd8a5fedfdb))
149
-
150
- ## [3.16.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.15.0...v3.16.0) (2023-06-29)
151
-
152
-
153
- ### Features
154
-
155
- * **changelog:** Add extract changelogs ([#348](https://github.com/yandex-cloud/yfm-docs/issues/348)) ([a8d096d](https://github.com/yandex-cloud/yfm-docs/commit/a8d096d6a9ff95dd88eb147df064e13b6494c8c3))
156
- * new client integration ([c1fb398](https://github.com/yandex-cloud/yfm-docs/commit/c1fb3985c8bf023ebe3c87d9d2df678e53271443))
157
-
158
-
159
- ### Bug Fixes
160
-
161
- * add bundle path ([5109c6d](https://github.com/yandex-cloud/yfm-docs/commit/5109c6d7553ff5854065f6f3a78cd6478d72e5fe))
162
- * copy after build finished ([75d6c58](https://github.com/yandex-cloud/yfm-docs/commit/75d6c58a14bff592ac0372439d00bd00fcfaa7bb))
163
- * restore bundle path ([ffd29ba](https://github.com/yandex-cloud/yfm-docs/commit/ffd29bac3575a0ee873bb9360c1de5e6f59dda96))
164
-
165
- ## [3.15.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.14.0...v3.15.0) (2023-06-27)
166
-
167
-
168
- ### Features
169
-
170
- * bump openapi version ([9a6d334](https://github.com/yandex-cloud/yfm-docs/commit/9a6d33421c86977977f48b8f2392690ceb2c41f2))
171
-
172
- ## [3.14.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.13.1...v3.14.0) (2023-06-27)
173
-
174
-
175
- ### Features
176
-
177
- * **cmd/xliff:** diplodoc includes, strikethrough ([56613a9](https://github.com/yandex-cloud/yfm-docs/commit/56613a94153b1bc77e3690c3f2dafc968b17af52))
178
-
179
-
180
- ### Bug Fixes
181
-
182
- * Add missed styles in static render mode ([fd7d094](https://github.com/yandex-cloud/yfm-docs/commit/fd7d094f98fc2ce8f69222be388269d1d1366dae))
183
- * Fix pkg assets list ([8759847](https://github.com/yandex-cloud/yfm-docs/commit/87598471ba0106fc1497c5401fe129d318ba062e))
184
- * Resolve generic includer paths relative to toc.yaml ([bc97e6e](https://github.com/yandex-cloud/yfm-docs/commit/bc97e6ee89426a2a1d9f57f9cc87608e9e9fd81d))
185
-
186
- ## [3.13.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.13.0...v3.13.1) (2023-06-23)
187
-
188
-
189
- ### Bug Fixes
190
-
191
- * Bump openapi version ([fff14de](https://github.com/yandex-cloud/yfm-docs/commit/fff14de67e45db1cc8b13134e6e801eae0a6e5e7))
192
- 1. Fixed missing refs, types of parameters now renders.
193
- 2. Remove repeated tables.
194
-
195
- ## [3.13.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.12.0...v3.13.0) (2023-06-22)
196
-
197
-
198
- ### Features
199
-
200
- * **cmd/xliff:** @diplodoc/links ref links {#T} ([8bdbeb5](https://github.com/yandex-cloud/yfm-docs/commit/8bdbeb50968cb228c3ee938f335c0e03ce4b937e))
201
-
202
- ## [3.12.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.11.1...v3.12.0) (2023-06-21)
203
-
204
-
205
- ### Features
206
-
207
- * **cmd/xliff:** @diplodoc/file support ([7821b3e](https://github.com/yandex-cloud/yfm-docs/commit/7821b3e565fad713d38b2b592242b28e076e7379))
208
-
209
- ## [3.11.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.11.0...v3.11.1) (2023-06-21)
210
-
211
-
212
- ### Bug Fixes
213
-
214
- * @doc-tools/transform up to 3.1.2 ([39e5273](https://github.com/yandex-cloud/yfm-docs/commit/39e52732f8ec4df107abc2ef7591cb2069373531))
215
- * pass conditionsInCode to liquid when building with --output-format md ([e0ecd77](https://github.com/yandex-cloud/yfm-docs/commit/e0ecd7707edbdb4b183c92a7cd28a04ce0abba7d))
216
-
217
- ## [3.11.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.10.0...v3.11.0) (2023-06-21)
218
-
219
-
220
- ### Features
221
-
222
- * **cmd/xliff:** @diplodoc/imsize support ([85a3dd6](https://github.com/yandex-cloud/yfm-docs/commit/85a3dd6b32e29986a8b72bb82003e4ff9f9a930a))
223
-
224
- ## [3.10.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.9.0...v3.10.0) (2023-06-20)
225
-
226
-
227
- ### Features
228
-
229
- * **cmd/xliff:** @diplodoc/monospace support ([aa50f30](https://github.com/yandex-cloud/yfm-docs/commit/aa50f3059311632b204630cd2b37046141d510d2))
230
-
231
- ## [3.9.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.8.1...v3.9.0) (2023-06-19)
232
-
233
-
234
- ### Features
235
-
236
- * **cmd/xliff:** @diplodoc/anchors syntax support ([ab1ecc1](https://github.com/yandex-cloud/yfm-docs/commit/ab1ecc1e9e54ba240a93cd3a4ed71fe10c1003e6))
237
-
238
- ## [3.8.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.8.0...v3.8.1) (2023-06-15)
239
-
240
-
241
- ### Bug Fixes
242
-
243
- * update plugin ([f70ff35](https://github.com/yandex-cloud/yfm-docs/commit/f70ff3530d28ebf27498ef5c033d18eb2c213e53))
244
-
245
- ## [3.8.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.7.1...v3.8.0) (2023-06-14)
246
-
247
-
248
- ### Features
249
-
250
- * **cmd/xliff:** @diplodoc/checkbox syntax support ([45a728f](https://github.com/yandex-cloud/yfm-docs/commit/45a728fc04575ca9ddbd1e85d085715c596a4073))
251
-
252
- ## [3.7.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.7.0...v3.7.1) (2023-06-13)
253
-
254
-
255
- ### Bug Fixes
256
-
257
- * update openapi plugin ([5e88205](https://github.com/yandex-cloud/yfm-docs/commit/5e882054a05fac6fb82d569ad8d3edb5072c63d2))
258
-
259
- ## [3.7.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.6.0...v3.7.0) (2023-06-09)
260
-
261
-
262
- ### Features
263
-
264
- * **cmd/xliff:** @diplodoc/sup syntax support ([58e4d67](https://github.com/yandex-cloud/yfm-docs/commit/58e4d6708656cc988cb326a84973657c2213a923))
265
-
266
- ## [3.6.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.5.1...v3.6.0) (2023-06-08)
267
-
268
-
269
- ### Features
270
-
271
- * **authors:** collect authors from github ([3decd33](https://github.com/yandex-cloud/yfm-docs/commit/3decd3337b8223e3171e2687f09ea87b81718834))
272
-
273
- ## [3.5.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.5.0...v3.5.1) (2023-06-08)
274
-
275
-
276
- ### Bug Fixes
277
-
278
- * Resolve diplodoc/client bundle ([9974113](https://github.com/yandex-cloud/yfm-docs/commit/99741136291837107ed6c20ef8e746a91642205c))
279
-
280
- ## [3.5.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.4.0...v3.5.0) (2023-06-08)
281
-
282
-
283
- ### Features
284
-
285
- * Add static markup mode ([b3524c7](https://github.com/yandex-cloud/yfm-docs/commit/b3524c7b811f9dc7a3e1f66c49723cb116ffb0df))
286
-
287
- ## [3.4.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.3.0...v3.4.0) (2023-06-07)
288
-
289
-
290
- ### Features
291
-
292
- * **cmd/xliff:** dipldodoc cuts, gfm tables ([00e6ec6](https://github.com/yandex-cloud/yfm-docs/commit/00e6ec6a9c031045f97de4aa33ac755d5322cbfa))
293
-
294
- ## [3.3.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.2.0...v3.3.0) (2023-06-06)
295
-
296
-
297
- ### Features
298
-
299
- * remove openapi ([cac389f](https://github.com/yandex-cloud/yfm-docs/commit/cac389f55300f81376759ece0ca5911ac4874680))
300
-
301
- ## [3.2.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.1.2...v3.2.0) (2023-05-29)
302
-
303
-
304
- ### Features
305
-
306
- * **cmd/xliff:** notes plugin support ([b339e90](https://github.com/yandex-cloud/yfm-docs/commit/b339e90c7280e73af165b55bd72dec3b1f551c5c))
307
-
308
- ## [3.1.2](https://github.com/yandex-cloud/yfm-docs/compare/v3.1.1...v3.1.2) (2023-05-23)
309
-
310
-
311
- ### Bug Fixes
312
-
313
- * binary packaging ([36316dd](https://github.com/yandex-cloud/yfm-docs/commit/36316dd808026c9c5a9f0a1ff17406db17db0db2))
314
-
315
- ## [3.1.1](https://github.com/yandex-cloud/yfm-docs/compare/v3.1.0...v3.1.1) (2023-05-23)
316
-
317
-
318
- ### Bug Fixes
319
-
320
- * **contributors:** skip nested file not found exception ([#346](https://github.com/yandex-cloud/yfm-docs/issues/346)) ([9abbdd7](https://github.com/yandex-cloud/yfm-docs/commit/9abbdd70e90a2574e9e699845847da8d85187393))
321
- * fonts ([302ccf4](https://github.com/yandex-cloud/yfm-docs/commit/302ccf40cf6bdc5048db7724b773b3e68344bd29))
322
-
323
- ## [3.1.0](https://github.com/yandex-cloud/yfm-docs/compare/v3.0.0...v3.1.0) (2023-05-18)
324
-
325
-
326
- ### Features
327
-
328
- * **cmd/xliff:** compose xliff and skeleton into markdown ([f9a4115](https://github.com/yandex-cloud/yfm-docs/commit/f9a4115f36da97f5f07cba8164749417c86a9738))
329
- * **cmd/xliff:** extract xliff and skeleton ([603d990](https://github.com/yandex-cloud/yfm-docs/commit/603d99075fd1e70c0ae649ea523843d9fa61921b))
330
-
331
- ## [3.0.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.11.0...v3.0.0) (2023-05-12)
332
-
333
-
334
- ### ⚠ BREAKING CHANGES
335
-
336
- * migrate to transform v3
337
-
338
- ### Bug Fixes
339
-
340
- * **includers/unarchive:** throw away return value ([f1fa3ad](https://github.com/yandex-cloud/yfm-docs/commit/f1fa3ad3a11df657a30a7b9ec7aa4ae02f21c3a4))
341
- * migrate to transform v3 ([0003242](https://github.com/yandex-cloud/yfm-docs/commit/0003242946ef0f7d0f21c52657032d8bc2329b1a))
342
-
343
- ## [2.11.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.10.2...v2.11.0) (2023-04-25)
344
-
345
-
346
- ### Features
347
-
348
- * support hidden paths ([d037b1f](https://github.com/yandex-cloud/yfm-docs/commit/d037b1fe003618200116d3d99d71d107f75cb68f))
349
-
350
- ## [2.10.2](https://github.com/yandex-cloud/yfm-docs/compare/v2.10.1...v2.10.2) (2023-04-20)
351
-
352
-
353
- ### Bug Fixes
354
-
355
- * Fix require of custom plugins ([d6d4af3](https://github.com/yandex-cloud/yfm-docs/commit/d6d4af33c12a2ef81f187c7aebdf9b55c4e26f87))
356
-
357
- ## [2.10.1](https://github.com/yandex-cloud/yfm-docs/compare/v2.10.0...v2.10.1) (2023-04-20)
358
-
359
-
360
- ### Bug Fixes
361
-
362
- * **infra/build:** add shebang to the bundled cli ([30212b9](https://github.com/yandex-cloud/yfm-docs/commit/30212b9d527f43454d79f4503391756cfa924a63))
363
-
364
- ## [2.10.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.9.0...v2.10.0) (2023-04-19)
365
-
366
-
367
- ### Features
368
-
369
- * Add mermaid extension ([67efe6b](https://github.com/yandex-cloud/yfm-docs/commit/67efe6bff513277cb00decb0c36c2a7e66a0e65b))
370
- * Build builder with esbuild ([3c51c1f](https://github.com/yandex-cloud/yfm-docs/commit/3c51c1f95e720c02dcc35a458774405b1a359534))
371
-
372
-
373
- ### Bug Fixes
374
-
375
- * **resolvers/md2html:** default meta for yaml ([21b2809](https://github.com/yandex-cloud/yfm-docs/commit/21b28094ddaa1186be46942ff077abae422392a5))
376
-
377
- ## [2.9.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.8.2...v2.9.0) (2023-04-18)
378
-
379
-
380
- ### Features
381
-
382
- * add oneof support ([370ab6b](https://github.com/yandex-cloud/yfm-docs/commit/370ab6bdd4568873046dc1cfd47f2e61a68a8910))
383
-
384
-
385
- ### Bug Fixes
386
-
387
- * pr fix ([5d8c4d4](https://github.com/yandex-cloud/yfm-docs/commit/5d8c4d48191005820a8fc4454d386013c84b2352))
388
- * refactor description ([656a182](https://github.com/yandex-cloud/yfm-docs/commit/656a182f0aa714e5fe2a34338e7c5dd151606bce))
389
- * support single oneOf element ([c0c8759](https://github.com/yandex-cloud/yfm-docs/commit/c0c875927a2fcc2f55e3f7c1c2383b9c9a8da6e6))
390
-
391
- ## [2.8.2](https://github.com/yandex-cloud/yfm-docs/compare/v2.8.1...v2.8.2) (2023-04-14)
392
-
393
-
394
- ### Bug Fixes
395
-
396
- * update @doc-tools/components & @gravity-ui/uikit ([4c70cc3](https://github.com/yandex-cloud/yfm-docs/commit/4c70cc3560b7132d0df5c5163407808eae497528))
397
-
398
- ## [2.8.1](https://github.com/yandex-cloud/yfm-docs/compare/v2.8.0...v2.8.1) (2023-04-12)
399
-
400
-
401
- ### Bug Fixes
402
-
403
- * **authors:** Revert "feat(authors): scrape authors from github" ([7c807ce](https://github.com/yandex-cloud/yfm-docs/commit/7c807ce21e8ea98107f2ff6bdc2cc698b2fa986b))
404
-
405
- ## [2.8.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.7.2...v2.8.0) (2023-04-10)
406
-
407
-
408
- ### Features
409
-
410
- * **openapi:** Add leading page disposition configuration ([a3477b4](https://github.com/yandex-cloud/yfm-docs/commit/a3477b4c8e8741104a6ef869fd08fe836a05dd7b))
411
- * **openapi:** Add noindex feature ([4b8fb6b](https://github.com/yandex-cloud/yfm-docs/commit/4b8fb6b9bfce82aaeae74bbd2219a4c5b703ecd8))
412
- * **openapi:** Add toc filtering feature ([4af7a80](https://github.com/yandex-cloud/yfm-docs/commit/4af7a80e26e8d8f61c56e77d57b516965eeaff82))
413
-
414
- ## [2.7.2](https://github.com/yandex-cloud/yfm-docs/compare/v2.7.1...v2.7.2) (2023-04-03)
415
-
416
-
417
- ### Bug Fixes
418
-
419
- * **includers/openapi:** type inferring ([40bb74f](https://github.com/yandex-cloud/yfm-docs/commit/40bb74f679c78fe5e7df5ec85d4d6c7a1b0ec8b0))
420
-
421
- ## [2.7.1](https://github.com/yandex-cloud/yfm-docs/compare/v2.7.0...v2.7.1) (2023-03-31)
422
-
423
-
424
- ### Bug Fixes
425
-
426
- * **includers/openapi:** bubble up erroneous values ([bd8f0b4](https://github.com/yandex-cloud/yfm-docs/commit/bd8f0b4cdd61f3e53b00a1d96d9b83862cdabb03))
427
-
428
- ## [2.7.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.6.0...v2.7.0) (2023-03-28)
429
-
430
-
431
- ### Features
432
-
433
- * **authors:** scrape authors from github ([e5c9ddf](https://github.com/yandex-cloud/yfm-docs/commit/e5c9ddf166103174b4d4fd51a4ed218a86ec15cd))
434
-
435
- ## [2.6.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.5.0...v2.6.0) (2023-03-14)
436
-
437
-
438
- ### Features
439
-
440
- * **includers/openapi:** parameter to set sandbox tab name ([d844e97](https://github.com/yandex-cloud/yfm-docs/commit/d844e97fe062a62e28d95143e8eeec3b4ee9a92f))
441
-
442
-
443
- ### Bug Fixes
444
-
445
- * **includers/openapi:** add default type "object" ([3972fa0](https://github.com/yandex-cloud/yfm-docs/commit/3972fa056db1b85849f83579ea03336c571b12c9))
446
-
447
- ## [2.5.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.4.1...v2.5.0) (2023-03-13)
448
-
449
-
450
- ### Features
451
-
452
- * **includers/openapi:** add ClipboardButton response body ([2607d94](https://github.com/yandex-cloud/yfm-docs/commit/2607d94fd689537675a16f2488ff24a15d791189))
453
- * **includers/openapi:** add view for primitive body ([#304](https://github.com/yandex-cloud/yfm-docs/issues/304)) ([f7102f0](https://github.com/yandex-cloud/yfm-docs/commit/f7102f0e48d07f01c348695ccada8f8d4498a648))
454
-
455
-
456
- ### Bug Fixes
457
-
458
- * **includers/openapi:** add allOf property ([647120e](https://github.com/yandex-cloud/yfm-docs/commit/647120e59b5c22612884f3f5e2c4f069b9567ad4))
459
- * **includers/openapi:** add data-attribute in link ([5933c79](https://github.com/yandex-cloud/yfm-docs/commit/5933c79edbf919bb9f6719f81e5da52c9a8b6053))
460
- * **includers/openapi:** add default type for enum ([ad4ddae](https://github.com/yandex-cloud/yfm-docs/commit/ad4ddae0bb309a969fa22946da6241bfd90e3662))
461
- * **includers/openapi:** add possible reasons ([060497a](https://github.com/yandex-cloud/yfm-docs/commit/060497a7244e581be31275333faa2587fc11b1c7))
462
- * **includers/openapi:** download link ([2820e86](https://github.com/yandex-cloud/yfm-docs/commit/2820e865ed9da0a819d327b051203d05832fdb01))
463
- * **includers/openapi:** replace strong to red * ([43a1a5b](https://github.com/yandex-cloud/yfm-docs/commit/43a1a5bc785b8f40da2cad6abdff1aac7db4cc19))
464
-
465
- ## [2.4.1](https://github.com/yandex-cloud/yfm-docs/compare/v2.4.0...v2.4.1) (2023-02-13)
466
-
467
-
468
- ### Bug Fixes
469
-
470
- * bump yfm-transform version ([9d10863](https://github.com/yandex-cloud/yfm-docs/commit/9d108636a46ff17290cfaf300683ccd2075c2371))
471
- * **includers/openapi:** add unwrapping items ([f2222b8](https://github.com/yandex-cloud/yfm-docs/commit/f2222b809c7273a8bd763bb6566dec2b33d19ba4))
472
- * **openapi:** Cannot read property 'additionalProperties' of undefined ([c0bd6c6](https://github.com/yandex-cloud/yfm-docs/commit/c0bd6c64fd72002059cacdf3f3b2e0c03e052090))
473
-
474
- ## [2.4.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.3.7...v2.4.0) (2023-02-08)
475
-
476
-
477
- ### Features
478
-
479
- * **includers/openapi:** sandbox plugin ([455272a](https://github.com/yandex-cloud/yfm-docs/commit/455272ad5d47f3eb2741919f1eae3bfedc27a1df))
480
- * **includers/openapi:** sandbox plugin ([455272a](https://github.com/yandex-cloud/yfm-docs/commit/455272ad5d47f3eb2741919f1eae3bfedc27a1df))
481
-
482
-
483
- ### Bug Fixes
484
-
485
- * **includers/openapi:** some enums are not printed in separate tables ([4e0a89f](https://github.com/yandex-cloud/yfm-docs/commit/4e0a89f6a292e693241577576d0d8ad2880c515b))
486
-
487
- ## [2.3.7](https://github.com/yandex-cloud/yfm-docs/compare/v2.3.6...v2.3.7) (2023-02-05)
488
-
489
-
490
- ### Bug Fixes
491
-
492
- * **includers/openapi:** enpoint method in capslock ([a6fc2ca](https://github.com/yandex-cloud/yfm-docs/commit/a6fc2ca0cef6fe70d9c700a206778cda9d95f258))
493
- * **includers/openapi:** inline enums in array ([e30c266](https://github.com/yandex-cloud/yfm-docs/commit/e30c2663b1cf2e855539989fdb36eb57edc4123c))
494
- * **includers/openapi:** response status text ([3aa0093](https://github.com/yandex-cloud/yfm-docs/commit/3aa0093f2f65a9b2d34b2bedb2da8095d9ed778e))
495
- * **includers/openapi:** table columns names in bold ([67e5a08](https://github.com/yandex-cloud/yfm-docs/commit/67e5a08e3b33389f41709564007cdfdbec2a75a0))
496
-
497
- ## [2.3.6](https://github.com/yandex-cloud/yfm-docs/compare/v2.3.5...v2.3.6) (2023-02-01)
498
-
499
-
500
- ### Bug Fixes
501
-
502
- * **cmd/yfm2xliff:** fence block comments parsing ([c8edd69](https://github.com/yandex-cloud/yfm-docs/commit/c8edd6902dfe6746f93f9b4c5cc3d2341c580106))
503
- * update hightlight.js version ([26cb199](https://github.com/yandex-cloud/yfm-docs/commit/26cb199e8ad5b7f1181c07133e9acacf4a5fc10f))
504
-
505
- ## [2.3.5](https://github.com/yandex-cloud/yfm-docs/compare/v2.3.4...v2.3.5) (2023-01-30)
506
-
507
-
508
- ### Bug Fixes
509
-
510
- * **includers/openapi:** default value in query ([cdc00a3](https://github.com/yandex-cloud/yfm-docs/commit/cdc00a3cf95c72540bbd53f4796af563ea0286f2))
511
- * **includers/openapi:** excess properties in allOf ([ca120ee](https://github.com/yandex-cloud/yfm-docs/commit/ca120ee74dfcadc307c95137054b96e2dc7b0263))
512
- * **includers/openapi:** table for enums ([ca36fef](https://github.com/yandex-cloud/yfm-docs/commit/ca36fef23237cd077489f7404d62e5289e9de044))
513
-
514
- ## [2.3.4](https://github.com/yandex-cloud/yfm-docs/compare/v2.3.3...v2.3.4) (2023-01-29)
515
-
516
-
517
- ### Bug Fixes
518
-
519
- * **cmd/yfm2xliff:** update to newer lib version ([daecff8](https://github.com/yandex-cloud/yfm-docs/commit/daecff8b42a2cff7fc414638ab78fda3a3d1db23))
520
-
521
- ## [2.3.3](https://github.com/yandex-cloud/yfm-docs/compare/v2.3.2...v2.3.3) (2023-01-26)
522
-
523
-
524
- ### Bug Fixes
525
-
526
- * **includers/openapi:** ref with custom description fix (2nd try) ([39923fb](https://github.com/yandex-cloud/yfm-docs/commit/39923fba47b2ab74953e6104d6f3108b26d1432a))
527
-
528
- ## [2.3.2](https://github.com/yandex-cloud/yfm-docs/compare/v2.3.1...v2.3.2) (2023-01-23)
529
-
530
-
531
- ### Bug Fixes
532
-
533
- * **includers/openapi:** move disable lint directive ([d77b9e1](https://github.com/yandex-cloud/yfm-docs/commit/d77b9e18aea3669322df99ef2214109a6c00c1f2))
534
-
535
- ## [2.3.1](https://github.com/yandex-cloud/yfm-docs/compare/v2.3.0...v2.3.1) (2023-01-21)
536
-
537
-
538
- ### Bug Fixes
539
-
540
- * **includers/openapi:** appropriate leading page title ([f112c1b](https://github.com/yandex-cloud/yfm-docs/commit/f112c1bfb06d61fca6bb391478c0bc685dcdd002))
541
- * **includers/openapi:** display req/res schema type ([111dc02](https://github.com/yandex-cloud/yfm-docs/commit/111dc02a24bcaf0ad0aa590d79a1d78422d2df9b))
542
-
543
- ## [2.3.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.2.0...v2.3.0) (2023-01-19)
544
-
545
-
546
- ### Features
547
-
548
- * **includer/openapi:** full spec render mode parameter ([4d9c9a4](https://github.com/yandex-cloud/yfm-docs/commit/4d9c9a46dc7637500e3bc4c990f53f683125b926))
549
-
550
-
551
- ### Bug Fixes
552
-
553
- * **includers/openapi:** delete Description title ([bae04e9](https://github.com/yandex-cloud/yfm-docs/commit/bae04e9567dfedad519902e8fc43bc196eb37f2f))
554
-
555
- ## [2.2.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.1.3...v2.2.0) (2023-01-18)
556
-
557
-
558
- ### Features
559
-
560
- * **includers/openapi:** parse server description ([d594de6](https://github.com/yandex-cloud/yfm-docs/commit/d594de60889f4f1eb88c5a948006a4cd88f62eee))
561
- * **includers/openapi:** render server desription ([de6eab2](https://github.com/yandex-cloud/yfm-docs/commit/de6eab2acfe39cb6a367a6456e25f9c1c3f4392e))
562
-
563
-
564
- ### Bug Fixes
565
-
566
- * **includers/openapi:** disable markdownlint ([a4fc501](https://github.com/yandex-cloud/yfm-docs/commit/a4fc5015029e21ec0fd8571b1d0dad97e23506ca))
567
-
568
- ## [2.1.3](https://github.com/yandex-cloud/yfm-docs/compare/v2.1.2...v2.1.3) (2023-01-17)
569
-
570
-
571
- ### chore
572
-
573
- * release 2.1.3 ([9fd384c](https://github.com/yandex-cloud/yfm-docs/commit/9fd384c50284c186f863b10cfc9fce17db8c0095))
574
-
575
- ## [2.1.2](https://github.com/yandex-cloud/yfm-docs/compare/v2.1.1...v2.1.2) (2023-01-17)
576
-
577
-
578
- ### Bug Fixes
579
-
580
- * **includers/openapi:** no nulls in samples ([c2cb36e](https://github.com/yandex-cloud/yfm-docs/commit/c2cb36e1b004a81bed4c58a1420a1964941f550d))
581
-
582
- ## [2.1.1](https://github.com/yandex-cloud/yfm-docs/compare/v2.1.0...v2.1.1) (2023-01-16)
583
-
584
-
585
- ### Bug Fixes
586
-
587
- * **includers/openapi:** no default values in description ([d821d80](https://github.com/yandex-cloud/yfm-docs/commit/d821d80f0abcc6e48d6d6401d1de18fb2fed78c0))
588
- * **includers/openapi:** ref with custom description fix ([d77592d](https://github.com/yandex-cloud/yfm-docs/commit/d77592db956a2ec9d20bb668a2747442b2be4fcf))
589
- * **includers/openapi:** undefined[] fix ([a055a3d](https://github.com/yandex-cloud/yfm-docs/commit/a055a3d0bff36ceb1466aab750cdee76bca8f8e2))
590
-
591
- ## [2.1.0](https://github.com/yandex-cloud/yfm-docs/compare/v2.0.1...v2.1.0) (2023-01-10)
592
-
593
-
594
- ### Features
595
-
596
- * **includers/openapi:** request and response body params ([66372e9](https://github.com/yandex-cloud/yfm-docs/commit/66372e9e7e328e5694392bba192d5f1e73361c87))
597
-
598
- ## [2.0.1](https://github.com/yandex-cloud/yfm-docs/compare/v2.0.0...v2.0.1) (2023-01-09)
599
-
600
-
601
- ### Bug Fixes
602
-
603
- * **interceptors:** intercept links without extension ([7f866c4](https://github.com/yandex-cloud/yfm-docs/commit/7f866c4087ee05af5be6b700b2485510eec423e6))
604
-
605
- ## [2.0.0](https://github.com/yandex-cloud/yfm-docs/compare/v1.31.4...v2.0.0) (2022-12-29)
606
-
607
-
608
- ### ⚠ BREAKING CHANGES
609
-
610
- * **services/includers:** includers now have new toc interface
611
-
612
- ### Features
613
-
614
- * **includers/generic:** include markdown content ([4d4514c](https://github.com/yandex-cloud/yfm-docs/commit/4d4514cd40d40e087a0340591afbce94e0bdae17))
615
- * **includers/openapi:** rewrite ([509dbf9](https://github.com/yandex-cloud/yfm-docs/commit/509dbf990e246034657dea0936a85a2f30dcc189))
616
- * **includers/sourcedoc:** rewrite ([b03fbee](https://github.com/yandex-cloud/yfm-docs/commit/b03fbeeae02fe50dda5eef07bf00c3a5105ddb39))
617
- * **includers/unarchive:** unarchive input ([4801dc5](https://github.com/yandex-cloud/yfm-docs/commit/4801dc53ba0c56e781c525eb81644ce115796cf1))
618
- * **services/includers:** new architecture ([06d9b0c](https://github.com/yandex-cloud/yfm-docs/commit/06d9b0cb438b2f5abd87bcd333d4d1e0f30d0298))
619
- * **services/includers:** pass includer its index ([5bb3ce7](https://github.com/yandex-cloud/yfm-docs/commit/5bb3ce73d7ca5b8d7729d8362c944fc04dd6b805))
620
- * **utils/logger:** add warning message ([8071d26](https://github.com/yandex-cloud/yfm-docs/commit/8071d26ed627c2be12b5a6d2d0422c106e571c79))
621
-
622
-
623
- ### Bug Fixes
624
-
625
- * **includers/generic:** resolve generated input ([376068b](https://github.com/yandex-cloud/yfm-docs/commit/376068bf1feabd374c21d9dee3cc64089884bda0))
626
- * **includers/openapi:** resolve generated input ([65f0297](https://github.com/yandex-cloud/yfm-docs/commit/65f0297830a414ff6061feab8c5b9cca1318a1c1))
627
- * **includers/sourcedocs:** paths resolution ([cca8ceb](https://github.com/yandex-cloud/yfm-docs/commit/cca8ceb739f17f7720ffc5b58abbc57dfb1028dc))
628
- * **utils/logger:** write warnings to the final log ([5fd7876](https://github.com/yandex-cloud/yfm-docs/commit/5fd7876e64b5ce419b81af45b40f01cba87a0001))
629
-
630
- ## [1.31.4](https://github.com/yandex-cloud/yfm-docs/compare/v1.31.3...v1.31.4) (2022-12-21)
631
-
632
-
633
- ### Bug Fixes
634
-
635
- * **includers/openapi:** openapi generator skips path without tags ([c533921](https://github.com/yandex-cloud/yfm-docs/commit/c53392171534d7089a00605664815baf2243bcdb))
636
- * parse JSON schema ([edf0e74](https://github.com/yandex-cloud/yfm-docs/commit/edf0e7423ce0115ba964f2de5af86abe2b78ea0a))
637
-
638
- ## [1.31.3](https://github.com/yandex-cloud/yfm-docs/compare/v1.31.2...v1.31.3) (2022-11-24)
639
-
640
-
641
- ### Bug Fixes
642
-
643
- * **cmd/translate:** handle single line files ([7ab6cb1](https://github.com/yandex-cloud/yfm-docs/commit/7ab6cb15f57f36275ae9b235e02274afd342f071))
644
-
645
- ## [1.31.2](https://github.com/yandex-cloud/yfm-docs/compare/v1.31.1...v1.31.2) (2022-11-17)
646
-
647
-
648
- ### Bug Fixes
649
-
650
- * **openapi:** generate docs without tags section ([5f5f1b5](https://github.com/yandex-cloud/yfm-docs/commit/5f5f1b5fe75ecf48cba63a145a90bd8933aa7fdf))
651
-
652
- ## [1.31.1](https://github.com/yandex-cloud/yfm-docs/compare/v1.31.0...v1.31.1) (2022-11-10)
653
-
654
-
655
- ### chore
656
-
657
- * release 1.31.1 ([37ed298](https://github.com/yandex-cloud/yfm-docs/commit/37ed2981ca3719d3c4be430365114190571f8db9))
658
-
659
- ## [1.31.0](https://github.com/yandex-cloud/yfm-docs/compare/v1.30.2...v1.31.0) (2022-11-09)
660
-
661
-
662
- ### Features
663
-
664
- * add term plugin ([#182](https://github.com/yandex-cloud/yfm-docs/issues/182)) ([8608b58](https://github.com/yandex-cloud/yfm-docs/commit/8608b58df5acfc0f30619716d7d2176eedfedb89))
665
-
666
- ## [1.30.2](https://github.com/yandex-cloud/yfm-docs/compare/v1.30.1...v1.30.2) (2022-11-03)
667
-
668
-
669
- ### Bug Fixes
670
-
671
- * **services/tocs:** includes with when ([f939ec4](https://github.com/yandex-cloud/yfm-docs/commit/f939ec42fd4855a79559f18410f308dcdacefb0a))
672
- * **services/utils:** handle null items filtering ([e5d14b5](https://github.com/yandex-cloud/yfm-docs/commit/e5d14b5b7fac64ccbc618dd6c1eef5ea2a4429fd))
673
-
674
- ## [1.30.1](https://github.com/yandex-cloud/yfm-docs/compare/v1.30.0...v1.30.1) (2022-10-31)
675
-
676
-
677
- ### Bug Fixes
678
-
679
- * Revert "fix(services/tocs): fix `when` processing order" ([54134ab](https://github.com/yandex-cloud/yfm-docs/commit/54134abae0a1ca0883662da71233e30ffba54c18))
680
-
681
- ## [1.30.0](https://github.com/yandex-cloud/yfm-docs/compare/v1.29.1...v1.30.0) (2022-10-31)
682
-
683
-
684
- ### Features
685
-
686
- * **cmd/translate:** translate documentation ([0b5c6b4](https://github.com/yandex-cloud/yfm-docs/commit/0b5c6b492234c081566934e1c2fa36ec92b08715))
687
-
688
-
689
- ### Bug Fixes
690
-
691
- * **services/tocs:** fix `when` processing order ([19ff064](https://github.com/yandex-cloud/yfm-docs/commit/19ff0642e43abb1001300f2c24d19928130ce852))
692
-
693
- ## [1.29.1](https://github.com/yandex-cloud/yfm-docs/compare/v1.29.0...v1.29.1) (2022-10-28)
694
-
695
-
696
- ### Bug Fixes
697
-
698
- * exclude external dependencies from build ([df415bc](https://github.com/yandex-cloud/yfm-docs/commit/df415bc61809e1ffd4933c1676139e4442c32865))
699
-
700
- ## [1.29.0](https://github.com/yandex-cloud/yfm-docs/compare/v1.28.0...v1.29.0) (2022-10-27)
701
-
702
-
703
- ### Features
704
-
705
- * limit async operations to avoid heap out of memory ([e3ca5b6](https://github.com/yandex-cloud/yfm-docs/commit/e3ca5b65087584268e83c37e3b969dde4de2ae47))
706
-
707
- ## [1.28.0](https://github.com/yandex-cloud/yfm-docs/compare/v1.27.1...v1.28.0) (2022-10-27)
708
-
709
-
710
- ### Features
711
-
712
- * allow load custom resources ([#184](https://github.com/yandex-cloud/yfm-docs/issues/184)) ([80c6624](https://github.com/yandex-cloud/yfm-docs/commit/80c66240409fefe3354b19a06ebffdc134abd358))
713
-
714
- ## [1.27.1](https://github.com/yandex-cloud/yfm-docs/compare/v1.27.0...v1.27.1) (2022-10-26)
715
-
716
-
717
- ### Bug Fixes
718
-
719
- * **cmd/xliff/compose:** error reporting ([338423a](https://github.com/yandex-cloud/yfm-docs/commit/338423a92e7b96458c19f897faf07316e86e5608))
720
- * **cmd/xliff/extract:** error reporting ([57c2d93](https://github.com/yandex-cloud/yfm-docs/commit/57c2d93303bca2b67c64be84f3a660943ff338ef))
721
-
722
- ## [1.27.0](https://github.com/yandex-cloud/yfm-docs/compare/v1.26.1...v1.27.0) (2022-09-23)
723
-
724
-
725
- ### Features
726
-
727
- * **cmd/xliff/compose:** compose xlf and skl into documentation ([2681cbb](https://github.com/yandex-cloud/yfm-docs/commit/2681cbb437328e180e80f1c2186e881685647c56))
728
- * **cmd/xliff/extract:** xliff extraction from documentation ([f4f4aaa](https://github.com/yandex-cloud/yfm-docs/commit/f4f4aaadb55169b7a9f79a4e3dfa5f32b0f16d7e))
729
-
730
-
731
- ### Bug Fixes
732
-
733
- * linting errors ([e1a66a3](https://github.com/yandex-cloud/yfm-docs/commit/e1a66a3fa518ebace40c97ae61287bb13991a58f))
734
-
735
- ## [1.26.1](https://github.com/yandex-cloud/yfm-docs/compare/v1.26.0...v1.26.1) (2022-09-20)
736
-
737
-
738
- ### Bug Fixes
739
-
740
- * **services/tocs:** fix format title ([#183](https://github.com/yandex-cloud/yfm-docs/issues/183)) ([9d2ab53](https://github.com/yandex-cloud/yfm-docs/commit/9d2ab5336ec64442fd43a1440d6f715e256c7021))
741
-
742
- ## [1.25.1](https://github.com/yandex-cloud/yfm-docs/compare/v1.25.0...v1.25.1) (2022-09-06)
743
-
744
-
745
- ### Bug Fixes
746
-
747
- * **services/tocs:** apply includers recursively ([b3fdc38](https://github.com/yandex-cloud/yfm-docs/commit/b3fdc384ba4bee7440369d902721646623f28d41))
748
- * **services/tocs:** apply includers toc paths ([c5630e5](https://github.com/yandex-cloud/yfm-docs/commit/c5630e5d4d79409e5ab88bdbba45a95d4d620eda))
749
-
750
-
751
- ### chore
752
-
753
- * release 1.25.0 ([cb6a333](https://github.com/yandex-cloud/yfm-docs/commit/cb6a33335ec3cbe61be099abdc758e2256ecfbe8))
754
- * release 1.25.1 ([3c3c097](https://github.com/yandex-cloud/yfm-docs/commit/3c3c097bd15e081ae1b39f86aaf4ce5970282a38))
755
-
756
- ## [1.25.0](https://github.com/yandex-cloud/yfm-docs/compare/v1.24.1...v1.25.0) (2022-09-06)
757
-
758
-
759
- ### chore
760
-
761
- * release 1.25.0 ([cb6a333](https://github.com/yandex-cloud/yfm-docs/commit/cb6a33335ec3cbe61be099abdc758e2256ecfbe8))
762
-
763
- ## [1.24.1](https://github.com/yandex-cloud/yfm-docs/compare/v1.24.0...v1.24.1) (2022-09-06)
764
-
765
-
766
- ### Bug Fixes
767
-
768
- * **services/tocs:** apply includers recursively ([b3fdc38](https://github.com/yandex-cloud/yfm-docs/commit/b3fdc384ba4bee7440369d902721646623f28d41))
769
- * **services/tocs:** apply includers toc paths ([c5630e5](https://github.com/yandex-cloud/yfm-docs/commit/c5630e5d4d79409e5ab88bdbba45a95d4d620eda))
770
-
771
- ## [1.24.0](https://github.com/yandex-cloud/yfm-docs/compare/v1.23.2...v1.24.0) (2022-09-01)
772
-
773
-
774
- ### Features
775
-
776
- * **includers/openapi:** toc, content, leading pages ([f3bb43b](https://github.com/yandex-cloud/yfm-docs/commit/f3bb43b2a6b57eca09dc9f189721c22ca7932a2d))
777
- * **services/includers:** generatePath ([8e63577](https://github.com/yandex-cloud/yfm-docs/commit/8e63577826b089b7f543c88b032e68fc1f508c4c))
778
-
779
- ## [1.23.2](https://github.com/yandex-cloud/yfm-docs/compare/v1.23.1...v1.23.2) (2022-08-26)
780
-
781
-
782
- ### Bug Fixes
783
-
784
- * Fix linters warnings ([441fe8c](https://github.com/yandex-cloud/yfm-docs/commit/441fe8ce3f963eb9422606520b97ef316a810ee8))
785
- * Fix tests ([b5b1909](https://github.com/yandex-cloud/yfm-docs/commit/b5b19094c64b346fab140e1c0238d1b0ea263f17))