3.0.0 (2025-01-12)
BREAKING CHANGES
- The ensureAssert method is no longer a public method.
- HTTP responses with status code
>=500no longer throws an exception. Earlier they used to. If you want to print the exception response, you can use theresponse.dumpErrormethod.
Code Refactoring
- make ensureAssert private and rely on openapi-assertions package (c8e85c1)
Features
What's Changed
- feat: add response status assertions shortcuts by @luffynando in #6
- feat: 500+ error handling by @tom-laplace in #9
New Contributors
- @luffynando made their first contribution in #6
- @tom-laplace made their first contribution in #9
Full Changelog: v2.0.4...v3.0.0