Commit graph

1445 commits

Author SHA1 Message Date
Tommi Reiman
9ce7e6593c malli 0.2.0, update docs & tune 2020-10-18 20:22:01 +03:00
Tommi Reiman
b4d1b36c8d
Merge pull request #442 from metosin/params-to-parameters
Update nested controllers example, :params -> :parameters
2020-10-18 19:19:44 +03:00
Tommi Reiman
21df83c804
Merge pull request #443 from skibe/resource-handler-path-size-fix
Fix resource handler path matching
2020-10-16 11:24:48 +03:00
Kimmo Rantala
2ed5b48067 Fix resource handler path matching
File/resource handler checks that uri actually matches to path instead
of comparing just path length to uri length.
2020-10-15 23:33:20 +03:00
Juho Teperi
845240d330
Merge branch 'master' into frontend-fixes 2020-10-15 09:49:14 +03:00
Kimmo Koskinen
b51374fec2
Update example, :params -> :parameters 2020-10-14 10:08:20 +03:00
Tommi Reiman
d57851c2d3
Merge pull request #441 from PrestanceDesign/patch-1
One more Reitit project example
2020-10-14 10:06:04 +03:00
Michael Salihi
61945adddf
One more Reitit project example
Adding on todo backend with Reitit on https://www.todobackend.com/ website.
2020-10-13 23:47:10 +02:00
Tommi Reiman
d7ed4f32af Merge branches 'master' and 'master' of github.com:metosin/reitit 2020-10-12 10:17:13 +03:00
Tommi Reiman
15812930a3 Update deps 2020-10-12 10:17:07 +03:00
Tommi Reiman
f037b803b6
Merge pull request #439 from nate/patch-1
Fixing broken links to documentation in README
2020-10-02 12:43:23 +03:00
Nate Sutton
5825694153
Fixing broken links to documentation in README
A number of links were broken in the topmost link section of the README and this commit fixes them.
2020-10-01 18:53:32 -05:00
Tommi Reiman
39ec264da8
Merge pull request #417 from Koura/issue-217-consume-form-params
Issue 217 consume form params
2020-09-30 12:25:52 +03:00
Juho Teperi
c4afca9417 Update CHANGELOG.md 2020-09-26 16:54:35 +03:00
Juho Teperi
58f9871747 Test rfe start! 2020-09-26 16:51:19 +03:00
Juho Teperi
5651b4648a Fix reitit.frontend.easy not correctly removing old event listeners
In 0.5.0 rfe start! fn started using first on-navigate callback to get
the reference to History instance, so that user on-navigate can use rfe
functions that need this reference. History implementations called
on-navigate with the instance without event listeners set, so when stop!
was called listeners weren't removed.
2020-09-26 16:51:19 +03:00
Juho Teperi
390cdb1e4e Rename some re-frame effects/events 2020-09-26 16:51:19 +03:00
Juho Teperi
0c85b3d54b Reindent re-frame example code 2020-09-26 16:51:19 +03:00
Juho Teperi
dea8894610 Clean re-frame example initialization 2020-09-26 16:51:19 +03:00
Tommi Reiman
208eeeb5c5 0.5.6 2020-09-26 16:09:49 +03:00
Tommi Reiman
5e290db106 0.5.6 2020-09-26 16:08:34 +03:00
Tommi Reiman
b809b6328d
Merge pull request #427 from Koura/update/ring-malli-swagger-example
Fix: broken ring-malli-swagger example
2020-09-26 12:13:26 +03:00
Tommi Reiman
03c5b04384
Merge branch 'master' into update/ring-malli-swagger-example 2020-09-26 12:13:18 +03:00
Tommi Reiman
fbff819909 update deps 2020-09-26 12:11:14 +03:00
Tommi Reiman
48e0c7f883
Update README.md 2020-09-20 18:00:04 +03:00
Tommi Reiman
21fbad22a0
Merge pull request #436 from dharrigan/feat/startrek-example
Add in another usage example.
2020-09-20 17:58:57 +03:00
Tommi Reiman
f95016ad4e
Update README.md 2020-09-20 17:58:37 +03:00
David Harrigan
755bc131de Add in another usage example. 2020-09-19 20:39:48 +01:00
Tommi Reiman
31cee66548
Merge pull request #435 from PrestanceDesign/patch-1
New section with example repositories using Reitit
2020-09-18 18:18:10 +03:00
Michael Salihi
2d16c2f172
New section with example repositories using Reitit 2020-09-18 17:01:22 +02:00
Tommi Reiman
720b1f9524
Merge pull request #433 from perttikellomaki/patch-1
Update basics.md
2020-09-07 15:06:11 +03:00
Pertti Kellomäki
8ae0a4ccd4
Update basics.md
My pet peeve ;-)
Few = hardly any.
A few  = a couple
Some = a few or maybe more.
2020-09-04 21:49:56 +03:00
Tommi Reiman
2f17f09856
Merge pull request #428 from nivekuil/patch-1
Fix rfe/start! example arity
2020-08-17 10:42:11 +03:00
Kevin Liu
218cd4be69
Fix rfe/start! example arity
The second arg should be the on-navigate callback and the opts should be the third arg.
2020-08-16 19:54:20 -07:00
tjalkane
d2bc642ac6 Remove redundant malli.core/walk call 2020-08-05 22:05:52 +03:00
tjalkane
37fc06b081 Fix: broken ring-malli-swagger example
Change example to use recently changed `m/accept` -> `m/walk` and
`m/schema-visitor` -> `m/schema-walker`
2020-08-04 21:26:58 +03:00
Miikka Koskinen
afd0af83be Point to cljdoc for documentation
Fixing all the links in CHANGELOG.md would have been too much work, so I
just left them as-is. I've converted the pages under
https://metosin.github.io/reitit/ to redirects, so the links should
work anyway.

