Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Release notes

Choose a tag to compare

@Alan-Cha Alan-Cha released this 12 Feb 19:12
· 336 commits to master since this release

OASGraph v0.13.0

  • Added method and path to link descriptions
    • Now you can see which fields are created from links and what REST calls they correspond to
  • Added support for constant and variable link parameters
    • Previously, OASGraph could only support link parameters where the value is unmodified. However, link parameters can also be constants or concatenated with constants. Now we have support for all of these cases.
  • Added full link support
  • Added baseUrl option
    • Allows you to manually input a base URL on which all paths will be built on
    • Useful for testing and development, where the base URL may be changing and/or may not be finalized
  • Capitalize (input) object types
    • It is a common GraphQL convention that (input) object types should be capitalized. We now do so.
  • Sort operations and fields by name

CLI v0.3.0

  • Added YAML support
  • Added CORS option
  • Added baseUrl option
    • See above

Special thanks to @Tonours and @thejibz for contributing to this update!