Version 1.3.0
-
#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.