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: ChangeLog.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
+
### 12/11/2017 0.4.22
2
+
- Added support to generate class diagram from a given swagger spec #188.
3
+
- Fixed #190, #191.
1
4
### 12/4/2017 0.4.21
2
-
-Remove the enum constraint or reference to an enum on the discriminator property if previously present before making it a constant.
5
+
-Removed the enum constraint or reference to an enum on the discriminator property if previously present before making it a constant.
3
6
4
7
### 11/20/2017 0.4.20
5
8
- Added support for processing [`"x-ms-parameterized-host": {}`](https://github.com/Azure/autorest/tree/master/docs/extensions#x-ms-parameterized-host) extension if present in the 2.0 swagger spec.
Copy file name to clipboardExpand all lines: lib/commands/generate-wireformat.js
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,21 @@ exports.builder = {
14
14
d: {
15
15
alias: 'outDir',
16
16
describe: 'The output directory where the raw request/response markdown files need to be stored. If not provided and if the spec-path is a '+
17
-
'local file path then the output will be stored in a folder named "wire-format" adjacent to the directory of the swagger spec. If the spec-path is a url then '+
18
-
'output will be stored in a folder named "wire-fromat" inside the current working directory.',
17
+
'local file path then the output will be stored in a folder named "wire-format" adjacent to the directory of the swagger spec. If the spec-path is a url then '+
18
+
'output will be stored in a folder named "wire-fromat" inside the current working directory.',
19
19
strting: true
20
20
},
21
21
o: {
22
22
alias: 'operationIds',
23
23
describe: 'A comma separated string of operationIds for which the examples '+
24
-
'need to be transformed. If operationIds are not provided then the entire spec will be processed. '+
0 commit comments