Commit Graph

2022 Commits

Author SHA1 Message Date
Roman Hotsiy
6c79901a25
fix(cli): add node-libs-browser to the deps
fixes #850
2019-03-15 17:09:40 +02:00
Roman Hotsiy
7331cc8149
chore(cli): redoc-cli v0.8.2 2019-03-15 16:24:07 +02:00
Roman Hotsiy
81a756864d
fix: fix redoc-cli broken dependencies 2019-03-15 16:23:18 +02:00
Roman Hotsiy
0dab8afe01
chore: Release 2.0.0-rc.4 🔖 2019-03-15 12:10:25 +02:00
tomjankes
56ca3716b3 feat: display requestBody description #833 (#838) 2019-03-15 12:09:07 +02:00
Roman Hotsiy
ed9b878efe
fix: move swagger2openapi to deps because of missing transitive deps 2019-03-15 12:03:47 +02:00
Roman Hotsiy
a541b08a91
chore(cli): redoc-cli v0.8.0 2019-03-15 11:40:41 +02:00
Roman Hotsiy
6b152c67ef
chore: update peerDeps before release 2019-03-15 11:37:54 +02:00
Roman Hotsiy
75459bd4fa
chore: Release 2.0.0-rc.3 🔖 2019-03-15 11:33:47 +02:00
Roman Hotsiy
d81b63147c
fix: add extra deref step for anyOf/oneOf variants
fixes #810
2019-03-15 11:22:39 +02:00
Pete Nykänen
869a91ae4d chore: Remove duplicate re-export from index.ts (#842) 2019-03-15 09:07:39 +02:00
Roman Hotsiy
178ff4c365
fix: pin lunr version in ReDoc
fixes #844
2019-03-14 08:19:51 +02:00
Roman Hotsiy
f31cf3534c
chore: fix cli declarations 2019-03-11 17:58:23 +02:00
Roman Hotsiy
2cdfcd25cd
feat: support externalValue for examples
implements #551, related to #840
2019-03-11 17:14:14 +02:00
Roman Hotsiy
309901bd31
chore: update deps 2019-03-11 17:14:14 +02:00
Julian
2013973d75 docs: Fixed docker README, added missing redocly repo name (#841) 2019-03-11 09:32:55 +02:00
unarist
70faca17b6 fix: escape backslashes in string literals (#823)
Follow up for #822 and 04731656 (only escape quotes).
2019-02-26 11:31:42 +02:00
Roman Hotsiy
3ce5bff438
fix: duplicate keys in request samples
fixes #815
2019-02-26 10:41:52 +02:00
Roman Hotsiy
4dd79cd840
fix: set last section min-height
fixes #820
2019-02-26 10:41:52 +02:00
Roman Hotsiy
04731656db
fix: escape quotes in string values
fixes #882
2019-02-26 10:41:52 +02:00
Sergio Regueira
3659a75020 chore: Group documentation of x-traitTag extension (#802) 2019-02-26 08:58:18 +01:00
Roman Hotsiy
12cfb6ebde
chore: update styled components peer dep
closes #801
2019-01-31 19:25:06 +08:00
Roman Hotsiy
c366cf434f
chore: update mobx peer dependency version
fixes #741
2019-01-31 09:55:46 +08:00
Siarhei Bautrukevich
4e8ee0305d feat(cli): Add templateOptions param to pass additional data to custom template (#792)
* Add templateOptions param to pass additional data to custom template
* Update README for ReDoc cli
2019-01-31 09:51:44 +08:00
Roman Hotsiy
889cbe3f79
chore: Release 2.0.0-rc.2 🔖 2019-01-27 20:13:46 +07:00
Roman Hotsiy
d197c0feda
fix: make syntax highlighting for md js code blocks same as for payload samples 2019-01-23 20:11:32 +07:00
Roman Hotsiy
007752dfc4
fix: make padding for md code blocks and code samples consistent 2019-01-23 19:55:14 +07:00
Roman Hotsiy
801fea0474
chore: remove info.version validation 2019-01-17 18:43:02 +02:00
Roman Hotsiy
8c9e3bdbe4
chore: fix lint issue 2019-01-17 17:32:47 +02:00
Patrick Niklaus
fb3cb3627b fix: Only display API version if present (#773)
* Only display API version if present
* Warn if `info.version` is omitted, error if `info` is missing.
2019-01-17 17:24:05 +02:00
Roman Hotsiy
c343db694e
chore(cli): redoc-cli v0.7.1 2019-01-17 16:14:57 +02:00
Roman Hotsiy
206d43edb8
chore(cli): Update redoc in cli 2019-01-17 16:14:29 +02:00
Roman Hotsiy
c16d3d5a91
v2.0.0-rc.1 🔖 2019-01-17 13:21:31 +02:00
Roman Hotsiy
fa39ce4eef
fix: make example/defaults badge consistent with code blocks 2019-01-17 13:19:17 +02:00
Roman Hotsiy
c7436f2cee
fix: pattern constrain spacing 2019-01-17 12:54:59 +02:00
Roman Hotsiy
c04f387378
fix: sidebar navigation issues when scrollYOffset is float number
fixes #748
2019-01-17 12:20:22 +02:00
Luigi Pinca
02f6e1820b chore: update marked to version 0.6.0 (#768)
The new release includes https://github.com/markedjs/marked/pull/1383.
2019-01-17 12:06:35 +02:00
lrobledo
a419303612 docs: fix typos in redoc-vendor-extensions.md (#782)
[ci skip]
2019-01-10 17:28:21 +02:00
DeBr0glie
1bbb0fe679 docker: Incorrect port after restart when PORT is 8080 (#776)
When PORT is 8080 and dokcer restart, nginx will listen 80808080
2019-01-10 10:06:51 +02:00
Alex Scammon
30cbba3f6f docs: Fix the demo specUrl (#778) 2019-01-10 10:03:41 +02:00
Sebastián Ramírez
ab943a8dd5 docs: Add FastAPI to real-life usages in README (#756) 2018-12-24 11:25:31 +02:00
Patrick Elam
a1aa49a322 docs: fix link to OpenAPI specification in vendor extensions doc (#750) 2018-12-17 23:07:33 +02:00
neumond
cfb6f0fde0 fix: allow docker container serving under non-root URLs (#731)
fixes #730
2018-12-11 15:27:12 +02:00
SoftBrix
809e7f2841 chore: updated marked to 0.5.2 (#734)
Updated version for the marked dependency to an official release.
2018-12-06 15:35:04 +02:00
Matthias Mohr
523dbdc38f docs: fix typo in README (#735) 2018-12-06 15:17:57 +02:00
Patrick Elam
4f60ec85aa docs: fixed links to oas spec page (#728) 2018-11-30 10:09:40 +02:00
Roman Hotsiy
a47a4b83c3
chore: Release 2.0.0-rc.0 🔖 2018-11-27 14:41:54 +02:00
Roman Hotsiy
25dc775443
chore: fix ts declarations 2018-11-27 13:32:12 +02:00
Roman Hotsiy
0525d2de8b
chore: update cli deps 2018-11-27 13:31:52 +02:00
Roman Hotsiy
59eaa8d633
fix: false-positive recursive detection with oneOf
fixes #723, fixes #585
2018-11-27 12:54:52 +02:00