Closes https://github.com/metosin/reitit/issues/426
2020-07-28 13:15:10 +03:00
Miikka Koskinen
612555cdc0 CircleCI: Disable build-docs
See https://github.com/metosin/reitit/issues/426 for background.
2020-07-24 14:14:02 +03:00
Miikka Koskinen
aa833ac200
Merge pull request #418 from Koura/fix-docs-wording
Improve wording for interceptors documentation
2020-07-24 14:02:50 +03:00
Miikka Koskinen
486e3928c5 examples/buddy-auth: README improvements and dep upgrade 2020-07-24 13:51:10 +03:00
Miikka Koskinen
9affebbb73
Merge pull request #419 from vharmain/examples/buddy-auth
Add Buddy example
2020-07-24 13:42:44 +03:00
Miikka Koskinen
9fe64a333f Update copyright year 2020-07-24 13:06:20 +03:00
Miikka Koskinen
11a419d8b9 examples/fronted: Upgrade dependencies
Fixes https://github.com/metosin/reitit/issues/423
2020-07-24 13:05:57 +03:00
Tommi Reiman
43e1a520d6 0.5.5 2020-07-15 11:28:11 +03:00
Tommi Reiman
274d527d2f 0.5.4 (with latest malli) 2020-07-13 11:08:19 +03:00
Valtteri Harmainen
d3c21e3c6c Add Buddy example 2020-07-11 13:35:43 +03:00
tjalkane
807b75f7c0 Improve wording for interceptors documentation 2020-07-10 15:46:28 +03:00
tjalkane
ce635609c7 Omit swagger-data for muuntaja middleware/interceptor
Leave out swagger-data when `:form`, but no `:body` parameters, are
defined. If swagger-data is not omitted, order of parameters and
muuntaja middleware will matter.
2020-07-10 09:52:20 +03:00
Tommi Reiman
56cbd67abd 0.5.3 2020-07-09 22:06:04 +03:00
Tommi Reiman
e6e6bd3e27 update malli 2020-07-09 22:05:10 +03:00