Skip to content

Commit

Permalink
update breaking changes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Reuven committed Aug 8, 2023
1 parent b238ffa commit bf4da33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BREAKING-CHANGES-EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ These examples are automatically generated from unit tests.
[changing optional response write-only property to required](checker/check-response-property-became-required_test.go?plain=1#L33)
[changing pattern of request parameters](checker/check-request-parameter-pattern-added-or-changed_test.go?plain=1#L11)
[changing request body and property types from array to object](checker/check-request-property-type-changed_test.go?plain=1#L84)
[changing request body and property types from object to array](checker/check-request-property-type-changed_test.go?plain=1#L116)
[changing request body default value](checker/check-request-property-default-value-changed_test.go?plain=1#L11)
[changing request body to not nullable](checker/check-request-property-became-not-nuallable_test.go?plain=1#L84)
[changing request body to nullable](checker/check-request-property-became-not-nuallable_test.go?plain=1#L58)
Expand All @@ -212,7 +213,7 @@ These examples are automatically generated from unit tests.
[changing request path parameter format](checker/check-request-parameters-type-changed_test.go?plain=1#L86)
[changing request path parameter type](checker/check-request-parameters-type-changed_test.go?plain=1#L11)
[changing request property default value](checker/check-request-property-default-value-changed_test.go?plain=1#L34)
[changing request property format](checker/check-request-property-type-changed_test.go?plain=1#L116)
[changing request property format](checker/check-request-property-type-changed_test.go?plain=1#L148)
[changing request property pattern](checker/check-request-property-pattern-added-or-changed_test.go?plain=1#L11)
[changing request property required value to false](checker/check-request-property-required-updated_test.go?plain=1#L34)
[changing request property required value to true](checker/check-request-property-required-updated_test.go?plain=1#L11)
Expand Down

0 comments on commit bf4da33

Please sign in to comment.