Skip to content

Commit 41e0a74

Browse files
committed
g
Signed-off-by: Pierre Fenoll <[email protected]>
1 parent bfe1615 commit 41e0a74

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,6 @@ func arrayUniqueItemsChecker(items []interface{}) bool {
209209
### v0.111.0
210210
* Changed `func (*_) Validate(ctx context.Context) error` to `func (*_) Validate(ctx context.Context, opts ...ValidationOption) error`.
211211
* `openapi3.WithValidationOptions(ctx context.Context, opts *ValidationOptions) context.Context` prototype changed to `openapi3.WithValidationOptions(ctx context.Context, opts ...ValidationOption) context.Context`.
212-
* `(openapi3.ValidationOptions).ExamplesValidationDisabled` has been unexported.
213-
* `(openapi3.ValidationOptions).SchemaFormatValidationEnabled` has been unexported.
214-
* `(openapi3.ValidationOptions).SchemaPatternValidationDisabled` has been unexported.
215212

216213
### v0.101.0
217214
* `openapi3.SchemaFormatValidationDisabled` has been removed in favour of an option `openapi3.EnableSchemaFormatValidation()` passed to `openapi3.T.Validate`. The default behaviour is also now to not validate formats, as the OpenAPI spec mentions the `format` is an open value.

0 commit comments

Comments
 (0)