Commit graph

1119 commits

Author SHA1 Message Date
Tommi Reiman
50ae7b3bc0 Even better docs! 2019-02-20 08:45:24 +02:00
Tommi Reiman
319c768b35 Example of deeply-nested spec 2019-02-20 08:28:26 +02:00
Tommi Reiman
325b77c56d Better ring coercion docs 2019-02-20 08:04:03 +02:00
Tommi Reiman
e1db177b6c 0.3.0-SNAPSHOT 2019-02-19 19:53:09 +02:00
Tommi Reiman
b1bef1c1cc Fix #216 2019-02-19 19:40:26 +02:00
Tommi Reiman
bd11b6032d Tune controller changelog 2019-02-19 19:40:13 +02:00
Juho Teperi
1e5fe74c29 Fix indent 2019-02-08 14:47:05 +02:00
Juho Teperi
cbff7d10bf Fix HTML5 history in IE11 (and hopefully others)
closest method is not available in IE, but we only need to find ancestor
by tag name which is easy and relatively fast anyway.
2019-02-08 14:44:28 +02:00
Juho Teperi
6123230f98 Simplify contentEditable check for frontend routing 2019-02-08 13:57:03 +02:00
Juho Teperi
f5eb1d17f5
Merge pull request #212 from nextjournal/fix-html5-history-contenteditable
Fix handling links inside contenteditable
2019-02-08 13:49:55 +02:00
Philipp Markovics
88a13ba2f8 Don’t follow links when they are contenteditable 2019-02-08 12:39:07 +01:00
Juho Teperi
3a8f0cf52d
Merge pull request #188 from metosin/frontend-docs-2
Replace :params with :identity/:parameters
2019-02-08 10:56:14 +02:00
Juho Teperi
aaf9005a9b Use :parameters instead of :params for controller example 2019-02-08 10:39:55 +02:00
Juho Teperi
648c92bef8 Only display controller :params deprecating warning once 2019-02-08 10:39:40 +02:00
Juho Teperi
bcfa7878ea Tune wording 2019-02-08 10:23:31 +02:00
Juho Teperi
9e30836839 Update controller docs 2019-02-08 10:22:29 +02:00
Juho Teperi
36109f142c Replace controller :params with :identity and :parameters 2019-02-08 10:22:29 +02:00
Juho Teperi
c314707afb Add utils to create common controller :params functions 2019-02-08 10:21:19 +02:00
Juho Teperi
9d6b0071fc Call :stop for controllers in reverse order 2019-02-08 10:21:19 +02:00
Juho Teperi
5abdb74424 Improved frontend docs 2019-02-08 10:21:19 +02:00
Tommi Reiman
bc26eaed83 Fix tests 2019-02-03 15:13:28 +02:00
Tommi Reiman
16b6b8ad9f
Merge pull request #210 from nilern/toposort
Middleware/interceptor dependency resolution algorithm
2019-02-03 15:05:44 +02:00
Tommi Reiman
6dd1d862b8 one more time for the... 2019-01-30 16:33:30 +02:00
Tommi Reiman
ccb68ed4bd gitbook entry too, grnblah. 2019-01-30 16:31:19 +02:00
Tommi Reiman
91af1e1a91 update cljdoc entry 2019-01-30 16:28:46 +02:00
Tommi Reiman
019082e2ed
Merge pull request #214 from 2food/patch-1
Create RESTful_form_methods.md
2019-01-30 16:26:30 +02:00
Tommi Reiman
de197dbe93
Merge pull request #213 from metosin/feature/frontend-auth-example
Add frontend auth example
2019-01-30 16:15:47 +02:00
Tormod Mathiesen
091f9002fc
Create RESTful_form_methods.md
After a short conversation on the clojurians slack, this is an example of how to do the "RESTful form method" pattern with reitit.
2019-01-30 14:45:02 +01:00
Juho Teperi
6df97df424 Add comment 2019-01-28 22:19:53 +02:00
Juho Teperi
51d24007e7 Add frontend auth example 2019-01-28 22:16:41 +02:00
Tommi Reiman
71e83818b1
Merge pull request #211 from Koura/fix/doc-typos
Fix: typos in documentation
2019-01-27 22:50:34 +02:00
tjalkane
0db25a305c Fix: typos in documentation 2019-01-27 22:15:03 +02:00
Tommi Reiman
62f908d988 Second fix to #209 2019-01-26 16:34:16 +02:00
Tommi Reiman
d2d5019d0f 0.2.13 2019-01-26 16:20:19 +02:00
Tommi Reiman
b2cd7f37e2 Fix #209 2019-01-26 16:17:13 +02:00
Pauli Jaakkola
b02ccdd53b #33 Add dependency reolution algorithm. 2019-01-25 16:45:46 +02:00
Miikka Koskinen
d30d1fdfaf
Merge pull request #208 from green-coder/master
Rewrote `reitit.core/path-conflicting-routes` using transducers
2019-01-22 11:11:05 +02:00
Vincent Cantin
fdf249a959 Apply a change suggested by Miikka Koskinen. 2019-01-22 08:25:58 +08:00
Vincent Cantin
b77115850f Rewrote reitit.core/path-conflicting-routes using transducers. 2019-01-21 23:28:14 +08:00
Tommi Reiman
7ec5c79cad Release 0.2.12 2019-01-18 08:56:23 +02:00
Tommi Reiman
f1cbeaa7d2 Fix arity error on benchmarks 2019-01-18 08:52:03 +02:00
Tommi Reiman
1e7b118ce4 Fix reflection & boxed-math warning, fixes #207 2019-01-18 08:51:43 +02:00
Tommi Reiman
d203832667 0.2.11 2019-01-17 19:43:45 +02:00
Tommi Reiman
0bde5cffff Move pretty printing docs to right place 2019-01-17 19:40:32 +02:00
Tommi Reiman
d1d02b232d
Merge pull request #204 from kalekale/spec-coercion-error-docs
Add something to the docs about printing readable spec coercion errors
2019-01-17 19:31:10 +02:00
Tommi Reiman
60f64856d2 Update example deps, frontend -> spec 2019-01-17 19:29:21 +02:00
Tommi Reiman
bf709d1faf spec-tools 0.8.3 2019-01-17 19:22:21 +02:00
Tommi Reiman
d468d1f858
Merge pull request #206 from metosin/bye-bye-beutiful
Back linear-router with linear scan on segments
2019-01-17 12:14:05 +02:00
Tommi Reiman
b0f2312f5a uncomment 2019-01-17 11:20:49 +02:00
Tommi Reiman
35bfdb013a FIx typos, thank Borges AI 2019-01-17 10:10:24 +02:00