Tommi Reiman
ef7a91697f
polish
2018-07-25 11:17:05 +03:00
Tommi Reiman
6aa86cd055
typo
2018-07-25 11:08:11 +03:00
Tommi Reiman
04bb5cd2f0
fix example
2018-07-25 10:57:53 +03:00
Tommi Reiman
3b9130e640
composing routers
2018-07-25 10:55:33 +03:00
Juho Teperi
ba10470fbb
Merge pull request #118 from metosin/frontend-routing-3
...
Frontend routing 3
2018-07-24 14:02:53 +03:00
Juho Teperi
08156f6a6d
Replace Closure Html5History
...
- Create History protocol and two implementations: FragmentHistory and
Html5History
- API follows now Html5 history, i.e. push-state and replace-state
- path-prefix is removed
2018-07-24 13:58:22 +03:00
Juho Teperi
d54c05426c
Share router between history tests
2018-07-24 11:45:51 +03:00
Juho Teperi
9d787ef81a
Add example button using set-token
2018-07-24 11:45:22 +03:00
Juho Teperi
7e9ea8f905
Don't options using default values
2018-07-24 11:45:06 +03:00
Tommi Reiman
48509fefbd
fix routes
2018-07-21 10:02:08 +03:00
Tommi Reiman
35a08b80f3
Merge pull request #112 from metosin/conflict-resolution
...
handle name conflicts in router
2018-07-21 09:48:55 +03:00
Tommi Reiman
16856749b1
handle name conflicts in router
2018-07-21 09:48:07 +03:00
Tommi Reiman
73f0f355eb
Merge pull request #113 from metosin/infer-swagger-id
...
Infer swagger
2018-07-21 09:47:17 +03:00
Tommi Reiman
c1bed9e9e6
Changelog
2018-07-21 09:42:51 +03:00
Tommi Reiman
8b6bc9bb80
[:swagger :id] defaults to :reitit.swagger/default
2018-07-21 09:38:44 +03:00
Tommi Reiman
7fcefdd428
typo
2018-07-18 13:20:39 +03:00
Tommi Reiman
f180204125
Merge pull request #111 from metosin/routes-fix
...
Routes fix
2018-07-18 13:12:17 +03:00
Tommi Reiman
ffe1009a18
docs
2018-07-18 13:11:51 +03:00
Tommi Reiman
9c573823b2
Fix fronend doc links
2018-07-18 12:24:41 +03:00
Tommi Reiman
d6d2ee478c
r/routes & r/compiled-routes
2018-07-18 12:17:16 +03:00
Tommi Reiman
1291ae0bcc
Merge pull request #110 from metosin/FrontendSmallChanges
...
Frontend small changes
2018-07-17 14:53:08 +03:00
Tommi Reiman
5ded652147
coercion/coerce! can be used now
2018-07-17 12:41:29 +03:00
Tommi Reiman
4bbc1564ae
cleanup imports
2018-07-17 12:41:19 +03:00
Juho Teperi
d90b7cff04
Merge pull request #108 from metosin/frontend-routing-easy
...
Add easy-simple wrapper over frontend router
2018-07-17 10:21:09 +03:00
Tommi Reiman
7514d1b263
rename extract-request-format
2018-07-16 16:01:34 +03:00
Tommi Reiman
0f03d0786c
Works by default with Muuntaja
2018-07-16 15:57:12 +03:00
Tommi Reiman
346fbad775
Fix #109
2018-07-16 09:34:52 +03:00
Juho Teperi
d0f42459ee
Add easy-simple wrapper over frontend router
2018-07-13 14:25:36 +03:00
Juho Teperi
88c16bd64d
Merge pull request #107 from metosin/frontend-routing-2
...
Frontend routing fixes
2018-07-12 22:59:30 +03:00
Juho Teperi
2152bf0345
Use setToken in a click handler and add set-token function
2018-07-12 22:52:43 +03:00
Juho Teperi
6b8ebdebe6
Fix creating urls with query string when not using fragment
2018-07-12 22:52:41 +03:00
Juho Teperi
5fd2f7b405
Enable cljs aot-cache
2018-07-12 14:02:48 +03:00
Juho Teperi
93d911d60e
Merge pull request #62 from metosin/frontend-routing
...
Frontend routing implementation (WIP)
2018-07-12 13:13:57 +03:00
Juho Teperi
5024223280
Fix capture-console on node
2018-07-12 12:49:14 +03:00
Juho Teperi
73b1efd5b3
Initialize empty frontend docs
2018-07-12 12:49:14 +03:00
Juho Teperi
82f8aaa8cf
Add frontend-controllers example
2018-07-12 12:49:14 +03:00
Juho Teperi
8971c8fd2b
Add tests for missing route and params warnings
2018-07-12 12:49:14 +03:00
Juho Teperi
ae109e5350
Log warnings about missing route or params
2018-07-12 12:49:14 +03:00
Juho Teperi
358fbc19c6
Clean frontend example project.clj
2018-07-12 12:49:14 +03:00
Juho Teperi
aeadfad880
Add path and query params to frontend example
2018-07-12 12:49:14 +03:00
Juho Teperi
dff9206210
Bump clojurescript
2018-07-12 12:49:14 +03:00
Juho Teperi
264981fd3d
Start version 0.1.4
2018-07-12 12:49:14 +03:00
Juho Teperi
06b641398a
Run history tests only on browser
2018-07-12 12:49:14 +03:00
Juho Teperi
245902bd4d
Use query-string fn in core
2018-07-12 12:49:14 +03:00
Juho Teperi
434bc25cd6
Format code
2018-07-12 12:49:14 +03:00
Juho Teperi
7f1b2ce417
Check if js/location exists
2018-07-12 12:49:10 +03:00
Juho Teperi
61a9871ebb
Fix empty fragment url
2018-07-12 12:48:24 +03:00
Juho Teperi
50faacab25
Fix tests
2018-07-12 12:48:20 +03:00
Juho Teperi
6553795cb5
Add some frontend history tests
2018-07-12 12:46:45 +03:00
Juho Teperi
3611a1bafe
Fix frontend routing tests, add controller ns
2018-07-12 12:46:45 +03:00