Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Jan 19, 2024
1 parent 07c0d58 commit 8c6975b
Show file tree
Hide file tree
Showing 3 changed files with 1,953 additions and 821 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Version History

### v9.3.0

- :rocket: Coerce types on output

### v9.2.0

- :rocket: Use Defaults in response middleware
Expand Down
3 changes: 2 additions & 1 deletion lib/middleware.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ const ajv = addFormats(new Ajv({
strict: false,
allErrors: true,
useDefaults: true,
removeAdditional: true
removeAdditional: true,
coerceTypes: true
}));

/**
Expand Down
Loading

0 comments on commit 8c6975b

Please sign in to comment.