Commit graph

1018 commits

Author SHA1 Message Date
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
Tommi Reiman
161fd1dfb0 Polish tests 2019-03-03 21:58:17 +02:00
Tommi Reiman
90e2d3b0ae Return of the spec-tests for cljs 2019-03-03 21:55:55 +02:00
Tommi Reiman
dc34720fee Fixed based on Miikka's review 2019-03-03 21:55:39 +02:00
Tommi Reiman
549d2a0f97 Adhere spec-tools 0.9.0 changes 2019-03-03 20:54:47 +02:00
Tommi Reiman
a2843dd097 New reitit-dev module for pretty errors 2019-03-03 20:54:21 +02:00
Tommi Reiman
59560860d8 Finalize Trie & cleanup 2019-03-03 20:20:34 +02:00
Tommi Reiman
a44267ba85 Fix reflection warnings 2019-03-01 22:16:29 +02:00
Tommi Reiman
998bf4a0d4 Empty colon-params are ignored 2019-03-01 22:12:11 +02:00
Tommi Reiman
284d443e30
Merge pull request #224 from miikka/feature/git-hashes
Point each project.clj to the git directory
2019-03-01 13:47:11 +02:00
Miikka Koskinen
680414a209 Point each project.clj to the git directory
This way the released JARs should include the git commit they were built
from.
2019-03-01 13:20:43 +02:00
Juho Teperi
655707b573
Update CHANGELOG.md 2019-03-01 11:43:55 +02:00
Juho Teperi
294aebb6a2
Update CHANGELOG.md 2019-03-01 11:43:07 +02:00
Tommi Reiman
5713afac34 best-effort to retain route order with swagger 2019-02-28 14:59:48 +02:00
Tommi Reiman
684f5bbb29
Merge pull request #223 from miikka/benchmark-histogram
Print a histogram for combined benchmark suites
2019-02-28 13:27:06 +02:00
Miikka Koskinen
4eb1899a57 Print a histogram for each benchmark suite 2019-02-28 13:12:41 +02:00
Tommi Reiman
6ef78b6238
Merge pull request #215 from metosin/Trie
Trie-router
2019-02-28 12:22:20 +02:00
Tommi Reiman
251f547b88 rebase-error-fix 2019-02-28 12:16:51 +02:00
Tommi Reiman
f0a6ceb837 rename internals for clarity 2019-02-28 12:12:28 +02:00
Tommi Reiman
df8cfed125 Don't print average lower 2019-02-28 12:12:28 +02:00
Tommi Reiman
a9c33de7d1 fix perf tests 2019-02-28 12:12:28 +02:00