Commit graph

1534 commits

Author SHA1 Message Date
Juho Teperi
e7a480366f Use namespace alias to refer Record types in schema coercion ns
Since Cljs 1.10.439 using qualified name hasn't worked to refer to
record types.
2022-03-02 12:58:57 +02:00
Tommi Reiman
acfc48faa1 0.5.16 2022-02-15 16:57:07 +02:00
Tommi Reiman
382661a6c4 0.5.16 2022-02-15 16:55:08 +02:00
Tommi Reiman
a2150436d3
Merge pull request #531 from metosin/malli-lite-example
Malli lite example
2022-02-15 15:30:47 +02:00
Tommi Reiman
20b37b7d43 lite-it! 2022-02-15 13:50:35 +02:00
Tommi Reiman
0ac3a14805 initial commit 2022-02-15 13:37:12 +02:00
Tommi Reiman
0a872d8f3a 0.5.16-SNAPSHOT 2022-02-14 17:52:32 +02:00
Tommi Reiman
2f31f658cc malli 0.8.2 2022-02-14 17:48:51 +02:00
Tommi Reiman
198cfda00d
Merge pull request #530 from metosin/re-format
Re-format
2022-02-14 17:41:30 +02:00
Tommi Reiman
f3dee769fb format-ns 2022-02-14 16:59:20 +02:00
Tommi Reiman
2aba5610c7 format 2022-02-14 16:58:10 +02:00
Tommi Reiman
45fbe5eaa2
Merge pull request #529 from metosin/malli-lite
Add support for malli-lite
2022-02-14 16:55:03 +02:00
Tommi Reiman
40eb09b2a9 fix CHANGELOG 2022-02-14 16:45:14 +02:00
Tommi Reiman
d0f7126491 add support for malli-lite 2022-02-14 16:45:14 +02:00
Tommi Reiman
88170bc495
Merge pull request #528 from metosin/bumpup
Update deps & format files
2022-02-14 16:44:43 +02:00
Tommi Reiman
060e593414 dev guide 2022-02-12 22:42:10 +02:00
Tommi Reiman
bdcb1eb5b1 clean-ns 2022-02-12 22:35:27 +02:00
Tommi Reiman
5d4c886d35 format 2022-02-12 22:34:26 +02:00
Tommi Reiman
b7cc420fde update deps 2022-02-12 22:30:42 +02:00
Juho Teperi
07c39fc2df Setup clj-kondo files for each module
Clojure-lsp will run clj-kondo on the module folders, so those modules
should refer back to root configuration. Clj-kondo itself works the
same, if running from a module directory. Some editor plugins might run
clj-kondo on the working directory always (reitit root folder usually),
and in those cases this isn't needed.
2022-01-24 12:39:42 +02:00
Juho Teperi
5973bc0f26
Merge pull request #523 from prestancedesign/patch-1
Replace with when-let since no else branches
2021-12-26 21:15:41 +02:00
Juho Teperi
ad90a2788e The goog-extend macro isn't used
Reitit.frontend.history was rewritten in 08156f6a6d
2021-12-22 21:49:02 +02:00
Michael Salihi
673f6dec72
Replace with when-let since no else branches 2021-12-09 10:48:59 +01:00
Tommi Reiman
93e288bf34
Merge pull request #518 from 15joeybloom/patch-1
Fix middleware ordering in ring example
2021-11-15 20:18:48 +02:00
Joey Bloom
53c2e4ed6b
Fix middleware ordering in ring example 2021-11-08 17:27:01 -06:00
Juho Teperi
5bd4aec775 Update changelog 2021-11-03 13:01:22 +02:00
Juho Teperi
22461f638e
Merge pull request #507 from metosin/feature/improve-frontend-docs
Improve parameter names and docstrings on reitit frontend functions
2021-11-03 12:53:54 +02:00
Juho Teperi
9eded42ba1 Improve frontend docstrings 2021-11-03 12:53:27 +02:00
Juho Teperi
a7f3cd15ab
Merge pull request #481 from metosin/swagger-param-description-examples
Swagger param description examples
2021-11-03 12:22:51 +02:00
Juho Teperi
f537be56b7
Merge pull request #510 from devurandom/patch-1
Link to #134 from parameters-middleware refactoring note
2021-11-03 12:19:15 +02:00
Juho Teperi
153eaaf2b0 Merge branch 'zengxinhui-patch-2' 2021-11-03 12:17:54 +02:00
zengxinhui
59f4bf285a duplicate r/routes output
Perhaps this is not needed as the same output is shown above close.
Or the `nil`s need to be removed to match actual output. See PR513 https://github.com/metosin/reitit/pull/513
2021-11-03 12:17:30 +02:00
Juho Teperi
9f798c63c9 Reorder some example code 2021-11-03 12:16:42 +02:00
Juho Teperi
143bf06290
Merge pull request #515 from zengxinhui/patch-1
update r/routes output
2021-11-03 12:14:59 +02:00
Juho Teperi
c0ff024b05
Merge pull request #516 from prestancedesign/patch-1
Replace if-let by when-let since no else branches
2021-11-03 12:14:48 +02:00
Michael Salihi
6c835e6e09
Replace if-let by when-let since no else branches
for the recursive match by path example.
2021-10-13 18:50:20 +02:00
zengxinhui
f3a686026f
update r/routes output
`nil` should not be there.
2021-10-13 02:54:40 -04:00
Tommi Reiman
751ba17b75
Merge pull request #513 from zengxinhui/patch-1
update r/routes output
2021-10-13 09:54:04 +03:00
zengxinhui
04225b0eff
update r/routes output
The `nil`s are not there and need to be removed.
2021-10-13 02:41:07 -04:00
Miikka Koskinen
d0f1abe115
Merge pull request #512 from miikka/add-extra-test
Add a test for `/{foo}.html` style routes
2021-10-07 08:41:24 +03:00
Miikka Koskinen
0223fbc091
Merge pull request #511 from mike706574/patch-1
Fix typo in Swagger doc
2021-10-06 20:56:03 +03:00
Miikka Koskinen
9160aa0f2b Add a test for /{foo}.html style routes
Just like path `///` would not match `/{foo}/`, `/..html` does not match
`/{foo}.html`.
2021-10-06 20:42:09 +03:00
mike
1737e19214
Fix typo in Swagger doc 2021-10-05 12:51:21 -05:00
Miikka Koskinen
a83285f39d
Update README.md 2021-10-01 11:03:48 +03:00
Dennis Schridde
ef0aeaa7c4
Link to #134 from parameters-middleware refactoring note 2021-10-01 01:44:36 +02:00
Juho Teperi
ac68f0f726 Improve parameter names and docstrings on reitit frontend functions 2021-09-07 14:38:42 +03:00
Tommi Reiman
8694d312f8 0.5.15 2021-08-05 18:46:29 +03:00
Tommi Reiman
db84daca95 0.5.14 2021-08-03 13:41:27 +03:00
Tommi Reiman
f8a8930375 Fix CHANGELOG 2021-08-03 13:37:01 +03:00
Tommi Reiman
10747acb00 Merge branch 'master' of github.com:metosin/reitit 2021-08-03 13:36:09 +03:00