Releases: bcoughlan/openapi-commander
Releases · bcoughlan/openapi-commander
v3.2.0
v3.1.0
v3.0.3
v3.0.2
v3.0.1
v3.0.0
Typescript added to the project.
New stuff:
- Shows DEPRECATED warning on parameter descriptions.
- Add
--header
global option.
Breaking changes:
- Removed
--accept
global option in favour of--header
. - Print error and exit if too many arguments are passed to the generated program.
- Operations with no tags are now available under the root command instead of an
uncategorized
subcommand. - Options are now kebab-cased (e.g.
--userId
becomes--user-id
). --body-type
option renamed to--content-type
.
v2.3.0
What's Changed
- Support NPM bin feature by @bvamos in #16
- Set exit code on non-2xx response by @bcoughlan in #17
New Contributors
- @bcoughlan made their first contribution in #17
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.0
v2.0.0
BREAKING CHANGE
--debug
renamed to--print plain
.
New feature
- Print curl command of HTTP request.
Bug fixes
- Handle Windows line endings when escaping strings.
- Remove short flags that clash with global options (they didn't work anyways)
Full Changelog: v1.6.2...v2.0.0