Skip to content

Releases: gajus/eslint-plugin-jsdoc

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`

v43.1.1

24 Apr 22:04
Compare
Choose a tag to compare
fix: tag removal for 0-line tags (if other tags present, only blank o…

v43.1.0

24 Apr 16:33
Compare
Choose a tag to compare
feat(`no-blank-blocks`): add new rule; fixes #1042

v43.0.9

24 Apr 16:27
Compare
Choose a tag to compare
fix(`check-tag-names`, `empty-tags`, `sort-tags`, `valid-types`): sup…

v43.0.8

24 Apr 16:16
Compare
Choose a tag to compare
fix(informative-docs): trim description text

v43.0.7

20 Apr 15:41
Compare
Choose a tag to compare
fix: description retrieval logic was problematic for single line tags…

v43.0.6

18 Apr 21:46
Compare
Choose a tag to compare
fix: bump jsdoccomment