Skip to content

Commit e09e999

Browse files
committed
Update changelog
1 parent 96046f9 commit e09e999

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@
1313
### Added
1414

1515
- Added `OpenapiFirst::ValidatedRequest#unknown?` and `OpenapiFirst::ValidatedResponse#unknown?`
16+
- Added new hook: `after_response_body_property_validation`
1617
- Added support for a static `path_prefix` value to be set on the creation of a Definition. See [PR #432](https://github.com/ahx/openapi_first/pull/432):
1718
```ruby
1819
OpenapiFirst.configure do |config|
1920
config.register('openapi/openapi.yaml' path_prefix: '/weather')
2021
end
2122
```
22-
- Added `OpenapiFirst::Test::Configuration#ignore_response_error` and `OpenapiFirst::Test::Configuration#ignore_request_error` to configure which request/response errors should not raise an error during testing:
23+
- Added `OpenapiFirst::Test::Configuration#ignore_response_error` and `#ignore_request_error` to configure which request/response errors should not raise an error during testing:
2324
```ruby
2425
OpenapiFirst::Test.setup do |test|
2526
test.ignore_request_error do |validated_request|

0 commit comments

Comments
 (0)