Skip to content

Releases: bcoughlan/openapi-commander

v3.2.0

24 Oct 11:08
Compare
Choose a tag to compare
  • Fix: encode URI components in path parameters

v3.1.0

12 Mar 21:32
Compare
Choose a tag to compare

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
Choose a tag to compare

Fix bug setting custom headers

v3.0.2

08 Jan 01:09
Compare
Choose a tag to compare

Second attempt to fix install (don't know how to test it without publishing :( )

v3.0.1

08 Jan 01:06
Compare
Choose a tag to compare

Fix 3.0.0 (missing dist/ folder)

v3.0.0

07 Jan 00:13
Compare
Choose a tag to compare

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
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

07 Dec 09:44
Compare
Choose a tag to compare

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
Choose a tag to compare

Wildcard content type support added.
All HTTP method supported.
Fix optional request bodies

v2.0.0

31 Jul 22:50
Compare
Choose a tag to compare

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