reitit/test
Joel Kaasinen 75faf709e2
fix: create-exception-middleware for deep hierarchies
The code was not finding the closest ancestor to the error type,
because `ancestors` is not ordered. Now the code does a DFS to find a
nearest ancestor. If the nearest ancestor is non-unique, an arbitrary
one is picked.
2026-01-09 09:26:21 +02:00
..
clj fix: create-exception-middleware for deep hierarchies 2026-01-09 09:26:21 +02:00
cljc/reitit feat: fold malli :humanize-opts into :options 2025-11-14 14:06:43 +02:00
cljs/reitit Use defined :string :default transformer for query-string-coercer 2025-01-31 09:39:19 +02:00