374 Commits

Author SHA1 Message Date
Tom MacWright
25c7ab514f Publish as 2.1.0-alpha 2015-07-10 16:29:43 -04:00
Tom MacWright
ba5c0d6823 Expose theme option to cli as -t or --theme 2015-07-10 15:50:16 -04:00
Tom MacWright
058c43144e Update text fixtures 2015-07-10 15:18:22 -04:00
Tom MacWright
d769fb8574 Replace through with through2 globally 2015-07-10 12:43:01 -04:00
Tom MacWright
4596da1f05 Update deps 2015-07-10 11:06:51 -04:00
Tom MacWright
017c6c5aa2 Add streams to eslint coverage, organize docs 2015-07-10 10:56:45 -04:00
Tom MacWright
22bfee0958 Fix eslint 2015-07-10 10:27:36 -04:00
Tom MacWright
f3311b32b4 Basic browser compatibility tweaks 2015-07-10 10:26:21 -04:00
Tom MacWright
12aa9ddaf9 Basic browser compatibility 2015-07-05 21:33:08 -04:00
Tom MacWright
8d2f14c642 2.0.1 2015-07-02 12:37:04 -04:00
Tom MacWright
d8a5e5c83b 2.0.0 2015-06-25 11:47:26 -04:00
Tom MacWright
bd1c844565 Update dependencies, add coveralls badge. 2015-06-25 11:42:42 -04:00
Tom MacWright
1f83abacb3 Load from circle artifacts dir 2015-06-25 11:35:36 -04:00
Tom MacWright
65d7c4d813 Fix lcov.info path 2015-06-25 11:32:01 -04:00
Tom MacWright
625d4feba7 hook up coveralls to report coverage 2015-06-25 11:29:58 -04:00
Tom MacWright
fed387174e Add repo field to package 2015-06-19 13:28:25 -04:00
Tom MacWright
8883fa371b Remove docset and its sqlite dependency
Remove other dependencies only used by docset

Remove docset support from README. Fixes #61
2015-06-16 14:09:12 -04:00
Tom MacWright
9526c5f080 1.4.0 2015-06-08 12:25:34 -04:00
Tom MacWright
de6666867b 1.3.2 2015-06-05 17:41:42 -04:00
Tom MacWright
1e6f573322 1.3.1 2015-06-05 17:01:16 -04:00
Tom MacWright
976c7f8541 Use filter-access for filtering access 2015-06-05 17:01:09 -04:00
Tom MacWright
7b76460b4a 1.3.0 2015-05-27 11:48:31 -04:00
Tom MacWright
9f3bc54ce0 Add polyglot stream: sidesteps module-deps, uses get-comments 2015-05-27 11:27:21 -04:00
Tom MacWright
0a262c6f6e Begin polyglot branch: switch to splicer for main chain 2015-05-27 11:02:37 -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
Beau Gunderson
b4efeb84e2 Fix github stream 2015-05-26 17:12:01 -07:00
Tom MacWright
d16d34b413 Split and test formatType method for markdown 2015-05-26 18:24:41 -04:00
Tom MacWright
ae160150d6 Switch to stream-splicer 2015-05-08 18:38:41 -04:00
Tom MacWright
51167b2e84 1.2.0 2015-05-06 18:15:45 -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 2015-05-06 15:57:56 -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
Tom MacWright
31eb52ae81 1.0.7 2015-05-06 06:39:58 -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
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
Tom MacWright
8761fc1386 1.0.6 2015-04-16 14:48:36 -07:00
Tom MacWright
ea2b02de70 Basic formatting for inline links 2015-04-15 10:44:53 -07:00
Tom MacWright
63d4b05c71 1.0.5 2015-04-09 15:56:56 -07:00
Tom MacWright
2797d02c51 1.0.4 2015-04-09 15:17:39 -07:00
Tom MacWright
b71901ff40 1.0.3 2015-04-09 14:40:42 -07:00
Tom MacWright
46042baec8 1.0.2 2015-04-09 11:48:44 -07:00
Tom MacWright
b3c3d920cc Add sorting stream to stable-sort results 2015-04-09 11:34:43 -07:00
Dan Williams
433b092ff3 Add queue-async to package.json
Resolves

```
documentation -h
module.js:338
    throw err;
          ^
Error: Cannot find module 'queue-async'
    at Function.Module._resolveFilename (module.js:336:15)
    at Function.Module._load (module.js:278:25)
    at Module.require (module.js:365:17)
    at require (module.js:384:17)
    at Object.<anonymous> (/Users/deedubs/.npm-packages/lib/node_modules/documentation/streams/output/docset.js:6:11)
    at Module._compile (module.js:460:26)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Module.require (module.js:365:17)

```
2015-04-08 22:43:48 -04:00
Tom MacWright
855af9b00f 1.0.1 2015-04-08 19:25:40 -07:00
Tom MacWright
a8444892bd Add dash support 2015-04-08 18:44:42 -07:00
Tom MacWright
a07bfd2f64 Finish GitHub stream and integration with cli. 2015-04-08 15:39:43 -07:00
Tom MacWright
4e7df26ce7 Start building github stream.
Needs to queue requests to avoid the start-of-request flood.
2015-04-08 12:38:46 -07:00
Tom MacWright
a927c0e446 Iterate on style, add section page. 2015-04-08 11:21:19 -07:00
Tom MacWright
4e2dbe022e Add highlight stream, hljs, style 2015-03-30 23:11:59 -04:00