Commit graph

836 commits

Author SHA1 Message Date
Tommi Reiman
2a1fea2ccb Initial Java Trie 2019-01-14 10:45:27 +02:00
Tommi Reiman
35ff62a1da Fix expand, fixes #201 2019-01-14 10:07:16 +02:00
Juho Teperi
a1be00842a
Merge pull request #200 from dpetranek/patch-1
Fix typo in README
2019-01-10 18:58:45 +02:00
Miikka Koskinen
bdb06d00ac
Merge pull request #202 from johannesloetzsch/master
minor fix: added missing dependency
2019-01-10 12:49:48 +02:00
Johannes Lötzsch
8633c8234e minor fix: added missing dependency 2019-01-09 18:17:30 +01:00
Daniel Petranek
f8ae45d848
Fix typo in README 2019-01-07 11:19:14 -06:00
miikapi
c8e08b4cbd
Update copyright year to 2019 under license 2019-01-02 09:36:56 +02:00
Tommi Reiman
aa065b2d08 cljdoc badge 2018-12-31 14:49:04 +02:00
Tommi Reiman
408b30eaba Release 0.2.10 2018-12-30 17:48:27 +02:00
Tommi Reiman
4a986afe74 Link sample apps 2018-12-30 17:42:36 +02:00
Tommi Reiman
dece45f036 Update docs 2018-12-30 17:32:05 +02:00
Tommi Reiman
4e65e40db3 Add transform-butlast to CHANGELOG 2018-12-30 17:18:04 +02:00
Tommi Reiman
1f9a5f410e
Merge pull request #198 from metosin/polish-docs
Polish docs
2018-12-30 17:15:44 +02:00
Tommi Reiman
2ec29b8f9d Polish docs 2018-12-30 16:53:15 +02:00
Tommi Reiman
07fa785df3 0.2.10-alpha1 2018-12-27 16:53:57 +02:00
Tommi Reiman
8081fe1a49 0.2.10-alpha1 2018-12-27 16:45:33 +02:00
Tommi Reiman
d8d27a49fa Fix link 2018-12-27 16:07:39 +02:00
Tommi Reiman
998656a9ac Enchance docs 2018-12-27 16:01:31 +02:00
Tommi Reiman
f524459768
Merge pull request #197 from metosin/reitit-pedestal
Reitit pedestal
2018-12-26 15:48:43 +02:00
Tommi Reiman
8e0aaf7ae8 Reitit-pedestal 2018-12-26 15:43:26 +02:00
Tommi Reiman
e6e407cb08
Merge pull request #196 from metosin/polished-dev-tools
Polished dev tools
2018-12-26 15:35:56 +02:00
Tommi Reiman
7f4aa1bdcc Dev-middleware works with async + polished code 2018-12-22 13:48:47 +02:00
Tommi Reiman
48961c9ed4 quarantine-router 2018-12-22 10:37:18 +02:00
Tommi Reiman
c39122250f Test with Clojure 1.10.0 2018-12-22 09:53:56 +02:00
Tommi Reiman
31e3eb43aa Update deps 2018-12-22 09:53:40 +02:00
Tommi Reiman
3de303de35
Merge pull request #194 from Lokeh/patch-1
Fix ring-swagger example
2018-12-22 00:10:26 +02:00
Will
899e93227d
Fix ring-swagger example 2018-12-21 13:13:13 -08:00
Tommi Reiman
9e98ca983f
Merge pull request #193 from metosin/decode-path-params
Decode path-params on match-by-name, fixes #192
2018-12-21 20:20:18 +02:00
Tommi Reiman
260b167853 Decode path-params on match-by-name, fixes #192 2018-12-21 20:17:46 +02:00
Tommi Reiman
0b9c72ab0f Polish example 2018-12-17 21:03:51 +02:00
Tommi Reiman
56ad6a5168
Merge pull request #191 from metosin/DisallowEmptyPathParameters
Segment-router doesn't allow empty path-parameters
2018-12-11 16:27:40 +02:00
Tommi Reiman
492d5e2f2b Segment-router doesn't allow empty path-parameters 2018-12-10 20:30:58 +02:00
Tommi Reiman
147034d914 Update swagger-guide, fixes #180 2018-12-09 20:16:32 +02:00
Tommi Reiman
d21ec8d490
Merge pull request #186 from metosin/controller-docs
Some documentation for controllers
2018-11-30 20:33:41 +02:00
Miikka Koskinen
adb27f445d Some documentation for controllers 2018-11-30 18:07:41 +02:00
Tommi Reiman
8cc58df024
Merge pull request #183 from metosin/swagger-docs
Docs: Add a note about Swagger needing Muuntaja
2018-11-22 10:36:12 +02:00
Miikka Koskinen
d827f05a6a Docs: Add a note about Swagger needing Muuntaja 2018-11-22 09:23:13 +02:00
Tommi Reiman
0e73b883ed 0.2.9 2018-11-21 16:03:09 +02:00
Tommi Reiman
ed1c2b0c4f Add coercion tests for vector data-specs, 0.2.9 2018-11-21 16:02:04 +02:00
Tommi Reiman
8dc1e50c44
Merge pull request #182 from hjhamala/support-vectors-in-baselevel-data-specs
Add support for vector based specs in Swagger generation
2018-11-21 14:41:47 +02:00
Heikki Hämäläinen
24c146a702 Add support for vector based specs in Swagger generation
This allows data specs to be in vectors as well as maps. Before the change data spec [{:foo string?}] would throw exception when generating Swagger.
2018-11-21 14:23:33 +02:00
Tommi Reiman
883a65acca Document the router options 2018-11-19 21:04:38 +02:00
Tommi Reiman
dd6b07aa0f Release 0.2.8 2018-11-18 22:31:13 +02:00
Tommi Reiman
4663812afc
Merge pull request #177 from metosin/composing_middleware_interceptor_transformations
Support composable transformations of mw/interceptor chain
2018-11-18 22:27:19 +02:00
Tommi Reiman
ffc36fce36 Support composable transformations of mw/interceptor chain
* fixes #167
2018-11-18 22:19:30 +02:00
Tommi Reiman
18a9cdb802 Update Changelog 2018-11-17 21:26:52 +02:00
Tommi Reiman
cca55c5bd5 Add regression test for swagger-spec 3arity handler 2018-11-17 21:25:40 +02:00
Tommi Reiman
8bb5755ced
Merge pull request #176 from metosin/spec-errors
Expose spec problems to error handlers
2018-11-17 21:17:36 +02:00
Tommi Reiman
37cb99a13e Expose spec problems to error handlers 2018-11-17 20:50:04 +02:00
Tommi Reiman
c3af856893
Merge pull request #174 from nenadalm/async_ring
Support swagger with async ring
2018-11-17 12:23:04 +02:00