reitit/test
Stig Brautaset f262daa454
Add separate validation options to Malli coercer
The motivation for this is adding a new API to a legacy service whose
data model has evolved over the years. Maybe we cannot guarantee the
presence of all fields that are considered mandatory now. Rather than
blowing up when attempting to return legacy entries we may want to
disable response validation.

However, we do want to ensure *new* entries added to the system are
valid, so we do not want to disable request validation.

Retain the ability to turn off both request and response validation with
a single setting for backwards compatibility.
2023-10-30 10:44:22 +00:00
..
clj Add separate validation options to Malli coercer 2023-10-30 10:44:22 +00:00
cljc/reitit Merge remote-tracking branch 'origin/master' into fix-openapi-examples 2023-09-11 07:53:15 +03:00
cljs/reitit Fix #377, navigate to routes with fragment string in frontend 2023-03-24 14:42:13 +02:00