Skip to content

Releases: gajus/eslint-plugin-jsdoc

v44.2.4

15 May 14:52
Compare
Choose a tag to compare
fix: check-tag-names crash on module comment

v44.2.3

11 May 22:14
Compare
Choose a tag to compare
fix(`no-undefined-types`): add line info to inline tags; fixes #1079

v44.2.2

10 May 16:40
52119a5
Compare
Choose a tag to compare
fix(`require-hyphen-before-param-description`): more targeted replace…

v44.2.1

10 May 13:58
e6b6a85
Compare
Choose a tag to compare
fix(`no-undefined-types`): treat `@alias` as namepath-defining; fixes…

v44.2.0

10 May 11:35
c1781d2
Compare
Choose a tag to compare
feat(`no-undefined-types`): check inline and namepath-referencing tag…

v44.1.0

09 May 22:49
Compare
Choose a tag to compare
feat: `disableReporting` and `markVariablesAsUsed` options

v44.0.2

09 May 13:37
Compare
Choose a tag to compare
chore: prevent eslint updating for now

v44.0.1

08 May 19:43
Compare
Choose a tag to compare
fix(`valid-types`): report postfix nullable in object or labeled tupl…

v44.0.0

07 May 21:41
Compare
Choose a tag to compare
refactor: switch default `mode` to `typescript`; fixes #834

BREAKING CHANGE:

Users must now opt into adding `settings.jsdoc.mode` set to `"jsdoc"` if they want
normal JSDoc mode. Note that "typescript" mode does not need to imply use of TypeScript
syntax, but rather use of the TypeScript flavor within JSDoc comment blocks which holds
the advantages of working in IDEs to draw in third-party module documentation and optionally
allowing one to type check one's JavaScript code by TypeScript. There
are also tools for building docs with this flavor (e.g., typedoc).

v43.2.0

05 May 15:13
Compare
Choose a tag to compare
feat: update @es-joy/jsdoccomment

Also:
- test: demo use of `inlineTags`