Skip to content

Releases: gajus/eslint-plugin-jsdoc

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)

v51.4.0

15 Jul 14:51
1f015ca
Compare
Choose a tag to compare

51.4.0 (2025-07-15)

Features

  • check-line-alignment: add template to default tags (#1427) (4c65cbe)

v51.3.4

07 Jul 09:04
c51ee4f
Compare
Choose a tag to compare

51.3.4 (2025-07-07)

Bug Fixes

  • no-undefined-types: exempt global requires from undefined property checks; fixes #1425 (#1426) (c51ee4f)

v51.3.3

02 Jul 13:02
feb65e4
Compare
Choose a tag to compare

51.3.3 (2025-07-02)

Bug Fixes

  • no-undefined-types: add Intl to global types and ensure arbitrary properties of globals can be addressed; fixes #1423 (#1424) (feb65e4)

v51.3.2

02 Jul 00:29
9b8efbd
Compare
Choose a tag to compare

51.3.2 (2025-07-02)

Bug Fixes

  • multiline-blocks: for requireSingleLineUnderCount, ensure multi-line types nullify checks (#1422) (9b8efbd)