Jeff Williams
|
510e890ae8
|
make JSDoc work on Node.js <5.10.0 (#1393)
|
2017-07-10 11:07:26 -07:00 |
|
Jeff Williams
|
f6af93b108
|
bump revision; start 3.6.0-dev
|
2017-07-09 19:23:34 -07:00 |
|
Jeff Williams
|
50d6119edb
|
update 3.5.0 changelog
|
2017-07-09 19:22:32 -07:00 |
|
Jeff Williams
|
e94a59828e
|
3.5.0 changelog
|
2017-07-09 19:18:25 -07:00 |
|
Jeff Williams
|
5d0b69064d
|
reformat changelog
|
2017-07-09 18:45:34 -07:00 |
|
Jeff Williams
|
c50a4c027a
|
add yields tag (#1388)
|
2017-07-09 12:46:27 -07:00 |
|
Jeff Williams
|
f31a011755
|
resolve the path to the JS config file before requiring it (#1386)
|
2017-07-09 12:18:22 -07:00 |
|
Jeff Williams
|
d95cbdd9c9
|
support namespaces that are also functions (#955)
|
2017-07-07 19:48:08 -07:00 |
|
Jeff Williams
|
9f8853acff
|
add hideconstructor tag (#952)
|
2017-07-07 14:59:07 -07:00 |
|
Jeff Williams
|
ca1c4f2c82
|
add package tag (#962)
|
2017-07-07 13:59:02 -07:00 |
|
Jeff Williams
|
6275e69e85
|
autodetect default and repeatable parameters when a function is assigned to a variable (#1054)
|
2017-07-07 13:24:19 -07:00 |
|
Jeff Williams
|
0e4f1a9575
|
correctly document constructors and instance properties of ES2015 classes (#1182)
|
2017-07-07 10:54:55 -07:00 |
|
Jeff Williams
|
67db938c0b
|
add sourceType config option
Valid values are `module` (default) and `script`. Using `script` will suppress implied strict mode and will prevent you from using ES2015 modules.
|
2017-07-06 21:06:46 -07:00 |
|
Jeff Williams
|
f1017988ec
|
fix crash when the author tag is empty (#1289)
|
2017-07-06 20:56:57 -07:00 |
|
Jeff Williams
|
43a117d6a1
|
add recurseDepth config option (#1340)
|
2017-07-06 20:50:42 -07:00 |
|
Jeff Williams
|
8f5c60befd
|
support bigint
|
2017-07-06 16:40:21 -07:00 |
|
Jeff Williams
|
b3952f6fed
|
support import.meta
|
2017-07-06 16:34:18 -07:00 |
|
Jeff Williams
|
970857a408
|
support optional chaining
|
2017-07-06 16:31:58 -07:00 |
|
Jeff Williams
|
5beee268a0
|
support numeric separators
|
2017-07-06 16:28:24 -07:00 |
|
Jeff Williams
|
5f4c7296f0
|
support dynamic import
|
2017-07-06 16:23:25 -07:00 |
|
Jeff Williams
|
701630e327
|
support function.sent
|
2017-07-06 16:19:26 -07:00 |
|
Jeff Williams
|
97d8fe4e91
|
support function bind operator
|
2017-07-06 16:15:15 -07:00 |
|
Jeff Williams
|
aa27b05cf8
|
support async generators
|
2017-07-06 16:01:47 -07:00 |
|
Jeff Williams
|
8b26b6d669
|
remove author tags, and clean up JSDoc comments without leading asterisks
Most of the existing author tags are grossly out of date at this point. The definitive reference for who has contributed what is available at https://github.com/jsdoc3/jsdoc/graphs/contributors.
|
2017-07-06 00:01:11 -07:00 |
|
Jeff Williams
|
a097e2f299
|
get rid of jsdoc/util/runtime (#1383); delint
|
2017-07-05 22:57:11 -07:00 |
|
Jeff Williams
|
2382490c7c
|
add code of conduct
|
2017-07-05 21:45:19 -07:00 |
|
Jeff Williams
|
15b57e52f3
|
overhaul ESLint config; delint
|
2017-07-05 21:05:52 -07:00 |
|
Jeff Williams
|
133ee8a5af
|
autodetect generator functions, and support a new @generator tag (#1158)
|
2017-07-04 20:36:42 -07:00 |
|
Jeff Williams
|
cc63e98a8e
|
parse export extensions
|
2017-07-04 18:07:31 -07:00 |
|
Jeff Williams
|
47005e9646
|
support class properties, including private properties
|
2017-07-04 18:01:34 -07:00 |
|
Jeff Williams
|
fb37938b77
|
parse decorators (#1165)
This change allows decorators to be parsed, but it does not add information about decorators to the generated documentation.
|
2017-07-04 16:01:01 -07:00 |
|
Jeff Williams
|
b719e68907
|
parse do expressions
|
2017-07-04 15:49:02 -07:00 |
|
Max Geissler
|
af5d169673
|
add line number to the error output when parsing a tag's type expression (#1057)
|
2017-07-04 13:57:46 -07:00 |
|
Jeff Williams
|
3c325725bc
|
bump revision
|
2017-07-03 20:39:58 -07:00 |
|
이민규
|
b4a5b90025
|
add tui-jsdoc-template to README (#1300)
|
2017-07-03 19:02:17 -07:00 |
|
Akaexus
|
c65ac8f05e
|
CSS fix for wide images (#1359)
|
2017-07-03 17:03:17 -07:00 |
|
Jeff Williams
|
2aad297cdc
|
support a JS config file (#1351)
Thanks to @BrandonOCasey for implementing this feature.
|
2017-07-03 17:00:19 -07:00 |
|
Hilmar Lapp
|
4a187da562
|
Fix directory name clashes with JSDoc plugin and template loading (#1308)
|
2017-07-03 16:41:18 -07:00 |
|
Jeff Williams
|
c34751e28b
|
always call process.exit() (#1287)
|
2017-07-03 15:47:37 -07:00 |
|
Jeff Williams
|
9267ca8363
|
remove one last Rhino check
|
2017-07-03 15:39:20 -07:00 |
|
Jeff Williams
|
6cb96f5164
|
correctly document the constructor of a class exported from an ES2015 module (#1272)
|
2017-07-03 15:34:25 -07:00 |
|
Jeff Williams
|
5660c94adf
|
use the correct scope for exported symbols (and their children) in ES 2015 modules (#1293)
|
2017-07-03 14:47:47 -07:00 |
|
Jeff Williams
|
2dcdb21e96
|
add columnno attribute to jsdocCommentFound and symbolFound events (#1362)
|
2017-07-02 17:33:10 -07:00 |
|
Jeff Williams
|
25720f703e
|
restore range information
|
2017-07-02 17:20:46 -07:00 |
|
Jeff Williams
|
7fd0f590ee
|
don't crash on UTF-8 JSON files with a leading BOM (#1256, #1297)
|
2017-07-02 16:28:23 -07:00 |
|
Jeff Williams
|
c463524fce
|
use nyc runner for Istanbul
|
2017-07-02 15:59:59 -07:00 |
|
Jeff Williams
|
68a762e689
|
update dependencies; delint
|
2017-07-02 15:46:58 -07:00 |
|
Jeff Williams
|
82d0eff079
|
add AwaitExpression to list of node types
|
2017-07-02 13:43:11 -07:00 |
|
Jeff Williams
|
2f60a2c222
|
handle async functions (#1188)
|
2017-07-02 13:38:08 -07:00 |
|
Jeff Williams
|
0bd249ab83
|
update supported Node.js version
Babylon requires Node.js 4.2.0 or later, so JSDoc does too.
|
2017-07-01 21:14:48 -07:00 |
|