You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ It currently consists of
14
14
15
15
# Release Notes
16
16
BOAT is still under development and subject to change.
17
+
## 0.17.56
18
+
* Added new `flattenOutput` parameter into `bundle` execution to generate the bundled APIs directly into `output` directory, even though the respective `input` files are located within a subdirectory in the `input`.
17
19
## 0.17.55
18
20
* Enhanced `boat-swift5` generator to cater for nested freeformObjects. This issue was identified in `ContentServicesApi`
Flatten the output directory structure, i.e. the bundle API specs are directly put into the output folder, even if the respective `input` files are located within a subdirectory in the `input`.
222
+
223
+
version
224
+
Required: false
225
+
Optional parameter, to override the bundled spec version.
226
+
227
+
versionFileName (Default: false)
228
+
Required: false
229
+
Optional parameter to include the version in the bundled spec file name.
230
+
231
+
removeExtensions (Default: "")
232
+
Required: false
233
+
Optional parameter to remove extensions from the bundled spec.
234
+
205
235
Examples in `json` files are parsed to objects.
206
236
207
237
<configuration>
@@ -486,4 +516,4 @@ This parameter is available as a replacement for the inputSpec parameter in goal
486
516
It downloads a copy of the artifact if it is not already present, and uses a specified spec (or directory of specs)
0 commit comments