Skip to content

Releases: Nexmo/oas_parser

v0.25.1

20 Apr 10:31
Compare
Choose a tag to compare
  • Load 'path' explicitly, because 'webhook' needs it (#49) - Thanks @ahx

v0.25.0

20 Apr 10:30
Compare
Choose a tag to compare

Add support for OpenAPI 3.1 Webhooks support

v0.24.0

26 Feb 10:51
Compare
Choose a tag to compare

allOf values are now merged recursively, allowing you to have an allOf containing an allOf

v0.20.0

05 Sep 20:54
Compare
Choose a tag to compare

allOf values are now deep-merged in to a single hash before being processed as properties/oneOf. This means that allOf will never be present in your data (just like JSON pointers are auto-resolved)