Skip to content

1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Sep 00:00
20d6535
  • 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