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
* support arbitrary strings as type names in TS for OA3 ([79cd66e](https://github.com/devexperts/swagger-codegen-ts/commit/79cd66e)), closes [#114](https://github.com/devexperts/swagger-codegen-ts/issues/114)
39
+
40
+
41
+
### BREAKING CHANGES
42
+
43
+
* type names and IO constant names now replace all non-alphanumeric characters with '_'
* support arbitrary strings as type names in TS for OA3 ([79cd66e](https://github.com/devexperts/swagger-codegen-ts/commit/79cd66e)), closes [#114](https://github.com/devexperts/swagger-codegen-ts/issues/114)
38
60
39
61
40
62
### BREAKING CHANGES
41
63
42
-
* type names and IO constant names now replace all non-alphanumeric characters with '_'
43
64
* void response is added to resulting response type
44
65
* non-successful response types are filtered out of resulting response type
0 commit comments