Tommi Reiman
50f0120e8c
0.5.1
2020-05-18 15:00:28 +03:00
Tommi Reiman
500a4cc809
0.5.0
2020-05-17 18:42:33 +03:00
Tommi Reiman
bdfae526bb
Fix async examples
2020-05-16 17:53:43 +03:00
Tommi Reiman
95fe8c3635
Add return values to enable file return in swagger-ui
2020-05-16 17:48:19 +03:00
Juho Teperi
c4e84c2875
Add clj-kondo and fix most linting warnings
2020-03-05 13:32:48 +02:00
Tommi Reiman
96c2764de6
Update server.clj
2020-02-14 16:27:45 +02:00
Tommi Reiman
3ca0492244
0.4.2
2020-01-17 18:39:07 +02:00
Tommi Reiman
945fec23a9
0.4.1
2020-01-14 21:42:47 +02:00
Miikka Koskinen
1ad0141792
Release 0.4.0
2020-01-14 15:49:13 +02:00
Tommi Reiman
62f372f0fb
Add tags to malli-example
2020-01-10 16:25:35 +02:00
Tommi Reiman
b651fac0b0
Use latest malli fixing visitors
2020-01-08 21:50:04 +02:00
Tommi Reiman
fa0c00c5b2
Update dep
2019-12-28 09:40:09 +02:00
Tommi Reiman
d00c327f5c
configuration sampler of malli coercion
2019-12-28 02:40:10 +02:00
Tommi Reiman
3b53efc439
example of malli coercion
2019-12-28 02:39:47 +02:00
Tommi Reiman
dc718e07e7
copy spec-example for malli
2019-12-28 00:52:40 +02:00
Daw-Ran Liou
c00c299e13
Add integrant repl for better development experience
...
- Create `user` ns for REPL-driven development.
- Add entry point in `example.server` to start server in production.
2019-10-27 20:15:54 +02:00
Daw-Ran Liou
c3e6682151
Add an example project with integrant
2019-10-27 20:15:54 +02:00
Tommi Reiman
c23f591283
0.3.10
2019-10-08 10:28:25 +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
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