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
Tommi Reiman
06cc5090d5
Update deps
2020-07-09 22:00:05 +03:00
tjalkane
6703a02baa
Publish Swagger :consumes for parameters-interceptor
...
Make parameters-interceptor automatically publish swagger data for
endpoints when :form, but not :body params, are present.
2020-07-08 10:18:57 +03:00
tjalkane
15df0c5005
Automatically publish Swagger :consumes for :form params
...
Make parameters-middleware publish swagger data for endpoints when
:form, but not :body params,
are present.
2020-07-08 10:07:43 +03:00
Tommi Reiman
0ffef07cbf
Merge pull request #415 from Koura/cleanup-test-namespaces
...
Cleanup test namespaces
2020-06-26 10:44:11 +03:00
tjalkane
c1c3cd26b4
Remove duplicate require of schema.core
2020-06-26 00:25:09 +03:00
tjalkane
87d7e2e3c9
Fix: rename a test to make it run
...
The renamed test is redeclared later in the same namespace
causing the original one to not be run with `lein test`.
2020-06-26 00:16:06 +03:00
Tommi Reiman
9ca88d7165
Merge pull request #414 from Koura/issue-375-remove-top-level-tags
...
Replace top-level `:tags` with `[:swagger :tags]` path in documentation
2020-06-25 10:56:27 +03:00
tjalkane
0cfe5b4ea5
Replace top-level :tags with [:swagger :tags] path in documentation
2020-06-24 23:11:23 +03:00
Tommi Reiman
cf45940715
update malli
2020-06-11 20:28:49 +03:00
Tommi Reiman
3a73ddab51
Merge pull request #412 from rschmukler/rschmukler/malli-fix
...
fix: coercion.malli use m/type
2020-06-11 20:14:55 +03:00
Ryan Schmukler
962ffc6fb5
fix: coercion.malli use m/type
...
Renames `m/name` to `m/type` per the breaking change introduced in malli
4880734d554511f16fee9c1d28a9d340c8b632c1.
2020-06-11 10:20:50 -04:00