reitit/modules/reitit-middleware
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-kondo Setup clj-kondo files for each module 2022-01-24 12:39:42 +02:00
src/reitit/ring/middleware fix: create-exception-middleware for deep hierarchies 2026-01-09 09:26:21 +02:00
project.clj Release 0.9.2 2025-10-28 14:57:54 +02:00