summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-27fix(system): remediate component wrapping functionality (#9978)Vladimír Gorej
2024-05-22refactor(config): remove unused config options (#9958)Vladimír Gorej
2024-05-21fix(config): define missing default options and their types (#9949)Oliwia Rogala
2024-05-15fix(oas31): fix re-rendering of the Webhooks component (#9938)Oliwia Rogala
2024-05-14fix(components): add support for oneOf/anyOf JSON Schema keywords in paramete...Oliwia Rogala
2024-05-10fix(components): fix rendering for empty examples in responses (#9926)Oliwia Rogala
2024-05-08fix(json-schema-5): allow collapsing for primitive models (#9639)Daksh
2024-05-07fix(components): render parameter extensions in the description column (#9883)nightingale
2024-05-07fix: render null values included in enum (#9683)kyoungmin kim
2024-05-07fix(system): allow wrapping components both from presets and plugins (#9919)Vladimír Gorej
2024-05-07refactor(config): fix naming of system options (#9917)Vladimír Gorej
2024-05-06fix(config): perform configuration synchronouslyVladimir Gorej
2024-05-06refactor(config): use conventional namingVladimir Gorej
2024-04-25fix(config): remove system config source (#9875)Oliwia Rogala
2024-04-23fix(json-schema-2020-12-samples): skip anyOf and oneOf while merging schemas ...Oliwia Rogala
2024-04-23fix(utils): fix validation for required values without specified type (#9863)Oliwia Rogala
2024-04-22feat(config): expose config and make it overridable (#9862)Vladimír Gorej
2024-04-20refactor(config): export config options typecasing mechanism (#9854)Vladimír Gorej
2024-04-20docs: fix typos in code comments (#9841)careworry
2024-04-19style(core): apply prettier formatting (#9848)Vladimír Gorej
2024-04-18fix(config): add options defined during runtime (#9845)Oliwia Rogala
2024-04-18fix(config): sync SwaggerUI default options with swagger-ui-react (#9843)Oliwia Rogala
2024-04-18fix(config): address getting configUrl from options (#9840)Oliwia Rogala
2024-04-18fix(config): cast configuration values into proper types (#9829)Oliwia Rogala
2024-04-18style(request-snippets): change name of active tab class (#9839)Vladimír Gorej
2024-04-17fix(config): fix precedence for system options (#9831)Oliwia Rogala
2024-04-16feat(request-snippets): use active class modifier for active snippet (#9826)Vladimír Gorej
2024-04-16fix(config): handle query config options (#9824)Oliwia Rogala
2024-04-15feat: expose build info via new versions plugin (#9820)Vladimír Gorej
2024-04-15refactor: consolidate all config related code into config module (#9811)Oliwia Rogala
2024-04-11fix(utils): make URL search params parsing and serialization WHATWG URL compl...Oliwia Rogala
2024-04-11refactor(json-schema-2020-12-samples): design formatAPI consistent with media...Twan Kamp
2024-04-10fix(spec): format validation errors for nested parameters (#9775)Oliwia Rogala
2024-04-10refactor: consolidate all JSON Schema 5 rendering code into json-schema-5 plu...Vladimír Gorej
2024-04-10fix(oas3): compensate for JSON Schemas left unresolved by swagger-client (#9794)Oliwia Rogala
2024-04-09fix(json-schema-2020-12-samples): apply string constraints sensibly (#9796)Vladimír Gorej
2024-04-09feat(json-schema-2020-12-sample): introduce option API (#9795)Vladimír Gorej
2024-04-08fix(oas31): allow override names of top level schemas (#9787)Vladimír Gorej
2024-04-06refactor(syntax-highlighting): use component wrapping for syntax highlighting...Vladimír Gorej
2024-04-05feat: consolidate syntax highlighting code into standalone plugin (#9783)Vladimír Gorej
2024-03-29fix(oas3): add support for oneOf/anyOf JSON Schema keywords in request-body r...Oliwia Rogala
2024-03-29fix(oas3): fix getting initial values for request body in OpenAPI 3.x (#9762)Oliwia Rogala
2024-03-29feat(plugins): expose JSON Schema merging mechanism from samples plugins (#9766)Oliwia Rogala
2024-03-26fix(json-schema-2020-12-samples): fix constraints for integer example values ...Oliwia Rogala
2024-03-13fix(request-snipppets): fix issues in escaping Powershell (#9692)Vladimír Gorej
2024-03-13fix(oas3): escape regular expression before using it (#9691)Vladimír Gorej
2024-03-13fix(spec): validation errors formatting (#9687)Oliwia Rogala
2024-03-07feat(style): add max-height for curl example (#9179)Will McNamara
2024-03-06refactor(components): rewrite ModelExample into functional component (#9668)Vladimír Gorej
2024-03-06fix: avoid rendering empty response schemas (#9667)Oliwia Rogala