Commit graph

167 commits

Author SHA1 Message Date
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
Gwenaël Ropert
e5488ed216
Add space between keyword and curly 2019-07-16 17:54:15 +02:00
Tommi Reiman
2e85f44a7e 0.3.9 2019-06-16 20:20:49 +03:00
Tommi Reiman
dd7a01b1bc 0.3.8 2019-06-15 11:49:45 +03:00
Tommi Reiman
12543b1c30 0.3.7 2019-05-25 16:00:45 +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
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
Marcus Spiegel
8dcebcf49f Fix typos 2019-05-22 19:17:10 +02:00
Tommi Reiman
3381fe34e5 0.3.4 2019-05-20 20:14:14 +03:00
Tommi Reiman
32fced15e8 Release 0.3.3 2019-05-16 07:03:17 +03:00
Tommi Reiman
2e7729349e 0.3.2 2019-05-13 17:06:37 +03:00
Tommi Reiman
a696eaa32a Add sorting to swagger-ui 2019-05-11 14:27:08 +03:00
Tommi Reiman
1d72575e48 Update swagger-examples to have closed-spec validation 2019-05-11 14:25:25 +03:00
Tommi Reiman
6efe4f612b Comment out spec-validation 2019-05-11 10:25:19 +03:00
Tommi Reiman
6d263ae1b6 Test Pedestal error mapping, add dev helpers 2019-05-11 10:25:09 +03:00
Tommi Reiman
e70837b140
Merge pull request #263 from metosin/north
Closed spec validation demoed in Clojure/North (WIP)
2019-05-10 14:28:39 +03:00
Tommi Reiman
a9bdceeeb6 reitit.spec/wrap spec-tools.spec/closed 2019-05-01 22:40:44 +03:00
Tommi Reiman
dd864a0142 Set closed specs in http-swagger example 2019-05-01 22:40:44 +03:00
Tommi Reiman
674b60a124 spell-spec 2019-04-28 17:06:50 +03:00
Tommi Reiman
dc92f6f48e http-swagger++ 2019-04-28 17:06:50 +03:00
Valtteri Harmainen
f7332d3bc4 Fix empty query params map resulting in redundant '?' in path 2019-04-27 08:22:08 +03:00
Valtteri Harmainen
0919b46236 Fixes based on review 2019-04-26 15:52:44 +03:00
Valtteri Harmainen
22f38d9992 Revamped re-frame example
- Flattened into single file

- Changed router to decide which view to render
2019-04-25 10:23:55 +03:00
Valtteri Harmainen
66c6363365 Add backend handler to re-frame example
To enable running example with :use-fragment false
2019-04-20 19:58:59 +03:00
Valtteri Harmainen
bcd4aa33ca Add re-frame example 2019-04-20 17:29:13 +03:00
Valtteri Harmainen
215884abe3 Add examples inspired by react-router 2019-04-20 17:26:48 +03:00
Aaron Groom
ac19264b83
Remove unused compojure dependencies from frontend examples
These don't appear to be needed and might cause users to introduce
dependencies into their projects if they use as templates in their own
projects.
2019-04-02 15:40:09 -04:00
Tommi Reiman
a0d833e645 0.3.1 2019-03-18 08:27:25 +02:00
Tommi Reiman
d21dd03dfa 0.3.0 2019-03-17 14:22:15 +02:00
Tommi Reiman
ef18a4307e format 2019-02-28 12:11:05 +02:00
Tommi Reiman
f2d131a897 wip 2019-02-28 12:10:01 +02:00
Juho Teperi
6123230f98 Simplify contentEditable check for frontend routing 2019-02-08 13:57:03 +02:00
Juho Teperi
aaf9005a9b Use :parameters instead of :params for controller example 2019-02-08 10:39:55 +02: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
d2d5019d0f 0.2.13 2019-01-26 16:20:19 +02:00
Tommi Reiman
7ec5c79cad Release 0.2.12 2019-01-18 08:56:23 +02:00
Tommi Reiman
d203832667 0.2.11 2019-01-17 19:43:45 +02:00
Tommi Reiman
60f64856d2 Update example deps, frontend -> spec 2019-01-17 19:29:21 +02:00
Johannes Lötzsch
8633c8234e minor fix: added missing dependency 2019-01-09 18:17:30 +01:00
Tommi Reiman
408b30eaba Release 0.2.10 2018-12-30 17:48:27 +02:00
Tommi Reiman
2ec29b8f9d Polish docs 2018-12-30 16:53:15 +02:00
Tommi Reiman
8081fe1a49 0.2.10-alpha1 2018-12-27 16:45:33 +02:00
Tommi Reiman
f524459768
Merge pull request #197 from metosin/reitit-pedestal
Reitit pedestal
2018-12-26 15:48:43 +02:00
Tommi Reiman
8e0aaf7ae8 Reitit-pedestal 2018-12-26 15:43:26 +02:00
Tommi Reiman
7f4aa1bdcc Dev-middleware works with async + polished code 2018-12-22 13:48:47 +02:00