Skip to content

Releases: gajus/eslint-plugin-jsdoc

v61.4.1

23 Nov 04:20

Choose a tag to compare

61.4.1 (2025-11-23)

Bug Fixes

  • require-rejects: do not treat synchronous throw as rejection; fixes #1603 (f776d63)

v61.4.0

20 Nov 19:56

Choose a tag to compare

61.4.0 (2025-11-20)

Features

v61.3.0

19 Nov 12:37

Choose a tag to compare

61.3.0 (2025-11-19)

Features

v61.2.1

13 Nov 12:29

Choose a tag to compare

61.2.1 (2025-11-13)

Bug Fixes

  • require-param: ensure all structures with interfaces do not trigger with interfaceExemptsParamsCheck: true (39a5b0a)
  • tag-lines: avoid reformatting post-delimiter spacing; fixes #1593 (702b226)

v61.2.0

12 Nov 10:46

Choose a tag to compare

61.2.0 (2025-11-12)

Features

  • sort-tags: add tagExceptions to allow additional lines per tag; fixes #1594 (85a1ea1)

v61.1.12

03 Nov 14:06

Choose a tag to compare

61.1.12 (2025-11-03)

Bug Fixes

  • no-undefined-types: treat param names as defined; fixes #1591 (b47779c)

v61.1.11

29 Oct 18:06

Choose a tag to compare

61.1.11 (2025-10-29)

Bug Fixes

  • fixing of missing parent should go between child and grandparent (4f2ec35)

v61.1.10

28 Oct 17:00

Choose a tag to compare

61.1.10 (2025-10-28)

Bug Fixes

  • imports-as-dependencies: check for object-based types (or typings) (c9a22b6)

v61.1.9

26 Oct 15:46

Choose a tag to compare

61.1.9 (2025-10-26)

Bug Fixes

  • CJS: provide CJS version of to-valid-identiifer; fixes #1583 (ca57a1f)

v61.1.8

24 Oct 21:00

Choose a tag to compare

61.1.8 (2025-10-24)

Bug Fixes

  • no-undefined-types: consider module scope variables as defined; fixes #1581 (f938fdc)