Tom MacWright
96579caf64
Update changelog
2015-05-26 21:14:22 -04:00
Tom MacWright
7c02cfc9b1
Merge pull request #82 from beaugunderson/fix-github-stream
...
Fix github stream
2015-05-26 21:13:34 -04:00
Tom MacWright
3ba41c345e
Merge pull request #80 from documentationjs/infer-name-from-class-and-event
...
Support name inference from class and event tags
2015-05-26 21:12:19 -04:00
Tom MacWright
133b103ff0
Update fixtures, simplify code
2015-05-26 21:09:49 -04:00
Beau Gunderson
b4efeb84e2
Fix github stream
2015-05-26 17:12:01 -07: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
d16d34b413
Split and test formatType method for markdown
2015-05-26 18:24:41 -04:00
Tom MacWright
87a9b4a008
Update changelog for 1.3.0
2015-05-26 18:11:40 -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
Tom MacWright
2a26137028
Style tweaks: consistify padding and make sidebar wider
2015-05-24 20:58:08 -04:00
Tom MacWright
68c6cfd0ce
Merge pull request #76 from anandthakker/fix-newlines-in-param-descriptions
...
md output: cleanly handle newlines in descriptions.
2015-05-18 18:50:21 -04:00
Anand Thakker
fb9ba8ddae
md output: cleanly handle newlines in descriptions.
2015-05-17 19:43:41 -04:00
Tom MacWright
72831ad968
Merge branch 'master' of github.com:documentationjs/documentation
2015-05-08 18:38:49 -04:00
Tom MacWright
ae160150d6
Switch to stream-splicer
2015-05-08 18:38:41 -04:00
Tom MacWright
ed294a802f
Update SEE_ALSO.md
2015-05-08 18:20:22 -04:00
Tom MacWright
51167b2e84
1.2.0
v1.2.0
2015-05-06 18:15:45 -04:00
Tom MacWright
e3c2cfdf77
Update changelog
2015-05-06 18:15:31 -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
390f648a83
Merge branch 'master' of github.com:documentationjs/documentation
2015-05-06 18:09:26 -04:00
Tom MacWright
cc63b8d022
Support transforms. Fixes #3
2015-05-06 18:09:19 -04:00
Tom MacWright
0ee335bb7f
Merge pull request #67 from beaugunderson/no-default-eslintrc
...
Don't run tests with the user's global .eslintrc
2015-05-06 15:58:46 -04:00
Tom MacWright
fce099ea49
1.1.0
v1.1.0
2015-05-06 15:57:56 -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
Tom MacWright
31eb52ae81
1.0.7
v1.0.7
2015-05-06 06:39:58 -04:00
Tom MacWright
7cc01dd1ac
Add changelog
2015-05-06 06:39:49 -04:00
Tom MacWright
a39873a536
Merge pull request #66 from beaugunderson/fix-sorting
...
Fixes for sorting
2015-05-06 06:38:19 -04:00
Beau Gunderson
ad35bf0bc8
Don't run tests with the user's global .eslintrc
...
If the user has a $HOME/.eslintrc it will be read and merged with the
.eslintrc in this directory; this pull request disables that behavior so
that only the project rules are applied.
2015-05-06 00:58:40 -07:00
Beau Gunderson
800123ae89
Update fixture for new sort order
2015-05-06 00:55:35 -07:00
Beau Gunderson
5c6c97fe72
Make hierarchy() not break sort order
2015-05-06 00:47:10 -07:00
Beau Gunderson
c39e114987
Make github stream not reverse data
...
If resume() is called before pushing data then the entire stream's order
is reversed. The examples for async streams with `through` show push
before resume.
2015-05-06 00:29:39 -07:00
Beau Gunderson
4020fff317
List static methods before instance methods
2015-05-05 23:44:07 -07:00
Beau Gunderson
e2e063504a
Fix broken sort order
2015-05-05 23:42:40 -07:00
Anand Thakker
bea63f7f40
Remove "only" in test.
2015-05-01 20:02:58 -04:00
Anand Thakker
851cead91b
Handle "main" script in external module filter
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
ee69b44183
Use micromatch to accept external option.
...
Factors all external module checking logic out to
lib/external-module-filter.js
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
a547ccce48
Add multi-variate function recipe
2015-04-24 17:13:58 -04:00
Tom MacWright
27752aa8c4
Add multi-signature testcase
2015-04-24 17:10:35 -04:00
Tom MacWright
006505d5ab
Begin recipes file
2015-04-24 17:02:26 -04:00
Tom MacWright
1113543be0
Add factory case and warning to hierarchy stream
2015-04-24 16:47:29 -04:00
Tom MacWright
b4b42de3ae
Add 'slow down' faq
2015-04-20 13:10:06 -04:00
Tom MacWright
c166fdd891
Improve test coverage
2015-04-17 19:19:03 -04:00
Tom MacWright
8761fc1386
1.0.6
v1.0.6
2015-04-16 14:48:36 -07:00
Tom MacWright
9b6a516746
Support bar-separated links
2015-04-16 14:18:13 -07:00