Commit Graph

239 Commits

Author SHA1 Message Date
Kyle Shockey
d6b9ace648 v3.4.0 2017-10-20 20:30:13 -07:00
Kyle Shockey
2c86cd5820 v3.3.2 2017-10-13 21:46:10 -07:00
kyle
4705502efb Good first contribution -> Good first issue 2017-10-12 13:43:33 -07:00
Kyle Shockey
2f59c4a5f4 v3.3.1 2017-10-02 15:18:33 -07:00
Jeff Puckett
de231c0325 doc add markdown Github flavored syntax highlights 2017-10-02 15:33:48 +00:00
Kyle Shockey
4ff629eddd v3.3.0 2017-09-29 18:43:21 -07:00
kyle
263f6feb2f Merge branch 'master' into ft/default_model_rendering 2017-09-29 13:29:04 -07:00
Kyle Shockey
c8a9ddbf94 v3.2.2 2017-09-23 00:02:10 -07:00
Kyle
b43ac6da44 Update README.md 2017-09-18 13:38:11 -07:00
Kyle
cb3e1ed78c Update README.md 2017-09-18 13:36:07 -07:00
Kyle Shockey
a625177c38 v3.2.1 2017-09-15 21:15:21 -07:00
Ron
93fcf06620 Merge branch 'master' into bug/SWAGGER_JSON-doc-fix 2017-09-11 05:21:10 -07:00
Kyle Shockey
560d566d7d v3.2.0 2017-09-09 13:10:34 -07:00
Mike Gilbode
d7ae284a0c Add defaultModelRendering parameter. 2017-08-30 23:30:57 -04:00
Kyle Shockey
2b644afb44 v3.1.7 2017-08-25 18:39:19 -07:00
Kyle Shockey
bd3d00c182 v3.1.6 2017-08-18 18:43:52 -07:00
Matthew Seal
54b383a7d2 Updated docs for correct usage of SWAGGER_JSON 2017-08-15 18:02:17 -07:00
Mike Gilbode
087ed20384 Add support for requestInterceptor / responseInterceptor.
- Display mutated requests from request interceptor in curl output in UI.
  Put this behind showMutatedRequest flag so that the mutation can be
  silent.
- Document requestInterceptor, responseInterceptor and showMutatedRequest
  in README.md
- Add tests
2017-08-13 01:14:41 -04:00
Kyle Shockey
f6691d40c7 v3.1.5 2017-08-11 21:36:35 -07:00
Kyle
747d095522 Update README.md 2017-08-08 17:56:21 -07:00
Kyle
8c8b98deb9 Merge branch 'master' into issue-1334 2017-08-07 19:32:48 -07:00
Kyle Shockey
27616217ab v3.1.4 2017-08-05 10:50:20 -07:00
Tony Tam
9ed7c700b0 Merge branch 'master' into issue-1334 2017-08-05 10:38:28 +00:00
Kyle Shockey
4b0b51ab6e v3.1.3 2017-08-04 21:36:13 -07:00
Kyle
b8cf502cfc Merge branch 'master' into master 2017-08-02 15:58:34 -07:00
Kenny
b7bbead9c7 Merge branch 'master' into issue-1334
# Conflicts:
#	.gitignore
#	make-webpack-config.js
2017-08-02 20:14:03 +02:00
Kenny
8ca88b583f remove legacy code 2017-08-02 10:39:29 +02:00
Kyle
470cfe5cad Merge branch 'master' into support-basic-auth-for-authorization-code-grant 2017-08-01 16:57:13 -07:00
Kyle
88a6e075dd Remove useBasicAuthenticationWithAccessCodeGrant
... from `initOAuth` example
2017-08-01 16:54:30 -07:00
Kyle
b329b03464 Merge branch 'master' into support-basic-auth-for-authorization-code-grant 2017-08-01 16:52:04 -07:00
shockey
53c11700ba MOAR OpenAPI specification revisions 2017-08-01 16:41:16 -07:00
oysteinsigholt
230f4a8467 add domNode parameter 2017-08-01 11:11:10 +02:00
shockey
afc1f92ea3 Update README.md 2017-07-31 15:46:20 -07:00
shockey
6297fcc349 Update README.md 2017-07-31 15:41:28 -07:00
Kyle Shockey
ec24a688ae Version bump 2017-07-31 15:30:26 -07:00
Kyle Shockey
4627bb134c v3.1.1 2017-07-29 21:39:17 -07:00
Kyle Shockey
0c17ba823e v3.1.0 2017-07-28 22:01:05 -07:00
Kyle Shockey
691011c9cc README and package.json version bumps 2017-07-24 13:18:32 -07:00
Kyle Shockey
4b404f63ec v3.0.20 2017-07-21 21:35:02 -07:00
shockey
f7e6cadff3 Add deepLinking to README 2017-07-17 20:20:46 -07:00
shockey
a8f1f4979a Add security contact to README 2017-07-17 20:03:11 -07:00
Kyle Shockey
e6587fb03c v3.0.19 2017-07-14 19:32:49 -07:00
Kyle Shockey
449a7b0023 Remove Shebang functionality from Known Issues 2017-07-14 16:36:59 -07:00
shockey
e2b73ebf2a Update README.md 2017-07-13 21:10:48 -07:00
shockey
d8ba716da8 Merge branch 'master' into feature/apisSorter 2017-07-13 21:08:47 -07:00
Kyle Shockey
1cdc4691f7 Add MDN link to Array.prototype.sort() documentation 2017-07-13 20:38:56 -07:00
Kyle Shockey
571d65a582 apisSorter -> tagsSorter
"tags", not "tag", because it sorts the tags themselves, not the content of each tag.
2017-07-13 20:36:08 -07:00
Eric Turcotte
b06971bf81 If config useBasicAuthenticationWithAccessCodeGrant is truthy, send client id
and secret as HTTP basic auth during authorization_code grant
2017-07-12 23:35:34 -05:00
Raphaël MARQUES
d27962c0da Merge branch 'master' into feature/apisSorter 2017-07-11 21:13:45 +02:00
Gwyn Judd
c3f9c094d1 Added maxRows and filter support
Useful for the display of very large swagger specs. Can limit the number of operations to a smaller value and search
2017-07-11 09:38:20 +12:00