Skip to content

v0.1.0

Choose a tag to compare

@daveshanley daveshanley released this 09 Jul 15:18
· 194 commits to main since this release

This is a breaking change release that refines some of the behavior of the library.

SetPathItem was removed from the parameter validation. It was causing race conditions.

The FindPath method no-longer performs any validation, it was a mix of concerns.

@emilien-puget