Tom MacWright
9919f490f4
Support export default syntax. Fixes #73
2015-10-01 17:59:23 -04:00
Tom MacWright
2e8ea165d9
Fix custom markdown formatter tests
2015-09-28 21:09:20 -04:00
John Firebaugh
a7edcd19d6
Move infer/name after normalizations
2015-08-30 20:36:40 -07:00
John Firebaugh
a07164fece
Move infer/kind after normalizations
2015-08-30 20:27:26 -07:00
John Firebaugh
afe2416b7b
Move infer/membership after normalization
2015-08-30 20:26:25 -07:00
John Firebaugh
9dc8526a8f
Flatten kind shorthands
2015-08-30 19:55:09 -07:00
Tom MacWright
c15f10e7db
Reduce branch's scope to make it mergeable
2015-07-25 17:36:48 -04:00
Tom MacWright
183ab7547e
Merge branch 'master' into rclark-sorting
2015-07-24 15:51:48 -04:00
Tom MacWright
86eccf6fe5
Switch from prova/istanbul/coveralls to 'just tap'
...
Improves test coverage. Refs #102
2015-07-24 13:03:05 -04:00
Tom MacWright
b30376c739
Add nested parameters testcase, use updated template. Fixes #125
2015-07-19 16:44:51 -04:00
Tom MacWright
058c43144e
Update text fixtures
2015-07-10 15:18:22 -04:00
Tom MacWright
5e1c0c65d6
Update test fixtures for redesign
2015-07-06 09:49:32 -04:00
Anand Thakker
518928df88
Add doc content to test fixture (external.input.js)
...
This way, the output from `internal` (which requires `extenral`) is
expected to be non-empty.
2015-07-01 14:00:11 -04:00
Anand Thakker
10f7131ce5
Add very rudimentary support for @typedef
2015-06-22 08:29:16 -04:00
Ryan Clark
6731c8b516
user-defined sorting via config file
2015-06-19 16:41:52 -07:00
Tom MacWright
71f1d2ac07
Add multiple augments to memberof example
2015-06-17 19:06:08 -04:00
Tom MacWright
712131f307
Improve test coverage. Refs #102
2015-06-17 19:01:22 -04:00
Tom MacWright
2389df3490
Add type application test case. Refs #102
2015-06-16 19:18:20 -04:00
John Firebaugh
4e992612f0
Report parse errors from doctrine
2015-06-13 15:34:41 -04:00
John Firebaugh
414a9c1e5c
Add nestParams stream ( fixes #89 )
2015-06-11 11:30:57 -04:00
John Firebaugh
905de39f86
Include events in html output ( fixes #88 )
2015-06-10 16:58:04 -04:00
John Firebaugh
3ab94ab425
Fix tests
2015-06-10 09:50:45 -04:00
Tom MacWright
e0df1568e4
Output thrown exceptions. Fixes #86
2015-06-08 11:12:10 -04:00
Tom MacWright
9f3bc54ce0
Add polyglot stream: sidesteps module-deps, uses get-comments
2015-05-27 11:27:21 -04:00
Tom MacWright
e9573fbfa7
Fix lowercase linking
2015-05-27 10:03:43 -04:00
Tom MacWright
bc0fca9006
Add gitignore, use globals-docs to autolink all globals and even nodejs globals
...
Fixes #57
2015-05-27 09:53:40 -04:00
Tom MacWright
133b103ff0
Update fixtures, simplify code
2015-05-26 21:09:49 -04:00
Tom MacWright
4633634937
Support name inference from class and event tags
2015-05-26 19:16:45 -04:00
Tom MacWright
407069ad36
Test and output default value in templates. Fixes #69
2015-05-26 18:45:53 -04:00
Tom MacWright
011af9e70a
Support optional bracketed parameters. Fixes #69
2015-05-26 18:10:32 -04:00
Tom MacWright
02aa94b33f
Update test fixture
2015-05-24 21:01:14 -04:00
Anand Thakker
fb9ba8ddae
md output: cleanly handle newlines in descriptions.
2015-05-17 19:43:41 -04:00
Tom MacWright
b70f103e3e
Fix and test behavior around requiring JSON files. Fixes #68
2015-05-06 18:15:03 -04:00
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
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
bf050fb827
Graduate access and flattening to the default
2015-04-09 15:15:39 -07:00