This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-07-27
Channels
- # beginners (43)
- # boot (1)
- # cider (7)
- # cljdoc (10)
- # clojure (110)
- # clojure-boston (1)
- # clojure-finland (2)
- # clojure-italy (19)
- # clojure-losangeles (1)
- # clojure-new-zealand (1)
- # clojure-nl (4)
- # clojure-spec (34)
- # clojure-uk (163)
- # clojurescript (136)
- # code-reviews (1)
- # component (13)
- # cursive (18)
- # datomic (99)
- # emacs (14)
- # events (4)
- # fulcro (14)
- # hoplon (15)
- # hyperfiddle (3)
- # jobs (3)
- # jobs-discuss (1)
- # lein-figwheel (10)
- # onyx (1)
- # pedestal (8)
- # re-frame (5)
- # reitit (4)
- # rum (1)
- # shadow-cljs (317)
- # spacemacs (24)
- # specter (9)
- # sql (2)
- # tools-deps (6)
- # yada (3)
@j0ni you should run lein deps :tree
or similar to check out conflicts. Reitit requires the newest versions of ererything. Either exclude the old schema-tools from c-api or include the latest manually.
Added support for Middleware (& Interceptor) registries. One can use Keyword
in all the places where would normally use the middleware. The lookup is done against a router option ::middleware/registry
. Fully explicit, fails fast on missing keys. Bit like pipelines in Phoenix. Also, should help integrating with things like Integrant/Duct.
the actual code was kinda trivial. https://github.com/metosin/reitit/pull/119/commits/94431352b86ff3ad31724b78de8f91ce44cab06f