Skip to content

Releases: gajus/eslint-plugin-jsdoc

v54.1.0

15 Aug 02:06
e51a7a8
Compare
Choose a tag to compare

54.1.0 (2025-08-15)

Features

v54.0.0

13 Aug 02:41
aeb97bf
Compare
Choose a tag to compare

54.0.0 (2025-08-13)

Bug Fixes

BREAKING CHANGES

  • tsdown fix still not working properly, so reverting.

This reverts commit b19f6f9.

v53.0.1

11 Aug 20:02
0867728
Compare
Choose a tag to compare

53.0.1 (2025-08-11)

Bug Fixes

  • no-types, require-example, implements-on-classes: allow any to match function variable declarations; fixes #1446 (#1448) (0867728)

v53.0.0

11 Aug 18:47
b19f6f9
Compare
Choose a tag to compare

53.0.0 (2025-08-11)

Bug Fixes

BREAKING CHANGES

  • Changes exports and build routine for proper types.

  • refactor: move to tsdown (take 2)

  • chore: remove unused devDeps. and fix generateRule script

  • fix bad rebase

v52.0.4

06 Aug 08:12
43e7e6d
Compare
Choose a tag to compare

52.0.4 (2025-08-06)

Bug Fixes

v52.0.3

05 Aug 22:44
af03395
Compare
Choose a tag to compare

52.0.3 (2025-08-05)

Bug Fixes

v52.0.2

01 Aug 00:10
e9b0877
Compare
Choose a tag to compare

52.0.2 (2025-08-01)

Bug Fixes

v52.0.1

29 Jul 21:42
da66683
Compare
Choose a tag to compare

52.0.1 (2025-07-29)

Bug Fixes

v52.0.0

28 Jul 01:22
5c2165c
Compare
Choose a tag to compare

52.0.0 (2025-07-28)

Bug Fixes

  • use v flag in regexes; match emojis for sentence terminator; fixes #1433 (#1437) (5c2165c)

BREAKING CHANGES

  • Uses v flag instead of u flag by default for regular expressions

v51.4.1

16 Jul 13:26
b462e44
Compare
Choose a tag to compare

51.4.1 (2025-07-16)

Bug Fixes

  • disallow extra properties in rule options (#1429) (b462e44)