Skip to content

Version 1.3.0

Choose a tag to compare

@cebe cebe released this 25 Oct 12:25
· 263 commits to master since this release
ddfcbe0
  • #35 Symfony YAML is not limited to version 4 anymore, you can now install php-openapi in your symfony 3 project.

  • #32 References failed to resolve in directory structures when referencing other files from file in subdirectories. These references where resolved in the context of the main OpenAPI file instead of the sub-directories.

    Before this change it was necessary to manually call resolveReferences() after loading a file.
    Now a single call will resolve all references regardless how many levels deep.