From d3058cd7e742771d97ec81c9e4ae1e96f954d4a4 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Tue, 17 Feb 2026 20:29:53 +0200 Subject: 2.0: Improve performance, usability. 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). --- project.clj | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 project.clj (limited to 'project.clj') diff --git a/project.clj b/project.clj deleted file mode 100644 index bb05239..0000000 --- a/project.clj +++ /dev/null @@ -1,15 +0,0 @@ -(defproject org.clojars.askonomm/ruuter "1.3.5" - :description "A tiny HTTP router" - :url "https://github.com/askonomm/ruuter" - :license {:name "MIT" - :url "https://raw.githubusercontent.com/askonomm/ruuter/master/LICENSE.txt"} - :dependencies [[org.clojure/clojure "1.11.1"]] - :deploy-repositories [["releases" {:sign-releases false - :url "https://repo.clojars.org/"}] - ["snapshots" :clojars]] - :plugins [[lein-cloverage "1.2.3"]] - :profiles {:test {:dependencies [[org.clojure/clojurescript "1.11.60"]]}} - :main ruuter.core - :min-lein-version "2.0.0" - :aot [ruuter.core] - :repl-options {:init-ns ruuter.core}) -- cgit v1.2.3