duxiaofeng
aceb3438f2
feat(cli): add disableGoogleFont
parameter to cli ( #1045 )
2019-09-25 18:14:21 +02:00
Anthony Porthouse
350649d8b3
chore: correct typo of expolde to explode ( #1009 )
2019-09-25 18:11:53 +02:00
Quinn Blenkinsop
d74e2d6c46
docs: Add core-js as peer dependency in docs ( #1018 )
2019-08-20 10:12:27 +03:00
Roman Hotsiy
ffacdc09be
chore: setup simple unit-tests workflow
2019-08-19 09:35:21 +03:00
Roman Hotsiy
121bf640fa
chore: Release 2.0.0-rc.14 🔖
2019-08-07 12:34:11 +03:00
Roman Hotsiy
58cb20d4b2
fix: fix escaping JSON string values
...
fixes #999
2019-08-07 12:02:25 +03:00
Anya Stasiuk
7849f7f6b7
fix: revert expanding default server variables
2019-08-07 11:41:50 +03:00
Roman Hotsiy
3e18093e6f
chore(cli): redoc-cli v0.8.6
...
fixes #998
2019-08-01 12:06:39 +03:00
Roman Hotsiy
06a6d921f9
chore(cli): update redoc
2019-08-01 12:05:47 +03:00
Roman Hotsiy
574e512dc9
chore: Release 2.0.0-rc.13 🔖
2019-08-01 11:22:30 +03:00
Roman Hotsiy
1367380a88
fix: support json serialization for parameter examples
...
fixes #934
2019-08-01 11:20:44 +03:00
Roman Hotsiy
2afc2e4921
fix: unify accordion icons for responses section
...
fixes #975
2019-08-01 10:41:13 +03:00
Roman Hotsiy
9e3375d12d
fix: update to core.js 3
...
fixes #997
2019-08-01 10:35:32 +03:00
Roman Hotsiy
bfbb0c1787
fix: enum list doesn't wrap
...
fixes #993
2019-08-01 10:32:11 +03:00
Roman Hotsiy
aba45dbbe6
fix: incorrect serialization of some parameter samples
...
fixes #992
2019-08-01 10:31:41 +03:00
Roman Hotsiy
36ebbb1c89
chore: Release 2.0.0-rc.12 🔖
2019-07-30 19:54:14 +03:00
Roman Hotsiy
cb5c19781c
chore: add more exports
2019-07-30 19:53:47 +03:00
Roman Hotsiy
4496622438
fix: rename ObjectDescription to SchemaDefinition as discussed
2019-07-30 19:51:27 +03:00
Roman Hotsiy
173f7df55a
chore: Release 2.0.0-rc.11 🔖
2019-07-30 11:33:06 +03:00
Roman Hotsiy
70d1ee9edd
fix: do not add extra slashes to pattern
...
fixes #983
2019-07-30 10:54:40 +03:00
Roman Hotsiy
2f75aa3aed
chore: remove ci-publish as it was not working
2019-07-29 18:51:54 +03:00
Roman Hotsiy
d1ce306340
chore: update yarn.lock's
2019-07-29 18:49:01 +03:00
Roman Hotsiy
5d433fa1fb
chore(cli): update deps
2019-07-29 18:42:51 +03:00
Roman Hotsiy
12e7394ea3
chore: update deps
2019-07-29 18:41:57 +03:00
Roman Hotsiy
f7dd658a01
fix: incorrect serialization of parameter sample with hypen
2019-07-29 18:40:47 +03:00
Roman Hotsiy
299a59faad
feat: new option menuToggle - fold active MenuItem if clicked ( #963 )
...
update: fold active MenuItem if clicked
2019-07-29 17:33:58 +03:00
Roman Hotsiy
1504ade0e2
chore: add docs
2019-07-29 17:33:22 +03:00
Roman Hotsiy
bfd703d2da
Merge branch 'master' into update/toggleMenuItem
2019-07-29 17:30:26 +03:00
Roman Hotsiy
2588160d7c
chore: refactor
2019-07-29 17:29:32 +03:00
Roman Hotsiy
f7248135b1
fix(cli): Add missing content type header on compressed responses of /
2019-07-29 17:18:51 +03:00
Roman Hotsiy
ac41f0bde5
feat: menu items from tags + md extension for Schema Definition ( #681 )
...
* add section menus for tags and object description
* bundle and test
* add depth calculation
* add object descriptions to test
* enable operations spacing for operations as well
* bring back section rule, as this could be solved better
* update read/writeonly filter rule to be able to filter both
* add showReadOnly and showWriteOnly options to object-description
* update demo to show use cases
* remove forgotten console.log
* adjust demo test with newly added items
* do the right match with the menu items :/
* chore: refactor + jsxify md tags
* chore: simplify demo spec
* fix: dropdown fixes related to object description
2019-07-29 17:17:16 +03:00
Roman Hotsiy
9bf45d810e
chore: rename ObjectDescription to SchemaDefinition
2019-07-29 17:14:39 +03:00
Roman Hotsiy
e4c3af6549
chore: fix addons in .travis.yml
2019-07-29 16:58:51 +03:00
Roman Hotsiy
6c48372aeb
chore: update travis config
2019-07-29 15:54:55 +03:00
Roman Hotsiy
a282b92024
chore: temporary disable bundlesize in Travis
2019-07-29 15:39:33 +03:00
Aleksandr Karo
d3f1c1677c
feat: add sampleCollapseLevel option ( #937 )
...
* feat: add sampleCollapseLevel option
* fix: rename sampleCollapseLevel option to jsonSampleExpandLevel
Change README.md description
* fix: provide maxCollapseLevel option via argument
* fix: rename normalizer function and some vars
2019-07-29 15:26:16 +03:00
Roman Hotsiy
0504ad4b76
fix: dropdown fixes related to object description
2019-07-29 15:14:39 +03:00
Roman Hotsiy
7c06735c6d
chore: fix test
2019-07-29 14:39:21 +03:00
Roman Hotsiy
7883fad333
chore: simplify demo spec
2019-07-29 13:19:22 +03:00
Roman Hotsiy
00a0abf4a4
chore: refactor + jsxify md tags
2019-07-29 13:19:22 +03:00
Dimitar Nanov
8c27d31396
do the right match with the menu items :/
2019-07-29 13:19:21 +03:00
Dimitar Nanov
e4d8fa23d7
adjust demo test with newly added items
2019-07-29 13:19:21 +03:00
Dimitar Nanov
413e1fad5b
remove forgotten console.log
2019-07-29 13:19:21 +03:00
Dimitar Nanov
51b5d04fcc
update demo to show use cases
2019-07-29 13:19:21 +03:00
Dimitar Nanov
6935b16964
add showReadOnly and showWriteOnly options to object-description
2019-07-29 13:19:21 +03:00
Dimitar Nanov
a8f70377ab
update read/writeonly filter rule to be able to filter both
2019-07-29 13:19:21 +03:00
Dimitar Nanov
5addc21cd8
bring back section rule, as this could be solved better
2019-07-29 13:19:21 +03:00
Dimitar Nanov
2f34b8ebaf
enable operations spacing for operations as well
2019-07-29 13:19:21 +03:00
Dimitar Nanov
e9f8bdb10c
add object descriptions to test
2019-07-29 13:19:21 +03:00
Dimitar Nanov
92ada2b895
add depth calculation
2019-07-29 13:19:21 +03:00