summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2026-04-11Validate conflicting trie parameter namesAsko Nõmm
Throw on conflicting param, optional, and wildcard names at the same trie position and add cross-runtime tests to enforce the behavior.
2026-02-17Add Jank supportAsko Nõmm
2026-02-172.0: Improve performance, usability.Asko Nõmm
This is most likely a breaking change. Though from the API nothing changes, behaviour does. It will no longer match routes based on the first match, but rather the best match (the most specific route wins).
2025-06-26Fix #7Asko Nõmm
2023-07-27Release 1.3.4.Asko Nõmm
2022-10-061.3.2Asko Nõmm
2022-10-051.3.0Asko Nõmm
2021-10-03Make test runnable for CLJS and CLJAsko Nõmm
2021-10-03Optional path parameters, ClojureScript support and Babashka example in READMEAsko Nõmm
2021-10-02Add testsAsko Nõmm
2021-10-02Initial commitAsko Nõmm