80 Commits

Author SHA1 Message Date
Tom MacWright
89cba981da Fix module-not-found crash, changelog 2015-05-06 15:57:48 -04:00
Tom MacWright
d5a8a03c8f Merge pull request #60 from anandthakker/whitelist-deps
Add `external` option to allow whitelisting external dependencies
2015-05-06 15:53:59 -04:00
Anand Thakker
4aeb2e50d2 Add missing fixtures 2015-05-06 14:32:52 -04:00
Beau Gunderson
800123ae89 Update fixture for new sort order 2015-05-06 00:55:35 -07:00
Anand Thakker
bea63f7f40 Remove "only" in test. 2015-05-01 20:02:58 -04:00
Anand Thakker
2037f82a43 Include package.json "main" in test. 2015-05-01 20:02:58 -04:00
Anand Thakker
dbcbc02c68 Add test for external option 2015-05-01 20:02:57 -04:00
Anand Thakker
854d9ef6b7 add test for 'internal' require 2015-05-01 20:02:57 -04:00
Tom MacWright
27752aa8c4 Add multi-signature testcase 2015-04-24 17:10:35 -04:00
Tom MacWright
1113543be0 Add factory case and warning to hierarchy stream 2015-04-24 16:47:29 -04:00
Tom MacWright
c166fdd891 Improve test coverage 2015-04-17 19:19:03 -04:00
Tom MacWright
9b6a516746 Support bar-separated links 2015-04-16 14:18:13 -07:00
Tom MacWright
ee180691e8 Support inline links in HTML output 2015-04-16 14:16:27 -07:00
Tom MacWright
fe372439c1 Document events in markdown output, add types to markdown output 2015-04-16 14:00:51 -07:00
Tom MacWright
ea2b02de70 Basic formatting for inline links 2015-04-15 10:44:53 -07:00
Tom MacWright
caee6c9ff4 Show examples in markdown documentation 2015-04-15 10:04:09 -07:00
Tom MacWright
84f09f9953 More intense kind inference
Can now infer

* function
* constant
* class

Remove unused var and inapplicable comment

Use strict, use a string to run functions not legal in strict mode

Make output fancier and better.

Use difflet, channel rage

Normalize html / json output

Omit json from test output

Fixup output
2015-04-13 17:57:54 -07:00
Tom MacWright
0d3277083d Update tests for new all-in html 2015-04-09 15:56:30 -07:00
Tom MacWright
bf050fb827 Graduate access and flattening to the default 2015-04-09 15:15:39 -07:00
Tom MacWright
2325c27367 Update test 2015-04-09 14:38:16 -07:00
Tom MacWright
2892986253 Fix style 2015-04-09 14:03:10 -07:00
Tom MacWright
2f928310d5 Improve test coverage 2015-04-09 14:01:22 -07:00
Tom MacWright
b3c3d920cc Add sorting stream to stable-sort results 2015-04-09 11:34:43 -07:00
Tom MacWright
424717abb1 Update tests 2015-04-08 16:46:53 -07:00
Tom MacWright
812288dff3 Fix tests 2015-04-08 11:01:06 -07:00
John Firebaugh
37dbda7a9b Add @lends support to inferMembership
Fixes #31
2015-03-31 17:59:24 -07:00
Tom MacWright
8a2c784119 update tests 2015-03-30 23:12:18 -04:00
Tom MacWright
76d4bbb27b Keep cranking on HTML output 2015-03-30 23:00:14 -04:00
Tom MacWright
c51923d6aa process.stdout is very picky with binding 2015-03-30 18:45:33 -04:00
Tom MacWright
7503d82a82 Work on HTML mode: exposes a basic implementation 2015-03-30 18:29:07 -04:00
Tom MacWright
43c0849721 Create hierarchy stream. Fixes #27 2015-03-30 17:40:23 -04:00
Tom MacWright
3d8e3f547e Add and test filterAccess stream, integrate into binary. Fixes #38 2015-03-30 13:24:28 -04:00
Tom MacWright
1966d60391 Test and expose via bin custom markdown templates. 2015-03-30 11:20:10 -04:00
Tom MacWright
329f3bb4b8 Reorganize output streams into dir, add json stream 2015-03-30 11:09:48 -04:00
Tom MacWright
f3a3381cfd Merge pull request #34 from documentationjs/html
Create stream that parses Markdown in JSDoc
2015-03-30 11:06:42 -04:00
John Firebaugh
982ddee7a4 Flatten examples 2015-03-27 16:51:50 -07:00
Tom MacWright
c71d07c484 Bubble errors up to main stream, thx @rclark 2015-03-27 18:41:02 -04:00
Tom MacWright
668f839d21 Begin error push. I need to understand .emit('error')
better to finish this.
2015-03-27 18:03:45 -04:00
Tom MacWright
3369fd2af2 Create stream that parses Markdown in JSDoc
This uses remarkable behind the scenes. Before merge,
I want to figure out how to make the naming of the streams
that

* Output HTML
* Parse Markdown into HTML
* Emit Markdown

Straightforward
2015-03-27 17:14:54 -04:00
John Firebaugh
908a61e569 Add scope for @global and @inner 2015-03-27 13:14:45 -07:00
John Firebaugh
a21b96ccaa Infer @kind (fixes #33) 2015-03-27 12:49:25 -07:00
John Firebaugh
8d9aa5ddc6 More flattening 2015-03-27 12:15:55 -07:00
John Firebaugh
398a3791ca Remove pivot 2015-03-26 17:45:30 -07:00
John Firebaugh
66056d719b Add flatten stream, a more opinionated pivot
Fixes #30
2015-03-26 17:45:28 -07:00
John Firebaugh
9697935a4c Infer only one name 2015-03-26 17:45:16 -07:00
Tom MacWright
d873faf9ee Turn on ES6 features, remove unused modules 2015-03-26 15:59:15 -04:00
John Firebaugh
1f57c55e10 Rewrite tests in the style of infer_membership 2015-03-24 17:20:00 -07:00
Tom MacWright
3605b4744b Update test output 2015-03-23 12:32:30 -04:00
Tom MacWright
ff1f44a04d Add Markdown output mode 2015-03-23 12:28:46 -04:00
Tom MacWright
5f58d725c8 Add and test ES6 support. Refs #29 2015-03-23 11:41:36 -04:00