Releases: gajus/eslint-plugin-jsdoc
Releases · gajus/eslint-plugin-jsdoc
v61.1.5
20 Oct 10:16
Compare
Sorry, something went wrong.
No results found
v61.1.4
15 Oct 03:59
Compare
Sorry, something went wrong.
No results found
61.1.4 (2025-10-15)
Bug Fixes
to-valid-identifier
should be a dependency; fixes #1574 (89d37d0 )
v61.1.3
15 Oct 00:44
Compare
Sorry, something went wrong.
No results found
61.1.3 (2025-10-15)
Bug Fixes
prefer-import-tag
: ensure import is a valid identifier; fixes #1572 (4349209 )
v61.1.2
13 Oct 15:14
Compare
Sorry, something went wrong.
No results found
61.1.2 (2025-10-13)
Bug Fixes
no-undefined-types
: allow global prefixes; fixes #1566 (335450a )
v61.1.1
12 Oct 14:13
Compare
Sorry, something went wrong.
No results found
61.1.1 (2025-10-12)
Bug Fixes
valid-types
: reallow const
type
(75c8127 )
v61.1.0
09 Oct 23:58
Compare
Sorry, something went wrong.
No results found
61.1.0 (2025-10-09)
Features
ts-method-signature-style
: add new rule (92bf39e )
ts-no-empty-object-type
: new rule to prevent empty objects (a19af97 )
ts-no-unnecessary-template-expression
: create new rule to catch extra markup within template types (64082aa )
ts-prefer-function-type
: add new rule (cbda8aa )
v61.0.1
08 Oct 16:42
Compare
Sorry, something went wrong.
No results found
61.0.1 (2025-10-08)
Bug Fixes
require-yields-*
, require-throws-*
: ensure alias of throws (exception) and of yields (yield) are checked; fixes #1559 (#1560 ) (38770c4 )
v61.0.0
08 Oct 01:16
Compare
Sorry, something went wrong.
No results found
61.0.0 (2025-10-08)
Features
type-formatting
: keyValuePostColonSpacing
, keyValuePostKeySpacing
, keyValuePostOptionalSpacing
, keyValuePostVariadicSpacing
for key-value pairs (and object fields) (ecf3a4a )
type-formatting
: add genericAndTupleElementSpacing
option for tuples and generics (2735b6d )
type-formatting
: add parameterDefaultValueSpacing
for type parameter spacing (b8eeca8 )
type-formatting
: add spacing for functions/classes and method quotes (a361dc9 )
type-formatting
: change stringQuotes
default to double
; fixes #1556 (0837647 )
BREAKING CHANGES
type-formatting
: Set stringQuotes
option to single
to restore old behavior
v60.8.3
06 Oct 18:12
Compare
Sorry, something went wrong.
No results found
60.8.3 (2025-10-06)
Bug Fixes
valid-types
: ensure safe for class context (this keyword) (87464a6 )
valid-types
: re-allow namepaths in name-definers like typedef in non-typescript mode; fixes #1557 (680cf1d )
v60.8.2
06 Oct 00:02
Compare
Sorry, something went wrong.
No results found
60.8.2 (2025-10-06)
Bug Fixes
no-undefined-types
: do not treat type parameters or their references as undefined; #1215 (#1553 ) (a5a0a3c )