John Firebaugh
bad9c47216
Add @variation support
2016-03-14 18:29:05 -07:00
John Firebaugh
a597741550
Add @ignore support
2016-03-14 18:26:07 -07:00
John Firebaugh
40af71635f
Add @interface support
2016-03-14 18:25:57 -07:00
John Firebaugh
e9d17e8795
Add @override and @readonly support
2016-03-14 18:17:18 -07:00
John Firebaugh
d2637ad491
Add placeholder comments for remaining tags
2016-03-14 17:52:04 -07:00
John Firebaugh
0011523f88
Add @abstract support
2016-03-14 17:52:04 -07:00
John Firebaugh
49a1cd9ff6
Clean up @example parsing and expand tests - back to 100% coverage
2016-03-14 17:33:24 -07:00
John Firebaugh
e0591cad4c
Organize parse tests by individual tag
2016-03-14 17:31:17 -07:00
John Firebaugh
c0efef36ae
Combine flatten and normalize into a single step; alphabetize
2016-03-14 16:52:42 -07:00
John Firebaugh
47eb1eaf26
Massage parse.js and tests to make upcoming changes easier
2016-03-14 14:57:24 -07:00
John Firebaugh
610f7d6959
Flatten @see and @todo description
2016-03-13 22:33:33 -07:00
John Firebaugh
e7800ed895
Add support for @deprecated, @see, and @todo
2016-03-13 22:18:39 -07:00
John Firebaugh
3e4a7cb48b
Add @description and @summary support
2016-03-13 19:45:57 -07:00
John Firebaugh
5cb8825cf8
Fix membership inference ( fixes #378 )
2016-03-13 18:40:09 -07:00
John Firebaugh
5458d0e57d
Fix lint line numbers ( fixes #377 )
2016-03-13 12:43:28 -07:00
John Firebaugh
cee5b4f517
Clean up name inference unit tests
2016-03-13 11:06:39 -07:00
John Firebaugh
085dd9ac1d
Add unit test for name inference from @alias
2016-03-13 11:02:43 -07:00
John Firebaugh
0057fb993d
Fill out .npmignore ( fixes #374 )
2016-03-13 11:01:23 -07:00
John Firebaugh
022e560239
Add missing babel-types dependency
...
lib/infer/kind.js depends on it and was relying on npm 3 behavior to work.
2016-03-13 10:43:25 -07:00
John Firebaugh
2c91f18016
Test in node 4; npm 3 is broken
2016-03-12 21:40:12 -07:00
John Firebaugh
b469bac916
Merge pull request #368 from ahocevar/patch-1
...
Add commands, update options and fix example
2016-03-12 14:08:17 -08:00
Tom MacWright
9c34804b98
Merge pull request #366 from ikokostya/github-enterprise-url
...
support github enterprise url
2016-03-11 11:00:18 -05:00
ikokostya
e8491b817d
support github enterprise url
2016-03-09 19:50:00 +03:00
Andreas Hocevar
6e352a1049
Add commands, update options and fix example
2016-03-09 14:25:19 +01:00
Tom MacWright
856b552bd6
Merge pull request #355 from documentationjs/getter-property
...
Infer getters as properties, not functions
2016-02-14 21:30:59 -05:00
Tom MacWright
314cc01c6f
Infer getters as properties, not functions
2016-02-14 21:25:07 -05:00
Tom MacWright
7f5ae9e3ed
Merge pull request #354 from documentationjs/safer-git
...
Don't crash if .git is there but .git/HEAD isn't. Fixes #329
2016-02-14 19:37:16 -05:00
Tom MacWright
0d8fcc09c8
Don't crash if .git is there but .git/HEAD isn't. Fixes #329
2016-02-14 19:34:09 -05:00
Tom MacWright
df96427db7
Upgrade everything but remark
2016-02-14 19:06:19 -05:00
Tom MacWright
48ff07ccf4
Update vinyl-fs, fixes mkdirp behavior. Fixes #334
2016-02-14 18:58:34 -05:00
Tom MacWright
54e1f5ff7b
Testcase coverage of import *, fixes #333 . Also coverage of example caption
2016-02-14 18:49:24 -05:00
Tom MacWright
e467f125ea
Merge pull request #353 from documentationjs/example-caption
...
Add support for example captions
2016-02-14 18:44:44 -05:00
Tom MacWright
b465902fa2
Add support for example captions
...
Fixes #110
2016-02-14 18:41:36 -05:00
Tom MacWright
224ade578d
Merge pull request #352 from documentationjs/no-ast
...
Remove ast-types dependency
2016-02-14 18:02:59 -05:00
Tom MacWright
46b9b6543c
Remove ast-types dependency
2016-02-14 17:59:37 -05:00
Tom MacWright
5103cc745b
Merge pull request #350 from documentationjs/to-six
...
Babel 6 upgrade, round 2
2016-02-14 17:49:37 -05:00
Tom MacWright
70fbdedf0c
Babel 6 upgrade, round 2
2016-02-14 13:15:54 -05:00
Tom MacWright
77d9cd4181
Version for 4.0.0-beta
v4.0.0-beta
2016-01-24 16:22:56 -05:00
Tom MacWright
54d4316f11
Fill out changelog for 4.0.0-beta
2016-01-24 14:51:57 -05:00
Tom MacWright
50a6e55642
Consolidate test fixtures for faster test runs
2016-01-24 11:53:27 -05:00
Tom MacWright
ed7853920c
Merge pull request #337 from documentationjs/wooorm-rename-mdast-remark
...
Rename mdast to remark
2016-01-24 11:35:18 -05:00
Tom MacWright
2198432d6d
Update bin test, fixtures
2016-01-24 11:32:26 -05:00
Tom MacWright
a15e1c5fe2
Update for new highlight.js
2016-01-24 11:26:05 -05:00
Tom MacWright
ee7031103a
Update theme as well
2016-01-24 10:47:23 -05:00
Tom MacWright
ccf8aefb45
Update theme-utils
2016-01-24 10:46:44 -05:00
Titus Wormer
35e17be4e4
Rename mdast to remark
...
Note that the AST now carries the name “mdast”, meaning
utilities (such as mdast-util-inject) keep their name.
This name-change includes the `mdast` formatter, which also changed
to `remark`.
Additionally:
* Update relating packages.
* Fix a bug where `text` nodes without value were
[generated](6b905aefb1/lib/output/markdown_ast.js (L144) ).
2016-01-24 10:35:51 -05:00
Tom MacWright
20436103e9
Merge pull request #330 from lavrton/empty-example-fail-fix
...
Fix throwing error when "example" tag is empty
2016-01-24 10:23:00 -05:00
Anton Lavrenov
9356ac5d26
empty example test
2016-01-19 10:38:42 +08:00
Anton Lavrenov
e1f6912e8a
fix lint errors
2016-01-15 11:41:19 +08:00
Anton Lavrenov
cddc09d996
fix empty example error. add lint rule.
2016-01-15 11:31:59 +08:00