summaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Expand)Author
2024-05-14fix(components): add support for oneOf/anyOf JSON Schema keywords in paramete...Oliwia Rogala
2024-05-07fix(system): allow wrapping components both from presets and plugins (#9919)Vladimír 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-18fix(config): cast configuration values into proper types (#9829)Oliwia Rogala
2024-04-12test: fix typos in test descriptions (#9802)hugehope
2024-04-11fix(utils): make URL search params parsing and serialization WHATWG URL compl...Oliwia Rogala
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-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-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(spec): validation errors formatting (#9687)Oliwia Rogala
2024-02-23fix(oas3): attempt to render schemas not resolved by swagger-client (#9629)Oliwia Rogala
2024-02-15fix(spec): ignore empty string for multi-value parameter (#9511)Julien
2024-02-14test: consolidate unit tests (#9588)Vladimír Gorej
2024-02-12fix(spec): set multi-value parameters as an immutable list (#9567)Oliwia Rogala
2023-12-20feat: add support for React@18 in backward compatible way (#9435)Vladimír Gorej
2023-11-13feat(samples): add base64url support for contentEncoding keyword (#9246)Bas Schoenmaeckers
2023-11-09fix(response-body): show download button both for non-empty Blob and string r...Michał Korczak
2023-09-28feat: add wrapper for version labels (#9264)Patryk Rosiak
2023-09-05feat(json-schema): expose API that generates examples from JSON Schema (#9190)Vladimír Gorej
2023-09-05feat: expose plugins and presets on SwaggerUI global symbol (#9189)Vladimír Gorej
2023-08-01feat: respect Encoding Object while building requests (#9105)Vladimír Gorej
2023-07-31test(curlify): add test for multipart request quotes handling (#9096)Vladimír Gorej
2023-07-24fix(samples): fix handling of additionalProperties in JSON Schema 2020-12 (#9...Adam Davis
2023-06-12Merge branch 'master' into nextVladimir Gorej
2023-06-12chore(deps): bump @babel/runtime-corejs3 from 7.21.5 to 7.22.5 (#8918)Vladimír Gorej
2023-06-11feat(samples): add support for proper schema merging (#8910)Vladimír Gorej
2023-06-10feat(examples): add support for examples keyword (#8908)Vladimír Gorej
2023-06-09feat(samples): add support for contentSchema keyword (#8907)Vladimír Gorej
2023-06-09feat(samples): add support for contentMediaType keyword (#8903)Vladimír Gorej
2023-06-08feat(samples): add support for contentEncoding keyword (#8899)Vladimír Gorej
2023-06-08feat(samples): add support for contains, minContains, maxContains keywords (#...Vladimír Gorej
2023-06-07feat(samples): add support for uniqueItems keyword (#8893)Vladimír Gorej
2023-06-07feat(samples): add support for regex string format (#8891)Vladimír Gorej
2023-06-07feat(samples): support multipleOf keyword (#8890)Vladimír Gorej
2023-06-06feat(samples): support new semantics of exclusive number ranges (#8885)Vladimír Gorej
2023-06-06feat(samples): add support for const keyword (#8884)Vladimír Gorej
2023-06-06feat(samples): add support for type keyword defined as list of types (#8883)Vladimír Gorej
2023-06-05feat(samples): add support for new values of format keyword (#8882)Vladimír Gorej
2023-06-01test: align tests with sample plugin changesVladimir Gorej
2023-06-01refactor(samples): move example generation code to samples plugin (#8727)Vladimír Gorej
2023-05-24Merge branch 'master' into nextVladimir Gorej
2023-05-22feat(auth): persist cookie based apiKey in document.cookie (#8689)Vladimír Gorej
2023-04-26Merge branch 'master' into nextVladimir Gorej
2023-04-26fix(response-body): remove download button when content is empty (#8579)Krzysztof Kowalczyk
2023-03-24test(core): align test with dependency update (#8512)Vladimír Gorej