Commit graph

1348 commits

Author SHA1 Message Date
Miikka Koskinen
f91638d2e4
Update doc/faq.md 2019-10-08 22:36:27 +03:00
Miikka Koskinen
5ab5e5c761
How do you pronounce "reitit"?
This truly is a frequently asked question.
2019-10-08 22:32:35 +03:00
Tommi Reiman
c23f591283 0.3.10 2019-10-08 10:28:25 +03:00
Tommi Reiman
248d6087bc
Update performance.md 2019-10-08 10:26:06 +03:00
Tommi Reiman
02ba8712a1 perf image 2019-10-08 10:20:03 +03:00
Tommi Reiman
4ff1c963f4 Polish README 2019-10-07 20:59:22 +03:00
Tommi Reiman
66efdf3a3d Update DEPS 2019-10-07 20:58:45 +03:00
Juho Teperi
1d6f3c994a Update changelog 2019-09-20 11:25:16 +03:00
Juho Teperi
10c9097c40
Merge pull request #301 from uosl/fix/composedpath
Use aget for composedPath to avoid casting JS array to seq
2019-09-20 10:43:35 +03:00
Juho Teperi
99ea1ef091
Merge pull request #300 from nextjournal/html5-hist-fragments
Pass uri fragments to history pushState
2019-09-20 10:39:29 +03:00
Juho Teperi
f0fef3e525
Merge branch 'master' into html5-hist-fragments 2019-09-20 10:36:08 +03:00
Juho Teperi
500d5d6540
Merge pull request #259 from metosin/ignore-anchor-click-fn
Ignore anchor click fn
2019-09-20 10:34:15 +03:00
Tommi Reiman
3644c2e392 FIxes #308 2019-09-09 21:14:40 +03:00
dimovich
031a777c8c Fix event definitions for routes with parameters
The current implementation will fail for `(re-frame/dispatch [::navigate ::some-route {:some :params}])`.

Update the definitions of `::navigate` and `::navigated!` events to accept the full route arguments.
2019-09-09 20:48:26 +03:00
Tommi Reiman
ca7403ccab Optionally run the app with aleph 2019-08-30 13:23:54 +03:00
Tommi Reiman
d00efb8cc6 Update Aleph in example 2019-08-30 13:11:08 +03:00
Oleg
15395f8239 Fix documentation about identity
Updated the order of identity resolving according to current source.
2019-08-24 10:10:18 +03:00
Oleg
42e5746c2f Update docs for controller and identity
Fixed typos in a sentence about `start`. Also updated the information about `stop` call, looks like it will be called with last controller identity value, not return value of params
2019-08-24 10:10:18 +03:00
Juho Teperi
802c9b04c4
Merge branch 'master' into ignore-anchor-click-fn 2019-08-21 13:43:01 +03:00
Miikka Koskinen
2d37311286
Merge pull request #304 from gwena/style/add-missing-space
Add space between keyword and curly
2019-07-17 07:56:22 +03:00
Gwenaël Ropert
e5488ed216
Add space between keyword and curly 2019-07-16 17:54:15 +02:00
Alexander Kiel
a19849fe58 Make Map Destructuring of Namespaced Keys more Beautiful
It's possible to put the :keys keyword in the namespace of the keys one likes to
destructure. With that one can use symbols in the vector again. One advantage of
having symbols is, that Cursive grays them out if not used. I found two
occurrences of unused destructured keys.
2019-07-13 17:02:41 +03:00
uosl
c8209a69db Use aget composedPath to avoid casting JS array to seq 2019-07-11 09:04:06 +01:00
Dieter Komendera
35597aadf6 Pass uri fragments to history pushState 2019-07-08 08:48:15 +02:00
Tommi Reiman
c829504b59
Merge pull request #299 from rynkowsg/fix-doc-middleware/create
Correct doc (obsolete example of middleware/create)
2019-06-27 16:41:15 +03:00
Greg Rynkowski
f8b5e5dccf Correct doc (obsolete example of middleware/create)
reitit.middleware/create has been removed at 927d4d43.
It seems reitit.middleware/map->Middleware is the right approach
instead.

More:
https://clojurians.slack.com/archives/C7YF1SBT3/p1561635497233300
2019-06-27 13:16:12 +01:00
Tommi Reiman
2e85f44a7e 0.3.9 2019-06-16 20:20:49 +03:00
Tommi Reiman
6fa761c558
Merge pull request #294 from metosin/3-arity-options-handler
Support 3-arity handler for default-options-handler
2019-06-16 20:16:15 +03:00
Tommi Reiman
91e860f6c6 Support 3-arity handler for default-options-handler 2019-06-16 20:11:19 +03:00
Tommi Reiman
dd7a01b1bc 0.3.8 2019-06-15 11:49:45 +03:00
Tommi Reiman
47906df7b9 Update deps & docs 2019-06-15 11:49:11 +03:00
Tommi Reiman
0bcfda755f
Merge pull request #290 from metosin/parameter-syntax
Parameter syntax
2019-06-09 20:59:20 +03:00
Tommi Reiman
46897f3927 Update docs 2019-06-09 20:46:20 +03:00
Tommi Reiman
c9281f0e89 support :parameter-syntax option in router 2019-06-09 20:29:03 +03:00
Miikka Koskinen
96d2b84e03 Update JS testing dependencies 2019-06-08 14:00:20 +03:00
Miikka Koskinen
44d2773e11 Update dependencies 2019-06-08 13:56:29 +03:00
Miikka Koskinen
d590b0327b Update dependencies 2019-06-08 13:55:25 +03:00
Tommi Reiman
12543b1c30 0.3.7 2019-05-25 16:00:45 +03:00
Tommi Reiman
83a0264698 Exceptions docs 2019-05-25 15:57:34 +03:00
Tommi Reiman
c2d362dcd1
Merge pull request #286 from metosin/fix-285
Check also pedestal interceptor key values, fixes #285
2019-05-25 15:55:57 +03:00
Tommi Reiman
fdca962d60 Less config for the test 2019-05-23 18:56:54 +03:00
Tommi Reiman
37deaa3b9e Check also pedestal interceptor key values, fixes #285 2019-05-23 18:53:27 +03:00
Tommi Reiman
a314e06887 0.3.6 2019-05-23 14:37:58 +03:00
Tommi Reiman
26ab2cbf6f
Merge pull request #284 from kardan/master
[#283] Allow to pass some defaults to create-default-handler
2019-05-23 14:28:04 +03:00
Daniel Sunnerek
372d7e7509 [#283] Allow to pass some defaults to create-default-handler 2019-05-23 13:18:49 +02:00
Tommi Reiman
5efdc67954
Merge pull request #281 from malesch/feature/fix-typos
Fix a bunch of typos
2019-05-22 21:47:36 +03:00
Tommi Reiman
568dbad3a3 0.3.5 2019-05-22 21:25:56 +03:00
Tommi Reiman
1edc987d9f
Merge pull request #279 from metosin/path-param-concurrency
FIX: path-parameters concurrency
2019-05-22 21:25:09 +03:00
Tommi Reiman
38d419a82b Fix typo 2019-05-22 21:12:13 +03:00
Tommi Reiman
4178acde5f Make Trie$Match immutable 2019-05-22 21:10:51 +03:00