Miikka Koskinen
2638041e0c
Update development.md
2021-04-23 17:53:53 +03:00
Miikka Koskinen
51a26ed052
Release 0.5.13
2021-04-23 17:41:40 +03:00
Tommi Reiman
40efc2d9d4
Merge pull request #487 from audriu/patch-1
...
Fix Ring example
2021-04-22 20:51:34 +03:00
Audrius
522356ba71
Fix for the PR comments
2021-04-22 10:05:02 +03:00
Audrius
02004cac8d
Fix Ring example
...
Maybe it is not perfect solution but at least it works. It was somewhat weird that the front page of the lib contains non working examples.
2021-04-22 09:27:07 +03:00
Tommi Reiman
1ab075bd35
Merge pull request #485 from ZaymonFC/patch-1
...
Mention Malli in introduction under coercion
2021-04-12 07:20:55 +03:00
Zaymon
388f825d4d
Update README.md
2021-04-12 13:39:15 +10:00
Miikka Koskinen
ac9ff806df
Merge pull request #476 from metosin/feature/update-static-handler-docs
...
Document serving static resources from the file system
2021-04-09 14:55:19 +03:00
Miikka Koskinen
d0e83fed41
Merge remote-tracking branch 'origin/master' into feature/update-static-handler-docs
2021-04-09 14:49:56 +03:00
Miikka Koskinen
b8110f1e40
Merge pull request #482 from keoko/fix-typos
...
fix documentation typos
2021-04-09 14:49:09 +03:00
Natxo Cabré
722bd8950f
removed blank line
2021-03-12 13:33:47 +01:00
Natxo Cabré
1e76ea8114
fixed malli create example
2021-03-12 13:24:28 +01:00
Natxo Cabré
26c4ebc645
defined router var so the merged route tree example returns the commented data structure
2021-03-12 12:57:13 +01:00
Natxo Cabré
c5bb467402
fix route_conflicts link
2021-03-12 12:50:51 +01:00
Natxo Cabré
5831f2f4f6
fixed typo in explicitely
2021-03-12 12:45:55 +01:00
Juho Teperi
ddbbe1a0da
List different examples
2021-03-11 22:08:07 +02:00
Juho Teperi
a3aa5df111
Fix exception log handler, *out* is not PrintWriter necessarily
2021-03-11 21:57:15 +02:00
Juho Teperi
c212a7a9fa
Ring-swagger is not Schema example
2021-03-11 21:56:22 +02:00
Juho Teperi
1992198b58
Fix spec example
2021-03-11 21:22:33 +02:00
Juho Teperi
8a205002a8
Add examples for Swagger parameter description
2021-03-11 20:55:52 +02:00
Tommi Reiman
349c838de4
Merge pull request #478 from jmckitrick/patch-1
...
Update swagger_ui.cljc
2021-03-11 15:56:25 +02:00
Jonathon McKitrick
c033f10e4e
Update swagger_ui.cljc
...
Fix spelling in docstring.
2021-03-11 08:41:31 -05:00
Miikka Koskinen
fb5eb1ff98
Update development.md
2021-03-05 20:45:28 +02:00
Tommi Reiman
7520cd425c
malli 0.3.0
2021-03-02 21:25:02 +02:00
Miikka Koskinen
8567550ad9
Document serving static resources from the file system
2021-03-02 08:39:51 +02:00
Miikka Koskinen
6f2e181335
Merge pull request #473 from metosin/feature/finish-not-found
...
Make the not-found-handler fix backwards compatible
2021-03-02 08:38:54 +02:00
Miikka Koskinen
b6d9707b53
Copy file & resource handler docstring update to docs
2021-03-02 08:28:36 +02:00
Tommi Reiman
0c93cfb1f9
update deps
2021-02-27 19:22:42 +02:00
Miikka Koskinen
1f18cbe747
Update CHANGELOG.md
2021-02-26 08:46:01 +02:00
Miikka Koskinen
39fc17c5fd
Update CHANGELOG.md
2021-02-26 08:45:29 +02:00
Miikka Koskinen
5824d9eeef
Make the not-found-handler fix backwards compatible
...
PR #471 aimed to fix issue #464 . However, the change was slightly
backwards-incompatible, since it made the file and resource handlers use
the default 404 handler when mounted outside of the router. The previous
behavior was to return nil in that case.
This patch restores the previous behavior and clarifies that `:path`
option can be used only when the file/resource handler is mounted
outside of a router.
2021-02-26 08:14:01 +02:00
Miikka Koskinen
88897a2264
Remove useless testing calls
2021-02-26 07:41:03 +02:00
Tommi Reiman
07dfb91d96
Merge pull request #472 from metosin/malli-coercion-doc-fix
...
Missing curly brace in documentation
2021-02-21 09:18:36 +02:00
Kari Marttila
60fee31733
Missing curly brace in documentation - I noticed this while trying the example in REPL
2021-02-20 21:00:59 +02:00
Miikka Koskinen
ff55f85677
Merge pull request #471 from metosin/resource-handler-issue
...
Support not-found-handler with path in resource handler (#464 )
2021-02-19 15:31:55 +02:00
Kari Marttila
902b33f004
Support not-found-handler with path in resource handler ( #464 )
2021-02-19 15:17:26 +02:00
Miikka Koskinen
e64490f473
Merge pull request #470 from metosin/feature/migrate-to-github-actions
...
Migrate to GitHub Actions
2021-02-17 16:31:04 +02:00
Miikka Koskinen
d80f1038f6
Stop using CircleCI
2021-02-17 16:22:17 +02:00
Miikka Koskinen
a94b6db06e
Start using GitHub Actions
2021-02-17 16:22:01 +02:00
Tommi Reiman
03f029e536
mob rules
2021-02-04 20:48:08 +02:00
Tommi Reiman
f43a8311fc
0.5.12
2021-02-04 20:40:25 +02:00
Tommi Reiman
e7cec06b71
Merge pull request #469 from ykarikos/feature/upgrade-dependencies
...
Upgrade Clojure dependencies
2021-02-04 20:09:25 +02:00
Yrjö Kari-Koskinen
d478ec1d23
Upgrade dependencies
2021-02-04 08:41:33 +02:00
Miikka Koskinen
36673d4674
Update CHANGELOG.md
2021-01-29 15:08:44 +02:00
Miikka Koskinen
eb10af92c4
Merge pull request #466 from metosin/feature/space-as-separator
...
Allow space as separator, fixes #411
2021-01-29 15:08:35 +02:00
Kimmo Koskinen
496e6b6fc7
Allow space as separator, fixes #411
...
Fixes https://github.com/metosin/reitit/issues/411
2021-01-29 15:02:35 +02:00
Tommi Reiman
0ecc2fb9a7
Merge pull request #456 from raphaelsaunier/fix/relative-urls-in-doc
...
Fix relative links in documentation
2021-01-10 18:10:53 +02:00
Tommi Reiman
8cca1fe40b
Merge pull request #460 from scott-silver/patch-1
...
Pedantic grammer correction
2020-12-28 00:00:44 +02:00
Tommi Reiman
b4099169be
0..5.11 with updated deps
2020-12-27 22:50:02 +02:00
scott-silver
d663342fbb
Update README.md
2020-12-27 10:31:48 -08:00