Commit Graph

299 Commits

Author SHA1 Message Date
Kam Low
d8da97d827 Merge pull request #89 from svisser/render_max_length
Fix #53 - Ensure value of maxLength is displayed
2017-09-18 07:50:31 +02:00
Andrew Donkin
0bf4c6e7d6 Fixes issue #77: better arrays of objects.
An "or"!  My kingdom for an "or"!
2017-09-18 17:00:51 +12:00
Simeon Visser
972b0d3347 Simplified display of minLength and maxLength of strings when the values are equal 2017-09-09 18:52:55 +01:00
Simeon Visser
ebed91007e Fix #53 - Ensure value of maxLength is displayed 2017-09-09 18:47:06 +01:00
Andrew Donkin
584365319d Display ranges as "min ≤ x ≤ max".
This started as a fix for a ≤ facing the wrong way.
2017-09-05 14:07:55 +12:00
Kam
7a2a870a72 Bump version 0.9.8 2017-09-01 16:16:36 +02:00
Kam
4d34fb34b6 Fix #86 rendering page with indents on large screens 2017-09-01 16:15:29 +02:00
Kam
e58ae27299 Replace request-sync with sync-request #84 2017-08-08 22:48:03 +02:00
Kam
da2e7314e1 Merge branch 'master' of github.com:sourcey/spectacle 2017-08-05 02:05:00 +02:00
Kam
6639264869 Update local foundation dependency 2017-08-05 02:04:06 +02:00
Kam Low
d4f096b446 Merge pull request #81 from JSeed/usage-fix
Fix typo/redundancy in usage string
2017-08-04 18:40:11 +02:00
Jonathan Seed
cc41237acd Fix typo/redundancy in usage string 2017-08-04 12:31:58 -04:00
Kam
a557eb8c10 Update #51 fix exception with recursive references
Numerous style updates
Update foundation dependency
2017-08-04 16:04:35 +02:00
Kam
164970a643 Bump version 2017-08-01 15:17:32 +02:00
Kam
2da708a214 Fix #64 render produces/consumes per operation if defined 2017-08-01 15:11:52 +02:00
Kam
9343ca9dc8 Fix #65 parsing allOf definitions without type 2017-08-01 14:48:54 +02:00
Kam
5099cbffcb Fix #76 highlight code blocks in descriptions 2017-08-01 12:59:28 +02:00
Kam
2ac1cf74e3 Bump spectacle package version
New build supports remote schemas #68
2017-08-01 11:22:07 +02:00
Kam Low
3b4025c634 Merge pull request #75 from 2ndWatch/fix-tag-nav-sorting
Fix random arrangement of tags in nav
2017-08-01 11:20:03 +02:00
James Connell
a1ab099021 Fix sorting of tags partial as well 2017-07-13 13:58:58 -07:00
James Connell
12980ecaef Use #each instead of #eachSorted to iterate the list of tag objects. #eachSorted expects an object and sorts the items randomly on an array. 2017-07-12 10:43:52 -07:00
Kam Low
ca49ffc96e Merge pull request #71 from zakhenry/patch-1
Reverts commented out langPrefix to allow highlightjs to work
2017-06-30 17:47:00 +02:00
Zak Henry
88131251af Fix invalid js and add space to separate classes 2017-06-30 14:43:50 +01:00
Zak Henry
68c233574a Reverts commented out langPrefix to allow highlightjs to work
See 8366d85478 (commitcomment-22853526) for context
2017-06-30 14:39:49 +01:00
Kam Low
420edfab16 Merge pull request #62 from josa42/show-examples-with-value-zero
Fix examples with falsy values
2017-06-12 12:41:45 +02:00
Kam Low
90e9452722 Merge pull request #61 from josa42/hide-read-only-attributes-in-request-example
Hide readOnly attributes in request examples
2017-06-12 12:40:45 +02:00
Josa Gesell
6c7c525bc3 Fix examples with falsy values 2017-06-12 10:27:58 +02:00
Josa Gesell
4a921cf68e Hide readOnly attributes in request examples
Fixes #59
2017-06-12 10:23:00 +02:00
Kam Low
fffa662538 Merge pull request #41 from CodeLenny/remote-schema-reference
Added support for referencing remote schemas
2017-06-11 15:27:16 +02:00
Kam Low
886c65dda4 Fix #50 add Docker section to README 2017-04-22 14:44:13 +02:00
Kam Low
aae633fe6d Add Dockerfile 2017-04-22 14:36:56 +02:00
Ryan Leonard
55f36ed688 Added tagging paths loaded from external files. 2017-04-03 13:21:37 -04:00
Ryan Leonard
e708f556b8 Added 'path' reference context. 2017-04-03 12:30:59 -04:00
Ryan Leonard
0bb25c0c73 Merged master into resolve-remote-references. 2017-04-03 12:12:22 -04:00
Kam Low
00ced5ac01 Update screenshot 2017-04-02 15:04:35 +02:00
Kam Low
c9318b4c8d Update swagger examples in the demo 2017-04-02 14:30:24 +02:00
Kam Low
8366d85478 Make recursive example parsing more error tolerant 2017-04-02 12:56:16 +02:00
Kam Low
55b6e2c655 Fix #40 #47 render examples recursively
Fix #17 paths ordered as per swagger file
Remove json-stable-stringify dependency
2017-04-01 13:53:02 +02:00
Kam Low
db9ce6d982 Merge pull request #48 from sourcey/revert-44-revert-42-print-example
Fix print examples using definition example fields
2017-04-01 11:46:37 +02:00
Kam Low
5bb96f367a Revert "Revert "Print examples using definition example fields"" 2017-04-01 11:45:02 +02:00
Ryan Leonard
5c0528796a Added remote file lookup to the default schema tested. 2017-03-26 13:00:54 -04:00
Ryan Leonard
ab0c20543d Added 'propertyArrayDefinition'. 2017-03-26 13:00:03 -04:00
Ryan Leonard
42126e7b77 Fixed immediate re-references. 2017-03-26 12:25:53 -04:00
Ryan Leonard
6a258b9f21 Fixed type error: ensured remote reference is an object before resolving local references. 2017-03-26 12:14:26 -04:00
Ryan Leonard
c1bf5b05c6 Improved error messages. 2017-03-26 12:12:45 -04:00
Ryan Leonard
e3a1aa9c08 Added documentation about testing. 2017-03-23 10:37:04 -04:00
Ryan Leonard
5c9772201e Added a cache to improve preformance. 2017-03-21 16:36:05 -07:00
Ryan Leonard
f72219f988 Used 'resolveLocal' to handle local references in remote files. 2017-03-21 16:34:53 -07:00
Ryan Leonard
e6d64ce58a Added 'resolveLocal()' 2017-03-21 16:26:51 -07:00
Ryan Leonard
8febb78ca0 Added tests for contexts. 2017-03-21 15:40:43 -07:00