Releases: pb33f/libopenapi
v0.36.4
v0.36.3
v0.36.2
v0.36.1
Fixes a number of issues in the new version of openapi-changes.
no new features, no breaking changes.
v0.36.0
New XML rendering capability in the mock renderer.
Fixed a few glitches and reported issues.
No breaking changes.
v0.35.1
A big refactor of the low-level model, after years of growth and organic changes. runs faster and cooler now, fewer allocations, less memory, and less number crunching. runs fewer instructions faster, all for free.
Also fixes a bundling glitch that was keeping old references in play in the model after composed bundling.
No breaking changes, no new features.
v0.35.0
The release fixes an issue where $id was being parsed when inside examples. The index module was also heavily refactored to make it easier to read, operate, and understand, a huge cleanup of years of organic growth. Much more to come.
No breaking changes, no new features, 7% more efficient.
v0.34.4
Fixes security issues and patches issues #545
v0.34.3
Addresses pb33f/wiretap#143 by adding reusable local reference-resolution helpers and ensuring that nested-reference context settings are consistently propagated from document-level config into index/resolver config.
v0.34.2
Fixes issue daveshanley/vacuum#821