64c352064e
fix: nullability breaks object comparison ( #202 )
2022-02-19 18:39:57 -05:00
c50f7f7ccc
Fix: Unable to use sealed typed collections #199 ( #200 )
2022-02-19 23:33:13 +00:00
558824003b
feat: moving request and response to references ( #181 )
2022-02-18 00:11:58 -05:00
69d6b1af1d
feat: allow for overriding openapi endpoint ( #192 )
2022-02-11 13:04:47 +00:00
52a425a5d2
fix: bumped swagger version + minor playground fix ( #191 )
2022-02-10 13:34:02 +00:00
99590563fc
chore: test all serializers ( #180 )
2022-02-08 18:07:53 +00:00
d9cde5b0d8
chore: handler refactor ( #179 )
2022-02-08 16:41:59 +00:00
d1b951b4b1
fix: swagger ui bug ( #177 )
2022-02-07 20:18:35 +00:00
d54b8a730f
fix: support recursive types ( #174 )
2022-02-04 17:34:21 +00:00
ae2a1b578a
chore: version bumps and cleanup ( #156 )
2022-01-17 03:22:33 +00:00
c43fafae1b
chore(deps): update plugin io.bkbn.sourdough.library.jvm to v0.5.5 ( #150 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-13 08:17:21 -05:00
aa1b898b22
fix: adding signing plugin ( #147 )
2022-01-12 11:19:19 -05:00
aa21c1219b
fix: bug in testing suite + lots of documentation updates
2022-01-12 09:15:27 -05:00
a26ad72b67
chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.3.2 ( #141 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-01-09 11:24:03 +00:00
eb369dcdc8
fix: locations inheritance ( #135 )
2022-01-07 08:46:20 -05:00
da104d0a63
feat: Multi Serialization Support ( #134 )
2022-01-04 02:05:30 +00:00
c6ed261fe4
feat: enable creation of explicit parameter examples ( #133 )
2022-01-03 10:34:02 -05:00
012db5ad26
feat: added head, patch, and options methods ( #132 )
2022-01-03 14:32:55 +00:00
c29567114d
feat: v2-alpha ( #112 )
...
There are still some bugs, still some outstanding features, but I don't want to hold this back any longer, that way I can keep the future PRs much more focused
2022-01-03 04:15:15 +00:00
d66880f9b2
doc: example header parameter ( #114 )
2021-11-25 23:16:35 +00:00
5e070e1875
feat: Add opt-in locations support via ancillary module ( #107 )
2021-11-25 13:09:18 -05:00
dd780ad29d
feat: add operationId method info ( #106 )
2021-11-25 15:00:08 +00:00
d9d0f129b5
fix: Allow for injectable ObjectMapper to resolve serialization issues for Java 8 date type
2021-10-24 12:25:55 -04:00
c8d56e62a2
fix: code coverage pr check removed
2021-10-17 17:05:36 +00:00
67bd6ad36f
Added support for ByteArray type ( #88 )
2021-10-17 16:43:46 +00:00
5a7e052ac4
More extensible path calculation ( #86 )
2021-10-04 18:48:19 -04:00
6ba3617e32
add super hack to support undeclared polymorphic adapter fields ( #84 )
2021-08-15 01:02:23 +00:00
b021935b10
allow custom type overrides ( #83 )
2021-08-12 21:38:48 -04:00
3d99bf35fd
Support polymorphic collections and maps ( #82 )
2021-08-12 22:32:18 +00:00
c5f8ace5d2
Added support for BigInteger and BigDecimal in responses ( #76 )
2021-07-25 10:48:14 -04:00
925172cf86
encode oas to json internally ( #69 )
2021-06-04 20:51:06 +00:00
aa3290243b
explicit decoupled serialization ( #65 )
2021-06-03 09:00:33 -04:00
5fe98a04e8
Maven Central Here We Come!! ( #60 )
2021-05-23 13:47:48 -04:00
59c0c3aabf
Polymorphic and Generic Support ( #59 )
2021-05-21 21:35:19 +00:00
5b99564a75
no more lg-backbone ( #50 )
2021-05-08 10:38:11 -04:00
c019f92cc0
V1 beta release time 🥳 ( #48 )
2021-05-06 09:36:35 -04:00
f23016e878
Default param values ( #47 )
2021-05-05 21:33:17 -04:00
6b87519a64
Feature/examplebodies ( #44 )
2021-05-04 14:19:29 -04:00
26ada3daad
Error Responses, PR Template, Code Refactor, and Test plugin update ( #42 )
2021-04-29 19:08:45 -04:00
571dc11c29
set logging to debug ( #36 )
...
makes sense 👍
2021-04-24 13:14:39 -04:00
30f02f88df
Feature/non required params ( #35 )
2021-04-23 11:53:11 -04:00
ea09aa72e2
Feature/swagger UI ( #34 )
2021-04-23 08:44:26 -04:00
d0767aa74e
init security scheme ( #29 )
2021-04-21 13:51:42 -04:00
a0ab043e5a
added explicit path calculator interface ( #31 )
2021-04-20 10:17:05 -04:00
a3cf7dad9b
fix root route appending a trailing slash ( #30 )
2021-04-19 14:47:35 -04:00
dd978276d2
redoc and openapi routes standardized ( #28 )
2021-04-19 09:11:32 -04:00
ae4999483b
parameter support ( #27 )
2021-04-17 20:20:37 +00:00
81e24f96dc
document top level collectiom ( #24 )
2021-04-17 08:32:43 -04:00
810f290f0d
refactored to leverage KType ( #21 )
2021-04-16 15:37:23 -04:00
fdd18674da
added special case to support UUID field ( #19 )
2021-04-16 09:28:45 -04:00