Releases: bcoughlan/openapi-commander
Releases · bcoughlan/openapi-commander
v3.3.0
21 Apr 13:07
Compare
Sorry, something went wrong.
No results found
What's Changed
Prevent duplicate short flags.
Remove Jest, replace with native test runner.
Use node.js native TypeScript.
Full Changelog : v3.2.0...v3.3.0
v3.2.0
24 Oct 11:08
Compare
Sorry, something went wrong.
No results found
Fix: encode URI components in path parameters
v3.1.0
12 Mar 21:32
Compare
Sorry, something went wrong.
No results found
What's Changed
Support dereferencing specs with relative file path
Full Changelog : v3.0.3...v3.1.0
v3.0.3
24 Jan 23:01
Compare
Sorry, something went wrong.
No results found
Fix bug setting custom headers
v3.0.2
08 Jan 01:09
Compare
Sorry, something went wrong.
No results found
Second attempt to fix install (don't know how to test it without publishing :( )
v3.0.1
08 Jan 01:06
Compare
Sorry, something went wrong.
No results found
Fix 3.0.0 (missing dist/ folder)
v3.0.0
07 Jan 00:13
Compare
Sorry, something went wrong.
No results found
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
18 Dec 19:50
Compare
Sorry, something went wrong.
No results found
v2.2.0
07 Dec 09:44
Compare
Sorry, something went wrong.
No results found
What's Changed
#12 Send Accept request header to support content negotiation by @bvamos in #13
New Contributors
Full Changelog : v2.0.0...v2.2.0
v2.1.0
04 Nov 19:35
Compare
Sorry, something went wrong.
No results found
Wildcard content type support added.
All HTTP method supported.
Fix optional request bodies