summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-04-11Refresh benchmark table for v2.1.1v2.1.1Asko Nõmm
Consolidate runtime results into one comparison table and update the current benchmark numbers for JVM, ClojureScript, Babashka, and Jank.
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-04-10Update BENCHMARKS.mdAsko Nõmm
2026-04-10Update Jank benchmark baseline and timer interopAsko Nõmm
Refresh Jank benchmark numbers with the latest run and fix the Jank clock helper interop in the benchmark harness so future benchmark runs complete successfully.
2026-02-18Update READMEAsko Nõmm
2026-02-18Update docsAsko Nõmm
2026-02-17Update BENCHMARKS.mdasko
2026-02-17Update BENCHMARKS.mdasko
2026-02-17Update CHANGELOG.mdasko
2026-02-17Update README install snippets with v2.1.0 SHAAsko Nõmm
2026-02-17Merge pull request 'jank-support' (#2) from jank-support into masterv2.1.0Asko Nõmm
Reviewed-on: https://git.nmm.ee/asko/ruuter/pulls/2
2026-02-17Keep it simplejank-supportAsko Nõmm
2026-02-17Fix link pointing to build instructiosn for JankAsko Nõmm
2026-02-17Add Jank supportAsko Nõmm
2026-02-17Update README install snippets with v2.0.0 SHAAsko Nõmm
2026-02-17Update README with v2.0.0 git SHAv2.0.0Asko Nõmm
2026-02-17Merge pull request '2.0: Improve performance, usability.' (#1) from 2.0 into ↵Asko Nõmm
master Reviewed-on: https://git.nmm.ee/asko/ruuter/pulls/1
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).
2026-02-15Update README.mdasko
2025-06-26Update READMEAsko Nõmm
2025-06-26Update READMEAsko Nõmm
2025-06-26Bump versionAsko Nõmm
2025-06-26Fix #7Asko Nõmm
2025-06-07Update README.mdAsko Nõmm
2025-06-01Update README.mdAsko Nõmm
2024-08-07Update README.mdAsko Nõmm
2024-05-31Update README.mdAsko Nõmm
2023-07-27Release 1.3.4.Asko Nõmm
2023-07-20Update README.mdAsko Nõmm
2023-03-04Update README.mdAsko Nõmm
2023-02-27Update README.mdAsko Nõmm
2023-02-251.3.3Asko Nõmm
2022-10-08Update READMEAsko Nõmm
2022-10-08Update READMEAsko Nõmm
2022-10-061.3.2Asko Nõmm
2022-10-051.3.0Asko Nõmm
2021-10-16Update README.mdAsko Nõmm
2021-10-09Merge pull request #1 from yogthos/patch-1Asko Nõmm
minor clean up :)
2021-10-09minor clean up :)Dmitri Sotnikov
2021-10-03Bump versionAsko Nõmm
2021-10-03Bump changelogAsko Nõmm
2021-10-03Add to gitignoreAsko Nõmm
2021-10-03ClojureScriptifyAsko Nõmm
2021-10-03Make test runnable for CLJS and CLJAsko Nõmm
2021-10-03gen-class is a JVM only thingAsko Nõmm
2021-10-03Update READMEAsko Nõmm
2021-10-03Fix issue with regex parsingAsko Nõmm
2021-10-03Optional path parameters, ClojureScript support and Babashka example in READMEAsko Nõmm
2021-10-03Update READMEAsko Nõmm
2021-10-02Add example for Ring + JettyAsko Nõmm