Skip to content

Releases: kevinswiber/postman2openapi

1.2.1

31 Jan 22:23
4144918
Compare
Choose a tag to compare
Bumping version to 1.2.1.

1.2.0

30 Nov 23:07
c5365fe
Compare
Choose a tag to compare
Bumping to v1.2.0.

1.1.1

21 Nov 21:38
8d1ec0d
Compare
Choose a tag to compare
Bumping to v1.1.1.

1.1.0

14 Sep 00:00
20d6535
Compare
Choose a tag to compare
  • Added
    • Better example handling. All examples on a Postman Request now get converted to request and response examples in OpenAPI. The derived schemas get merged.
    • Better operation handling. If Postman requests utilize the same endpoint, the OpenAPI operations get merged together with no information loss.
    • GraphQL requests are now supported (weird, I know, but the community asked for it and contributed)
  • The CLI has moved to its own package. If installing from cargo, you now have to cargo install postman2openapi-cli
  • The repo now has a devcontainer if that's your thing.
  • All Rust and JavaScript packages have been published. Binary downloads of the CLI are also available via GitHub releases.
  • Planned for the next release: OpenAPI 3.1 support

1.0.0

01 Aug 01:34
1c903eb
Compare
Choose a tag to compare
Setting the shell as bash in the release pipeline, because it's break…

1.0.0-beta

24 Aug 04:22
Compare
Choose a tag to compare
Fixing binary to use latest library API.

Signed-off-by: Kevin Swiber <[email protected]>

0.1.0

21 Aug 00:51
Compare
Choose a tag to compare
Adding missing mkdir call in release workflow.

Signed-off-by: Kevin Swiber <[email protected]>