Releases: kevinswiber/postman2openapi
Releases · kevinswiber/postman2openapi
1.2.1
1.2.0
Bumping to v1.2.0.
1.1.1
Bumping to v1.1.1.
1.1.0
- 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
Setting the shell as bash in the release pipeline, because it's break…
1.0.0-beta
Fixing binary to use latest library API. Signed-off-by: Kevin Swiber <[email protected]>
0.1.0
Adding missing mkdir call in release workflow. Signed-off-by: Kevin Swiber <[email protected]>