index
:
swagger-ui.git
3.52.2
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit
/
core
/
utils.js
Age
Commit message (
Expand
)
Author
2024-04-23
fix(utils): fix validation for required values without specified type (#9863)
Oliwia Rogala
2024-04-11
fix(utils): make URL search params parsing and serialization WHATWG URL compl...
Oliwia Rogala
2023-06-12
Merge branch 'master' into next
Vladimir Gorej
2023-06-12
chore(deps): bump @babel/runtime-corejs3 from 7.21.5 to 7.22.5 (#8918)
Vladimír Gorej
2023-06-01
refactor(samples): move example generation code to samples plugin (#8727)
Vladimír Gorej
2023-03-24
test(core): align test with dependency update (#8512)
Vladimír Gorej
2023-03-08
test(core): fix unit test assertion (#8456)
Vladimír Gorej
2021-11-04
fix(servers): prevent UI crash when chaning Server with variables
Vladimir Gorej
2021-03-30
fix: array constraint validation only if value was provided (#7112)
Mahtis Michel
2021-01-28
fix(sample-gen): case yaml parsed example is number but string schema (#6872)
Mahtis Michel
2021-01-25
feat(sample-gen): yaml sample generation (#6858)
Mahtis Michel
2021-01-22
fix(buildUrl): relative url is invalid URL (OAS3) or non-url (OAS2) (#6864)
Tim Lai
2021-01-14
fix(sample-gen): should return json literal example (#6827)
Mahtis Michel
2020-09-29
fix: sample schema should stringify string values for content-type: text/json...
Mahtis Michel
2020-09-21
fix: string samples should also be json stringified. (#6412)
Mahtis Michel
2020-09-01
feat: migrate unit tests to Jest (#6353)
Tim Lai