Commit Graph

145 Commits

Author SHA1 Message Date
Roman Hotsiy
f2ed92c69e
feat: add native-scrollbars option to workaround scrolling perf issues 2017-09-21 18:04:34 +03:00
Roman Hotsiy
56d62e5ab2
feat: add ignoredHeaderParameters option 2017-09-21 11:36:18 +03:00
Roman Hotsiy
f792273be8
support x-example for parameters
closes #297
2017-08-17 11:26:02 +03:00
Roman Hotsiy
2ebca4bb03
feat: add hide-loading option
closes #315
2017-08-02 15:35:26 +03:00
Roman Hotsiy
b9e714fc6f
chore: aot fixes 2017-07-22 17:04:54 +02:00
Roman Hotsiy
5e5db72ea4
fix: handle case where items is array in indexer
fixes #304
2017-07-20 15:48:14 +02:00
Peter Golm
2748aac024 feat: Add special rendering for deprecated operations (#290)
* Add special rendering for deprecated operations

* Change styling of deprecated operation header
2017-07-04 10:15:22 +03:00
Roman Hotsiy
87d9abd62b
fix: enum with single value not shown in non-body params
closes #284
2017-07-02 18:54:51 +03:00
Roman Hotsiy
c0698bb215
fix: prevent possible xss using untrusted-spec option 2017-05-12 12:42:24 +03:00
Roman Hotsiy
131b437478
fix: URL changes so fast
fixes #252
2017-05-12 11:21:50 +03:00
Roman Hotsiy
9f636cc411
chore: fix lint issues 2017-05-05 12:45:26 +03:00
Roman Hotsiy
bb00dc3426
fix: menu service subscription leak + minor refactor 2017-05-05 12:45:26 +03:00
Roman Hotsiy
2d6ab83f70
chore: fix lint 2017-04-23 18:00:36 +03:00
Roman Hotsiy
74a319393c
feat: new option path-in-middle-panel 2017-04-23 15:39:36 +03:00
Roman Hotsiy
1a29784200
refactor: add type heading to menu items 2017-04-23 15:36:00 +03:00
Roman Hotsiy
c77e1a28f7
fix: ReDoc removes path if site is using history API
closes #257
2017-04-23 15:31:08 +03:00
Roman Hotsiy
9c4bc5944f
chore: uncomment uglify + fix lint 2017-04-19 12:46:51 +03:00
Roman Hotsiy
c41f56d33c
chore: fix tests 2017-04-19 12:42:42 +03:00
Roman Hotsiy
00b304a4be
new: option to disable authentication auto adding 2017-04-19 12:42:09 +03:00
Roman Hotsiy
0ee1476590
MenuService refactoring 2017-04-19 12:42:09 +03:00
Roman Hotsiy
4f4e7489ce
fix: use replace state instead of pushState
fixes #244
2017-03-31 19:53:03 +03:00
Roman Hotsiy
b9740bfe55
refactor: renamve Method to Operation 2017-03-30 15:18:26 +03:00
Roman Hotsiy
d52c7ef8a0
fix: update content-projector to latest ng4 2017-03-29 10:55:51 +03:00
Roman Hotsiy
abae4c03c3
chore: fix tests 2017-03-15 17:53:25 +02:00
Roman Hotsiy
bed15dddc6
chore: upgrade to angular 4.x 2017-03-15 17:53:25 +02:00
Roman Hotsiy
e4f5388076
fix: do not hang when swagger doesn't contain any paths
closes #216
2017-03-09 23:04:15 +02:00
Roman Hotsiy
3e09b0588a
fix: broken search after previous fixes 2017-03-09 22:37:17 +02:00
Roman Hotsiy
d99f2562ac
feat: support for OpenAPI object as a parameter for init
closes #224
2017-03-09 21:00:45 +02:00
Roman Hotsiy
1e96f88ea8
fix: redoc hangs when indexing recursive discriminator-based definitions
closes: #228
2017-03-09 19:59:59 +02:00
Roman Hotsiy
193f4bfb44
fix: wrong warnings for $ref not single
closes #221
2017-03-09 19:58:13 +02:00
Roman Hotsiy
929740ab28
fix: clear page fragment when scroll to the beginning 2017-03-01 00:01:42 +02:00
Roman Hotsiy
fb3ca07d6e
fix: show warning for non-used in tagGroup tags
closes #215
2017-02-28 22:03:03 +02:00
Roman Hotsiy
c5b6ac47ac
chore: remove console.log 2017-02-27 16:05:33 +02:00
Roman Hotsiy
66c06b30b9
feat: update fragment while scrolling and on menu clicks
closes #138, #202
2017-02-27 13:13:38 +02:00
Roman Hotsiy
c724df48f4
feat: new option required-props-first
closes #191
2017-02-27 13:12:53 +02:00
Roman Hotsiy
fa9b634126
Revert "fix: remove unused hide-hostname option"
This reverts commit 7031176330.
2017-02-26 01:59:18 +02:00
Roman Hotsiy
7031176330
fix: remove unused hide-hostname option
(unused since eba219e)
2017-02-26 01:00:23 +02:00
Roman Hotsiy
d175a4d6ae
feat: show type string with minLength 1 as "non-empty"
closes #192
2017-02-26 01:00:17 +02:00
Roman Hotsiy
e76bcc3329
feat: improved type string with minLength == maxLength
closes #212
2017-02-26 01:00:17 +02:00
Roman Hotsiy
23e7847a67
fix: use items description if not present on top level
fixes: #206
2017-02-15 16:00:39 +02:00
Roman Hotsiy
5f909cac47
Add safe guards array without items (fixes #199) 2017-02-09 15:31:28 +02:00
Roman Hotsiy
6fcee29b54
Fix crash trying to index empty tags list 2017-02-02 23:35:06 +02:00
Roman Hotsiy
076fca15a4
Render externalDocs (resolves #103) 2017-02-02 23:13:41 +02:00
Roman Hotsiy
9b6a97fc64
Fix latest empty menu-items not getting active (#194) 2017-02-02 23:13:41 +02:00
Roman Hotsiy
555767feb5
Search fixes 2017-02-02 23:13:40 +02:00
jsmartfo
d9bec1bd6a
fix(heading): fix for headings render making failsafe, adding test, adjusting some commentary and spelling/typos 2017-02-02 23:13:40 +02:00
Roman Hotsiy
c4f25cc53d
Index description 2017-02-02 23:13:40 +02:00
Roman Hotsiy
7fa850b41d
Refactor markdown headings parsing 2017-02-02 23:13:40 +02:00
Roman Hotsiy
1ff87ce665
More Swagger Typings + index headers 2017-02-02 23:13:40 +02:00
Roman Hotsiy
072ab15cae
Redoc search styling 2017-02-02 23:13:40 +02:00