AlexVarchuk
|
ddf297b112
|
fix: nullable object's fields were missing (#1721)
|
2021-08-11 12:59:31 +03:00 |
|
AlexVarchuk
|
6a52a16d5b
|
fix: hideLoading options in redoc standalone (#1709)
|
2021-08-03 13:37:01 +03:00 |
|
AlexVarchuk
|
cd2d6f76e8
|
fix: improve openapi 3.1 (#1700)
|
2021-08-03 13:36:06 +03:00 |
|
ILya Volchenkov
|
ec50858ec4
|
feat: added localization for some labels (#1675)
|
2021-07-09 10:33:36 +03:00 |
|
Roman Hotsiy
|
f4ea368f78
|
feat: merge refs oas 3.1 (#1640)
|
2021-06-09 15:43:52 +03:00 |
|
Roman Hotsiy
|
92387bc653
|
chore: upgrade dependencies (#1634)
|
2021-06-02 15:53:36 +03:00 |
|
AlexVarchuk
|
823be24b31
|
feat: add basic support openApi 3.1 (#1622)
|
2021-05-31 19:23:05 +03:00 |
|
Roman Hotsiy
|
8270481e9f
|
fix: false-positive recursive tag case when using oneOf + allOf (#1534)
|
2021-02-15 14:50:35 +02:00 |
|
romanhotsiy
|
0dce880dce
|
fix: crash on multiple examples on parameter object
fixes #1485
|
2021-01-28 11:21:25 +02:00 |
|
Anna Stasiuk
|
bb4594ee58
|
feat: add new option hideSchemaPattern (#1475)
* feat: add new option hideSchemaPattern
* chore: add hideSchemaPattern option to readme
|
2020-11-30 11:54:46 +02:00 |
|
Roman Hotsiy
|
d12e410d99
|
feat: support multiple examples for parameters (#1470)
|
2020-11-23 14:00:17 +02:00 |
|
romanhotsiy
|
d09e744d15
|
fix: limit autogen json samples depth to 10
|
2020-11-17 11:26:04 +02:00 |
|
romanhotsiy
|
d4016b8142
|
chore: fix tests
|
2020-10-13 19:10:04 +03:00 |
|
Roman Hotsiy
|
26c407bd0f
|
fix: fix broken observable after mobx upgrade (#1415)
|
2020-10-13 18:59:58 +03:00 |
|
Roman Hotsiy
|
a0f15d99f0
|
chore: upgrade to mobx@6 (#1412)
|
2020-10-13 16:58:27 +03:00 |
|
Roman Hotsiy
|
38ac792b85
|
chore: do not use single-letter tokens in search
|
2020-09-24 14:04:58 +03:00 |
|
Roman Hotsiy
|
346b10f173
|
feat: load external search index
|
2020-09-24 14:04:58 +03:00 |
|
Roman Hotsiy
|
9730c4ee1c
|
feat: support for ignoring specified named schemas
|
2020-09-24 14:04:57 +03:00 |
|
Roman Hotsiy
|
addf8956e3
|
fix: do not crash for invalid parameter.in value
closes #1340
|
2020-08-19 13:16:05 +03:00 |
|
Anna Stasiuk
|
41f81b4d96
|
feat: add webhooks support (#1304)
|
2020-08-14 16:33:25 +03:00 |
|
Roman Hotsiy
|
7af2efe731
|
feat: new option simpleOneOfTypeLabel
|
2020-08-04 12:21:58 +03:00 |
|
Roman Hotsiy
|
9fe8a4b685
|
chore: fix eslint errors
|
2020-07-25 20:15:14 +03:00 |
|
Oleksiy Kachynskyy
|
14e7db9403
|
feat: add maxDisplayedEnumValues config and buttons for show/hide enums (#1322)
|
2020-07-21 16:54:17 +03:00 |
|
Roman Hotsiy
|
a96a11a4dc
|
feat: new option sortEnumValuesAlphabetically (#1321)
|
2020-07-21 16:10:48 +03:00 |
|
Roman Hotsiy
|
633d71293f
|
fix: default style and explode for params
fixes #1016
|
2020-06-27 19:22:49 +03:00 |
|
Roman Hotsiy
|
c69f6de4c9
|
chore: remove global Dict<T> and replace it with Record<string, T>
|
2020-05-25 16:37:45 +03:00 |
|
Roman Hotsiy
|
9dd129d90b
|
fix: proper search-index dispose
|
2020-05-25 16:37:45 +03:00 |
|
Roman Hotsiy
|
becc2f5856
|
fix: depreacate x-code-samples, rename to x-codeSamples for consistency
|
2020-05-10 22:11:01 +03:00 |
|
Roman Hotsiy
|
6e607b9a29
|
fix: do not crash on incompatible allOf, console.warn instead
fixes #1156
|
2020-05-10 21:59:53 +03:00 |
|
Oleksiy Kachynskyy
|
57e93ec435
|
feat: add callbacks support (#1224)
Co-authored-by: Jonathan Bailey <jonathan_bailey@bose.com>
Co-authored-by: Roman Hotsiy <gotsijroman@gmail.com>
|
2020-04-08 14:04:58 +03:00 |
|
Roman Hotsiy
|
3908a7c464
|
fix: crash to wrong spelling in localeCompare
fixes #1218
|
2020-03-29 20:19:25 +03:00 |
|
Roman Hotsiy
|
a0bd27c754
|
fix: improve names for some theme settings
|
2020-03-27 18:35:07 +02:00 |
|
Mohamed Zenadi
|
ac4f915494
|
fix: sort discriminator entries by mapping order (#1216)
* sort discriminator entries by mapping order
* fix string compare
|
2020-03-27 13:09:51 +02:00 |
|
Mohamed Zenadi
|
ea5b0aabf9
|
feat: add x-explicitMappingOnly extension (#1215)
|
2020-03-27 12:09:44 +02:00 |
|
GreenHedgehog
|
c6eaa0281b
|
fix: fix passing boolean value to showExtensions options (#1211)
Co-authored-by: Alef <aleksey.pavlov@corp.mail.ru>
|
2020-03-20 14:37:22 +02:00 |
|
Roman Hotsiy
|
7ba3de2e28
|
chore: fix lint issues
|
2020-03-17 13:18:23 +02:00 |
|
Roman Hotsiy
|
54eb2a0dce
|
chore: prettier all
|
2020-03-17 12:01:32 +02:00 |
|
Roman Hotsiy
|
8c053cc474
|
fix: fix major search performance due to wrong marker element
fixes #1109
|
2020-03-16 16:58:38 +02:00 |
|
Roman Hotsiy
|
7608800d0a
|
feat: new option expandSingleSchemaField
|
2020-03-16 16:58:28 +02:00 |
|
Nick Oliver
|
af415e89e8
|
fix: do not load SearchWorker if disableSearch is true (#1191)
Blob URLs may be disabled by CORS (ex: #764) but should not block execution when the disableSearch option is true
|
2020-03-01 12:38:15 +08:00 |
|
Roman Hotsiy
|
56ddce1b11
|
chore: minor perf optimizations
|
2020-01-15 23:05:51 +02:00 |
|
Roman Hotsiy
|
5248415791
|
fix: do not process oneOf if inherited from parent with discriminator
|
2020-01-14 22:53:45 +02:00 |
|
Roman Hotsiy
|
a260c8414c
|
fix: fix duplicated content in tags when using md headings
fixes #1150, fixes #1152
|
2020-01-10 15:19:05 +02:00 |
|
Roman Hotsiy
|
942d782b5a
|
fix: fix missing parameters
fixes #1142
|
2019-12-13 19:25:31 +02:00 |
|
Nan Yan
|
d92434d11b
|
fix: fix sortByRequired (stabilise sort) (#1136)
fixes #1104
fixes #1121
fixes #1061
|
2019-12-13 11:34:41 +02:00 |
|
Roman Hotsiy
|
eaaa99d68e
|
feat: new option payloadSampleIdx
|
2019-12-12 19:12:50 +02:00 |
|
Roman Hotsiy
|
448b1b48c8
|
chore: refactor request samples
|
2019-12-12 18:37:47 +02:00 |
|
Roman Hotsiy
|
cbb9f50fa0
|
fix: remove implicit discriminator mapping when explicit is present
|
2019-12-12 18:05:37 +02:00 |
|
Roman Hotsiy
|
11cc4c4c3e
|
feat: new option hideSchemaTitles
|
2019-12-12 17:32:03 +02:00 |
|
Roman Hotsiy
|
4a25aaef69
|
fix: python comment stripped in headings
fixes #1116
|
2019-12-12 17:32:02 +02:00 |
|