1533 Commits

Author SHA1 Message Date
Jeff Williams
80bce1db42 allow interfaces to augment other interfaces (#897) 2015-01-29 16:10:47 -08:00
Jeff Williams
930cc2c473 remove incorrect spec 2015-01-29 16:04:09 -08:00
Jeff Williams
fb4cb530e3 remove unnecessary guards 2015-01-29 15:33:35 -08:00
Jeff Williams
33cd4c5fbb minor cleanup 2015-01-29 14:43:40 -08:00
Jeff Williams
cefe615263 remove branches that appear to be dead code 2015-01-27 16:58:03 -08:00
Jeff Williams
46c2227cc3 remove branches that appear to be dead code 2015-01-27 16:54:59 -08:00
Jeff Williams
25e7e63f59 flip more ES 2015 flags (#555) 2015-01-27 12:19:45 -08:00
Jeff Williams
4b4445fd9b ignore template-related AST nodes (#555) 2015-01-27 09:02:12 -08:00
Jeff Williams
7ef0a401da update supported ES 2015 features (#555) 2015-01-27 09:02:01 -08:00
Jeff Williams
04559dbe7d switch from Esprima to Espree (#555) 2015-01-27 08:53:11 -08:00
Jeff Williams
efe34bde89 doc fix 2015-01-26 16:56:22 -08:00
Jeff Williams
e0ec38047b correctly augment the inheritors of virtual doclets (#893) 2015-01-26 16:25:47 -08:00
Jeff Williams
b968ceaa94 Merge pull request #892 from TimothyGu/props-p-css
Remove margins for paragraphs in .props too
2015-01-25 13:39:13 -08:00
Jeff Williams
f963fb1266 update dev dependencies; remove linting from "npm test" because gulp-eslint is out of date 2015-01-25 09:45:10 -08:00
Timothy Gu
105bdfe467 Remove margins for paragraphs in .props too 2015-01-24 18:26:48 -08:00
Jeff Williams
8ad4b49b3f correctly handle symbols named prototype (#891) 2015-01-24 09:09:31 -08:00
Jeff Williams
17c58d76e5 clean up fixtures; add some missing tests 2015-01-24 08:50:09 -08:00
Jeff Williams
e89ecd615f resolve this for computed properties (#890) 2015-01-24 08:40:55 -08:00
Jeff Williams
c61b9307b4 set the correct longname on prototype members whose names are quoted (#888) 2015-01-24 07:40:47 -08:00
Jeff Williams
9cb9351911 minor cleanup 2015-01-22 15:22:39 -08:00
Jeff Williams
8e8a009e51 bump version/revision 2015-01-22 15:02:32 -08:00
Jeff Williams
a2ce6a79ad update dependencies
Includes patch from @TimothyGu to rhino/os.js and rhino/rhino-shim.js.
2015-01-22 09:00:32 -08:00
Jeff Williams
72783fc017 update changelog 2015-01-21 09:40:47 -08:00
Jeff Williams
d231bc36d8 add normalize as a synonym for normalise (#884) 2015-01-21 08:43:59 -08:00
Jeff Williams
3663224f2b make implementations inherit the docs from interfaces where appropriate (#864) 2015-01-20 08:10:33 -08:00
Jeff Williams
16b8aa0a73 commit test fixture 2015-01-19 10:04:30 -08:00
Jeff Williams
c6528bb090 treat memberof info like alias info when tracking variables (#880)
This change allows you to say, for example, that a symbol is a `memberof` a module, and the children of that symbol will automatically inherit the `memberof` info. (Previously this only worked if the symbol and its properties were defined in the module file.)
2015-01-19 09:39:53 -08:00
Jeff Williams
c5f93a72e9 add Rhino shims to LICENSE; bump copyright date 2015-01-19 06:43:41 -08:00
Jeff Williams
4134e67dcf more Rhino shims for Node.js core modules 2015-01-18 16:10:30 -08:00
Jeff Williams
7aef94742a on Rhino, support require() for JSON files, and allow JS code to change a prototype's attributes
jsdoc3/rhino@26b64d7b66
2015-01-18 15:58:23 -08:00
Jeff Williams
5caad6cbb4 improve node_modules discovery on Rhino
jsdoc3/rhino@41d827e059
2015-01-18 10:19:33 -08:00
Jeff Williams
19021a74e6 bump catharsis dependency 2015-01-16 13:09:32 -08:00
Jeff Williams
db9a570e2d add fast path to hasAncestor 2015-01-16 09:02:13 -08:00
Jeff Williams
5b4e2c51f7 add hasAncestor helper function 2015-01-16 08:49:54 -08:00
Jeff Williams
0e571265d4 process Markdown links in author tag (#878) 2015-01-15 07:41:30 -08:00
Jeff Williams
a838f37d52 add editorconfig 2015-01-14 08:08:57 -08:00
Jeff Williams
f1b6b2dc7c don’t create empty children objects 2015-01-13 14:39:39 -08:00
Jeff Williams
fb2c36781f update ESLint; delint 2015-01-11 19:17:44 -08:00
Jeff Williams
fd8e061908 bump revision 2015-01-11 19:16:52 -08:00
Jeff Williams
dad0544e93 show tutorials in the TOC nav (#875) 2015-01-11 18:30:08 -08:00
Jeff Williams
b7812b5de4 support properties on objects in arrays (#870) 2015-01-09 12:54:53 -08:00
Jeff Williams
3c7f54f749 move font stuff to the correct README 2015-01-06 19:38:34 -08:00
Jeff Williams
595a5345fa update description of --recurse flag (#712) 2015-01-04 14:20:43 -08:00
Jeff Williams
7ef0465aa7 alphabetize command-line flags by short name, then long name (#862) 2015-01-04 14:17:10 -08:00
Jeff Williams
322afeb86e support --access all flag to display symbols at all access levels (#861) 2015-01-04 14:10:28 -08:00
Jeff Williams
d43990f6e4 Merge pull request #860 from Raptor399/accessparam-squashed
Adding access parameter
2015-01-02 09:57:35 -08:00
Patrick Atoon
ba510377da Adding access parameter 2015-01-02 13:01:29 +01:00
Jeff Williams
4708c290b3 Merge pull request #471 from danielellis/underscore
Added underscore plugin
2014-12-31 13:29:47 -08:00
Daniel Ellis
dda789ae76 Squashed commit of the following:
commit 6010d34fcb7380281914f348023422f486033c68
Author: Daniel Ellis <coug36@gmail.com>
Date:   Wed Dec 31 09:29:00 2014 -0800

    Removed support for deprecated functionality

commit dba51a6ba74aa0de5c376434004eec8b05e1207b
Author: Daniel Ellis <coug36@gmail.com>
Date:   Fri Dec 26 11:51:08 2014 -0800

    Updated underscore plugin to pass tests

commit 3739ea55bd33186cbf507db3f086c9cf1ea9a339
Author: Daniel Ellis <coug36@gmail.com>
Date:   Sat Dec 13 21:33:48 2014 -0800

    Added unit tests for underscore plugin

commit 1b1bda5bb77ee74c311dfc9c9fe299e1e99f84cc
Merge: adfa364 a122ae6
Author: Daniel Ellis <coug36@gmail.com>
Date:   Sat Dec 13 18:39:32 2014 -0800

    Merge remote-tracking branch 'upstream/master' into underscore

commit adfa3646ebb7f11db897f7d0ba2490de79f86e2b
Author: Daniel Ellis <coug36@gmail.com>
Date:   Fri Aug 2 10:30:40 2013 -0700

    Added underscore plugin
2014-12-31 10:09:57 -08:00
Jeff Williams
e471a1f55e add stripNamespace and stripVariation methods (#858) 2014-12-30 16:57:11 -08:00