Skip to content

Releases: pb33f/libopenapi

v0.9.4

18 Jul 18:46
Compare
Choose a tag to compare

Adds more support for complex example type checking in what-changed. No new features.

v0.9.3

16 Jul 15:46
Compare
Choose a tag to compare

Building in new non-breaking features:

v0.9.2

30 Jun 17:13
Compare
Choose a tag to compare

Non-breaking change to fix concurrency issues.

See: #136

@thrawn01

v0.9.1

21 Jun 13:14
Compare
Choose a tag to compare

Very small bugfix for rendering newly constructed high-level SchemaProxy references

v0.9.0

17 Jun 18:14
Compare
Choose a tag to compare

Fixing bugs and some breaking changes to the Schema object. minimum and maximum are now float64 instead of int and unevaluatedProperties can be either a Schema or a bool.

Provides fixes for:

Also includes:

@thrawn01 @bitomaxsp

v0.8.5

30 May 13:23
Compare
Choose a tag to compare

Adds missing path and parent node to paths index references.

Provided by @TristanSpeakEasy

v0.8.4

25 May 10:38
Compare
Choose a tag to compare

More support for inline rendering models beyond just schemas.

Provided by #114

@marclave

v0.8.3

17 May 13:40
Compare
Choose a tag to compare

Adds some wrapped low level extraction functions that provide a fix for #24

v0.8.2

16 May 21:04
Compare
Choose a tag to compare

Provides some lookup logic that prevents a simple circular loop when looking for relative references that call back around in a circle from one another. No new features.

Reported in vacuum: daveshanley/vacuum#268

v0.8.1 Bugfixes

30 Apr 13:03
Compare
Choose a tag to compare

Mostly schema fixes and some low level work that resolves glitches found by deeper implementation into vacuum and taking more dependency for validation.

No new features, no breaking changes.