Jeff Williams
ee53851057
chore(deps): update supported engines; upgrade yargs-parser
...
Node.js 18 is EOL, and yargs-parser requires recent versions of Node.js 20 and 22.
2025-05-30 21:51:32 -07:00
Jeff Williams
687c1c182d
Publish
...
- jsdoc@5.0.0-dev.19
- @jsdoc/ast@0.2.13
- @jsdoc/cli@0.3.12
- @jsdoc/core@0.5.10
- @jsdoc/doclet@0.2.13
- @jsdoc/eslint-config@2.0.2
- @jsdoc/name@0.1.1
- @jsdoc/parse@0.3.13
- @jsdoc/plugins@0.1.13
- @jsdoc/prettier-config@0.2.10
- @jsdoc/tag@0.2.13
- @jsdoc/task-runner@0.2.7
- @jsdoc/template-legacy@0.1.13
2025-01-15 12:31:09 -08:00
Jeff Williams
3c68f21f36
feat: add a doclet kind for enums
2025-01-12 15:06:45 -08:00
Jeff Williams
019aeb7478
refactor: miscellaneous cleanup/optimization
2025-01-01 09:49:47 -08:00
Jeff Williams
399c003a82
chore(deps): update catharsis
2024-12-29 16:37:20 -08:00
Jeff Williams
59d31d5176
fix: add type expression, not parsed type AST, to doclets
...
The AST was normally added as a non-enumerable property, `type.parsedType`, which caused many complications; most recently, I noticed that doclets don't retain this property when `DocletStore` proxies them. Better to just add the original type expression as `type.expression` and let templates parse it again as needed.
2024-12-24 16:49:16 -08:00
renovate[bot]
1d3788f560
fix(deps): update dependency catharsis to ^0.10.0
2024-12-17 08:57:54 +00:00
Jeff Williams
7e92e5acfd
Publish
...
- jsdoc@5.0.0-dev.18
- @jsdoc/ast@0.2.12
- @jsdoc/cli@0.3.11
- @jsdoc/core@0.5.9
- @jsdoc/doclet@0.2.12
- @jsdoc/eslint-config@2.0.1
- @jsdoc/name@0.1.0
- @jsdoc/parse@0.3.12
- @jsdoc/plugins@0.1.12
- @jsdoc/prettier-config@0.2.9
- @jsdoc/salty@0.2.9
- @jsdoc/tag@0.2.12
- @jsdoc/task-runner@0.2.6
- @jsdoc/template-legacy@0.1.12
- @jsdoc/util@0.3.4
2024-12-15 15:08:57 -08:00
Jeff Williams
428ddcf521
refactor: create @jsdoc/name package to break dependency cycles
...
Tons of stuff depends on these methods; in contrast, these methods don't depend on any other JSDoc packages.
2024-12-15 15:08:06 -08:00
Jeff Williams
995fdae3d8
refactor: use env instead of deps or dependencies
2024-12-07 20:48:10 -08:00
Jeff Williams
c3344a7be9
refactor: rename Tag#dependencies to Tag#env
2024-12-07 15:05:33 -08:00
Jeff Williams
125a9add3d
refactor: remove jsdoc.deps from test environment
...
Use `jsdoc.env` instead.
2024-12-07 14:56:28 -08:00
Jeff Williams
3652d69bc5
refactor: rename Dictionary.fromConfig() to Dictionary.fromEnv()
2024-12-07 14:30:05 -08:00
Jeff Williams
7942901ff7
Publish
...
- jsdoc@5.0.0-dev.17
- @jsdoc/ast@0.2.11
- @jsdoc/cli@0.3.10
- @jsdoc/core@0.5.8
- @jsdoc/doclet@0.2.11
- @jsdoc/eslint-config@2.0.0
- @jsdoc/parse@0.3.11
- @jsdoc/plugins@0.1.11
- @jsdoc/prettier-config@0.2.8
- @jsdoc/salty@0.2.8
- @jsdoc/tag@0.2.11
- @jsdoc/task-runner@0.2.5
- @jsdoc/template-legacy@0.1.11
- @jsdoc/util@0.3.3
2024-04-15 14:25:21 -07:00
Jeff Williams
55b0489662
chore(jsdoc-eslint-config): migrate to ESLint flat config
2024-04-14 11:39:46 -07:00
Jeff Williams
959dc4f296
fix(jsdoc-tag): prevent ReDOS
...
Verified with https://github.com/NicolaasWeideman/RegexStaticAnalysis .
2023-12-21 13:49:36 -08:00
Jeff Williams
db20d51066
Publish
...
- jsdoc@5.0.0-dev.16
- @jsdoc/ast@0.2.10
- @jsdoc/cli@0.3.9
- @jsdoc/core@0.5.7
- @jsdoc/doclet@0.2.10
- @jsdoc/eslint-config@1.2.8
- @jsdoc/parse@0.3.10
- @jsdoc/plugins@0.1.10
- @jsdoc/prettier-config@0.2.7
- @jsdoc/tag@0.2.10
- @jsdoc/task-runner@0.2.4
- @jsdoc/template-legacy@0.1.10
2023-12-10 17:47:38 -08:00
Jeff Williams
2a5ae15ed3
refactor: memoize type-related functions
...
I did some quick-and-dirty profiling, and these functions made up ~2% of the flamegraph, mostly for when they called through to the type parser; also, it's likely that they'll be called repeatedly with many of the same inputs. Memoizing the functions cuts them to ~1% of the flamegraph.
2023-12-10 17:37:36 -08:00
Jeff Williams
45c497e192
refactor: simplify dependency management
...
It turns out that JSDoc's dependency-injection needs are pretty simple; we mostly just need to pass around some data, plus some logging functions. That means the previous solution was overengineered, even though it was still pretty lightweight.
Now we just put everything in the `Env` object and pass that around instead.
2023-12-10 15:05:35 -08:00
Jeff Williams
3e4f5fc557
Publish
...
- jsdoc@5.0.0-dev.15
- @jsdoc/ast@0.2.9
- @jsdoc/cli@0.3.8
- @jsdoc/core@0.5.6
- @jsdoc/doclet@0.2.9
- @jsdoc/eslint-config@1.2.7
- @jsdoc/parse@0.3.9
- @jsdoc/plugins@0.1.9
- @jsdoc/prettier-config@0.2.6
- @jsdoc/salty@0.2.7
- @jsdoc/tag@0.2.9
- @jsdoc/template-legacy@0.1.9
- @jsdoc/test-matchers@0.2.6
2023-12-03 14:53:40 -08:00
Jeff Williams
5a74ffd016
chore(jsdoc-eslint-config): move packages to the correct package.json file; enable Prettier; fix linter issues
2023-11-25 10:28:22 -08:00
Jeff Williams
be73e2bfe2
Publish
...
- jsdoc@5.0.0-dev.14
- @jsdoc/ast@0.2.8
- @jsdoc/doclet@0.2.8
- @jsdoc/eslint-config@1.2.6
- @jsdoc/parse@0.3.8
- @jsdoc/plugins@0.1.8
- @jsdoc/tag@0.2.8
- @jsdoc/template-legacy@0.1.8
2023-11-21 20:45:08 -08:00
Jeff Williams
75d1cbdf91
feat(jsdoc-tag): add includesInlineTag method
2023-11-21 20:44:25 -08:00
Jeff Williams
a894b4f849
Publish
...
- jsdoc@5.0.0-dev.13
- @jsdoc/ast@0.2.7
- @jsdoc/cli@0.3.7
- @jsdoc/doclet@0.2.7
- @jsdoc/parse@0.3.7
- @jsdoc/plugins@0.1.7
- @jsdoc/prettier-config@0.2.5
- @jsdoc/tag@0.2.7
- @jsdoc/template-legacy@0.1.7
- @jsdoc/util@0.3.2
2023-11-15 21:23:24 -08:00
Jeff Williams
89f2c72da4
refactor: provide logging functions in dependencies; stop using EventBus
...
These changes enable templates to use the logging functions even if they're not installed in the same `node_modules` directory as JSDoc.
Includes API changes to various modules and functions that didn't have access to the dependency object. Most notably, you now call a function to retrieve tag definitions, rather than just using an exported object as-is.
2023-11-15 17:43:21 -08:00
Jeff Williams
3fddc126ab
Publish
...
- jsdoc@5.0.0-dev.12
- @jsdoc/ast@0.2.6
- @jsdoc/cli@0.3.6
- @jsdoc/core@0.5.5
- @jsdoc/doclet@0.2.6
- @jsdoc/eslint-config@1.2.5
- @jsdoc/parse@0.3.6
- @jsdoc/plugins@0.1.6
- @jsdoc/prettier-config@0.2.4
- @jsdoc/salty@0.2.6
- @jsdoc/tag@0.2.6
- @jsdoc/task-runner@0.2.3
- @jsdoc/template-legacy@0.1.6
- @jsdoc/test-matchers@0.2.5
- @jsdoc/util@0.3.1
2023-11-12 15:43:49 -08:00
Jeff Williams
5e4f999497
refactor: don't use deprecated RegExp.$1...$9 properties
...
Plus some miscellaneous cleanup.
2023-10-11 16:40:23 -07:00
Jeff Williams
ba08fc3b9b
chore: use npm workspaces
2023-10-08 20:57:07 -07:00
Jeff Williams
f86ee6afe0
Publish
...
- jsdoc@5.0.0-dev.11
- @jsdoc/ast@0.2.5
- @jsdoc/cli@0.3.5
- @jsdoc/doclet@0.2.5
- @jsdoc/eslint-config@1.2.4
- @jsdoc/parse@0.3.5
- @jsdoc/plugins@0.1.5
- @jsdoc/tag@0.2.5
- @jsdoc/template-legacy@0.1.5
2023-10-06 15:18:50 -07:00
Jeff Williams
ab1587eecd
chore(deps): update lockfiles
2023-09-17 17:54:19 -07:00
Jeff Williams
76ac64eaf2
Publish
...
- jsdoc@5.0.0-dev.10
- @jsdoc/ast@0.2.4
- @jsdoc/cli@0.3.4
- @jsdoc/core@0.5.4
- @jsdoc/doclet@0.2.4
- @jsdoc/eslint-config@1.2.3
- @jsdoc/parse@0.3.4
- @jsdoc/plugins@0.1.4
- @jsdoc/tag@0.2.4
- @jsdoc/task-runner@0.2.2
- @jsdoc/template-legacy@0.1.4
- @jsdoc/test-matchers@0.2.4
2023-09-17 17:46:06 -07:00
Jeff Williams
954d17f87c
feat(jsdoc-doclet): emit events when certain doclet properties change
2023-09-10 14:56:27 -07:00
Jeff Williams
bf6e6a45a5
Publish
...
- jsdoc@5.0.0-dev.9
- @jsdoc/ast@0.2.3
- @jsdoc/cli@0.3.3
- @jsdoc/core@0.5.3
- @jsdoc/doclet@0.2.3
- @jsdoc/eslint-config@1.2.2
- @jsdoc/parse@0.3.3
- @jsdoc/plugins@0.1.3
- @jsdoc/prettier-config@0.2.3
- @jsdoc/tag@0.2.3
- @jsdoc/template-legacy@0.1.3
- @jsdoc/test-matchers@0.2.3
2023-09-03 14:31:23 -07:00
Jeff Williams
ae5ae0bb12
Publish
...
- jsdoc@5.0.0-dev.8
- @jsdoc/ast@0.2.2
- @jsdoc/cli@0.3.2
- @jsdoc/core@0.5.2
- @jsdoc/doclet@0.2.2
- @jsdoc/eslint-config@1.2.1
- @jsdoc/parse@0.3.2
- @jsdoc/plugins@0.1.2
- @jsdoc/prettier-config@0.2.2
- @jsdoc/tag@0.2.2
- @jsdoc/template-legacy@0.1.2
- @jsdoc/test-matchers@0.2.2
2023-09-02 15:24:22 -07:00
Jeff Williams
e20ec9ce0c
Publish
...
- @jsdoc/ast@0.2.1
- @jsdoc/cli@0.3.1
- @jsdoc/core@0.5.1
- @jsdoc/doclet@0.2.1
- @jsdoc/parse@0.3.1
- @jsdoc/plugins@0.1.1
- @jsdoc/prettier-config@0.2.1
- @jsdoc/salty@0.2.5
- @jsdoc/tag@0.2.1
- @jsdoc/task-runner@0.2.1
- @jsdoc/template-legacy@0.1.1
- @jsdoc/test-matchers@0.2.1
- jsdoc@5.0.0-dev.7
2023-03-08 15:53:45 -08:00
renovate[bot]
e3386558e1
chore(deps): update dependency eslint-config-prettier to ^8.7.0
2023-03-06 13:27:02 +00:00
Jeff Williams
b7beb11b80
fix: update lockfiles
2023-02-28 20:36:32 -08:00
Jeff Williams
7dee4094ce
Publish
...
- @jsdoc/ast@0.2.0
- @jsdoc/cli@0.3.0
- @jsdoc/core@0.5.0
- @jsdoc/doclet@0.2.0
- @jsdoc/eslint-config@1.2.0
- @jsdoc/parse@0.3.0
- @jsdoc/plugins@0.1.0
- @jsdoc/prettier-config@0.2.0
- @jsdoc/salty@0.2.4
- @jsdoc/tag@0.2.0
- @jsdoc/task-runner@0.2.0
- @jsdoc/template-legacy@0.1.0
- @jsdoc/test-matchers@0.2.0
- @jsdoc/util@0.3.0
- jsdoc@5.0.0-dev.6
2023-02-28 20:19:11 -08:00
Jeff Williams
c04508f295
refactor: migrate to ES modules
2023-02-28 20:12:24 -08:00
Jeff Williams
f8731da99e
chore: add/update .npmignore files
2023-02-20 19:46:15 -08:00
Jeff Williams
7475387f71
chore: remove module-loading hacks
...
JSDoc no longer requires these hacks. All of JSDoc's code can be loaded normally.
2023-02-20 11:48:26 -08:00
renovate[bot]
6bcdec0025
fix(deps): update dependency @babel/parser to ^7.20.15
2023-02-20 07:06:34 +00:00
Jeff Williams
6578f1cadb
chore(deps): update lockfiles
2023-02-19 18:57:48 -08:00
renovate[bot]
e66d4b89d6
chore(deps): update dependency eslint to v8.34.0
2023-02-19 23:38:05 +00:00
Jeff Williams
1a63331a15
Publish
...
- @jsdoc/ast@0.1.1
- @jsdoc/cli@0.2.11
- @jsdoc/core@0.4.6
- @jsdoc/doclet@0.1.2
- @jsdoc/parse@0.2.0
- @jsdoc/tag@0.1.6
- jsdoc@5.0.0-dev.5
2023-01-29 14:03:01 -08:00
Jeff Williams
9d5dcf9f9d
fix: update lockfile
2023-01-21 20:05:35 -08:00
Jeff Williams
eccb0a53e1
refactor: move tag dictionary to @jsdoc/tag package
2023-01-21 13:24:34 -08:00
Jeff Williams
775a4195b5
refactor: move tag definitions to @jsdoc/tag package
2023-01-21 13:12:31 -08:00
Jeff Williams
a6f56e29f8
Publish
...
- @jsdoc/ast@0.1.0
- @jsdoc/cli@0.2.10
- @jsdoc/core@0.4.5
- @jsdoc/doclet@0.1.0
- @jsdoc/eslint-config@1.1.11
- @jsdoc/prettier-config@0.1.2
- @jsdoc/salty@0.2.3
- @jsdoc/tag@0.1.5
- @jsdoc/task-runner@0.1.14
- @jsdoc/test-matchers@0.1.18
- @jsdoc/util@0.2.8
- jsdoc@5.0.0-dev.3
2023-01-16 12:15:35 -08:00
Jeff Williams
913f8841e0
refactor: move Tag class and tag validator to @jsdoc/tag
2023-01-15 19:45:08 -08:00