Skip to content

1.0.0-rc.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Sibyx Sibyx released this 28 Apr 11:22
· 47 commits to master since this release
e9a4352

This release has been inspired by Problem Details for HTTP APIs - RFC7807 and
blog post Structuring validation errors in REST APIs
written by @k3nn7.

The main idea has been to simplify validation process on the client side by flattening errors output. To achieve such
a goal, the whole validation process has been rewritten (and luckily for us, much simplified).