Commit graph

1038 commits

Author SHA1 Message Date
Tommi Reiman
68d68402d9 Fix Java Trie example 2019-05-01 22:40:44 +03:00
Tommi Reiman
dd864a0142 Set closed specs in http-swagger example 2019-05-01 22:40:44 +03:00
Tommi Reiman
674b60a124 spell-spec 2019-04-28 17:06:50 +03:00
Tommi Reiman
dc92f6f48e http-swagger++ 2019-04-28 17:06:50 +03:00
Tommi Reiman
6b5c35143d
Update README.md 2019-04-28 13:01:37 +03:00
Juho Teperi
9241de9a43
Merge pull request #258 from fraxu/shadow-dom-fix
Support html5 links inside Shadow DOM
2019-04-15 11:13:15 +03:00
Tommi Reiman
d2d625314e 0.3.2-SNAPSHOT 2019-04-12 19:49:47 +03:00
Tommi Reiman
d7e91daa33 Bump up deps 2019-04-12 19:46:16 +03:00
Tommi Reiman
21c58d53ba
Merge pull request #254 from vielmath/pedestal-error-arity
Support Sieppari-style error handlers with pedestal
2019-04-12 19:36:19 +03:00
Antti Leppänen
c9076e57ad Use getBrowserEvent method instead of _event property 2019-04-12 07:12:46 +03:00
Antti Leppänen
733958404e Use doc-string. 2019-04-10 12:14:21 +03:00
Antti Leppänen
b258e0abba Support html5 links inside Shadow DOM 2019-04-10 09:03:48 +03:00
mathieu
909e82168a Support Sieppari-style error handlers with pedestal
The reitit-pedestal Executor checks if the mounted interceptors have
1-arity error handler. If so, they are wrapped into a 2 arrity function.
2019-04-04 09:38:39 +02:00
Miikka Koskinen
51462e345e
Merge pull request #252 from aarongroom/fix/misc-documentation-edits
Fix some documentation wording
2019-04-03 08:53:10 +03:00
Miikka Koskinen
727858e9a6
Merge pull request #251 from aarongroom/fix/unused-example-deps
Remove unused compojure dependencies from frontend examples
2019-04-03 08:52:27 +03:00
Aaron Groom
ffc4d8e5c6
Remove extraneous word 2019-04-02 15:45:13 -04:00
Aaron Groom
aeab44e6e5
Add missing word to sentence 2019-04-02 15:44:24 -04:00
Aaron Groom
75149b595f
Remove unneeded comma 2019-04-02 15:43:57 -04:00
Aaron Groom
ac19264b83
Remove unused compojure dependencies from frontend examples
These don't appear to be needed and might cause users to introduce
dependencies into their projects if they use as templates in their own
projects.
2019-04-02 15:40:09 -04:00
Juho Teperi
4cd63a4e62 Mention browser history stack manipulation in docs 2019-03-22 08:42:28 +02:00
Tommi Reiman
ed7b580c9a Bracket-syntax is available since 0.3.0 2019-03-19 13:23:04 +02:00
Tommi Reiman
7ce2384eb2 Add more thanks in README 2019-03-18 10:52:13 +02:00
Tommi Reiman
b02d15a549 Remove --release option as it fails the cljs build
* doesn't actually do anything (need to compile manually with 1.8)
* see related issue #242
* fails: https://circleci.com/gh/metosin/reitit/1855
2019-03-18 08:58:25 +02:00
Tommi Reiman
a0d833e645 0.3.1 2019-03-18 08:27:25 +02:00
Tommi Reiman
06630e402b Target Java8 (with Java11), fixes #241 2019-03-18 08:25:38 +02:00
Tommi Reiman
b68ff9c7bb Link to the blog 2019-03-17 14:59:33 +02:00
Tommi Reiman
9b604eb986 Update changelog 2019-03-17 14:31:42 +02:00
Tommi Reiman
d21dd03dfa 0.3.0 2019-03-17 14:22:15 +02:00
Juho Teperi
057fae9e46
Update easy.cljs 2019-03-15 16:49:57 +02:00
Miikka Koskinen
ba93e3f3b8
Merge pull request #237 from metosin/breakver
Announce that we use Break Versioning
2019-03-14 09:56:58 +02:00
Miikka Koskinen
d0e43c17a2 Announce that we use Break Versioning 2019-03-14 09:50:21 +02:00
Tommi Reiman
f13d7ae0db
Merge pull request #235 from metosin/miikka-patch-1
Update CONTRIBUTING.md
2019-03-08 15:51:03 +02:00
Miikka Koskinen
3d65d81fcb
Update CONTRIBUTING.md 2019-03-08 15:09:09 +02:00
Tommi Reiman
ec4a22a539 added :basePath example, relates to #233 2019-03-08 08:48:37 +02:00
Tommi Reiman
72a0ad2a5b Push ns-records into user ns 2019-03-07 10:54:01 +02:00
Tommi Reiman
36634abd39 :reitit.trie/parameters option takes sequence of keys 2019-03-07 10:45:16 +02:00
Tommi Reiman
38cbb5d2f3
Merge pull request #232 from metosin/SingleSweepJavaTrieDecode
Trie polish, 25% faster wildcard routes.
2019-03-07 09:01:05 +02:00
Tommi Reiman
1d5d5f663b Support Clojure 1.9.0 2019-03-07 08:49:26 +02:00
Tommi Reiman
e41a50cb80 20% faster wildcard parameters with records 2019-03-07 08:20:41 +02:00
Tommi Reiman
55a5133e85 Rename :reitit.core/trie-compiler -> :reitit.trie/trie-compiler 2019-03-07 08:19:28 +02:00
Tommi Reiman
5ab1f2829e Decode in single sweep, 8% faster 2019-03-07 08:17:17 +02:00
Tommi Reiman
d50da2bc85
Merge pull request #231 from metosin/CatchAllShouldMatchWithEmptyParameter
CatchAll matcher catch with empty parameter, fixes #230
2019-03-06 20:18:27 +02:00
Tommi Reiman
5b19298803 CatchAll matcher catch with empty parameter, fixes #230 2019-03-06 19:49:27 +02:00
Tommi Reiman
850b47134a Don't reorder routes with :linear-router, fixes #229 2019-03-06 19:24:16 +02:00
Tommi Reiman
70ec78a72c
Merge pull request #228 from alexanderjamesking/master
Update shared routes doc
2019-03-05 14:00:48 +02:00
Alex King
3f05328a68
Update shared routes doc
Added missing require.
Removed use of `or` and added the else branch to the `if` statement.
2019-03-05 12:00:29 +01:00
Tommi Reiman
19ae220d5f
Merge pull request #225 from miikka/fix-typo
Fix typo
2019-03-04 18:19:41 +02:00
Miikka Koskinen
1ec4df974d Fix typo 2019-03-04 09:54:19 +02:00
Tommi Reiman
87737e9cbd
Merge pull request #220 from metosin/error
Pretty Errors (reitit-dev)
2019-03-04 09:41:29 +02:00
Tommi Reiman
76b90d3598 Document spec-tools change + cause reasoning 2019-03-04 09:41:15 +02:00