Skip to content

Releases: homer0/prettier-plugin-jsdoc

9.1.0

09 Nov 03:00
Compare
Choose a tag to compare

9.1.0 (2024-11-09)

Bug Fixes

  • add support for node version 22 (9943109)
  • update dependencies (5294125)

Features

  • add option to ignore inline blocks when there are not tags (0090712)

9.0.2

28 May 00:43
Compare
Choose a tag to compare

9.0.2 (2024-05-28)

Bug Fixes

  • support links with custom labels (cf8844e)

9.0.1

27 May 00:48
Compare
Choose a tag to compare

9.0.1 (2024-05-27)

Bug Fixes

  • access getRenderer from the container (c1d6ef7)
  • add support for the privateRemarks tag (1ec37b9)
  • update dependencies (86ce9e7)

9.0.0

09 Apr 01:49
Compare
Choose a tag to compare

9.0.0 (2024-04-09)

Bug Fixes

  • consider jsdocIgnoreTags when calculating lengths (515e3a5)
  • update dependencies (0623001)

Features

  • implement jsdocIgnoreTags (55b96db)

BREAKING CHANGES

  • For those extending the plugin, getLengthsData now requires
    the plugin options to be sent as a second parameter.

8.0.0

02 Oct 08:35
Compare
Choose a tag to compare

8.0.0 (2023-10-02)

Bug Fixes

BREAKING CHANGES

  • Node 16 is not longer supported. Node 18.17 is the minimum required version now.

7.0.3

22 Jul 03:37
Compare
Choose a tag to compare

7.0.3 (2023-07-22)

Bug Fixes

  • move return tag to tags with desc as name (1dc8632)
  • move todo to the tags without desc (6805ba0)
  • track tags that cannot be converted into sentences (1d4167b)

7.0.2

19 Jul 04:19
Compare
Choose a tag to compare

7.0.2 (2023-07-19)

Bug Fixes

7.0.1

18 Jul 09:55
Compare
Choose a tag to compare

7.0.1 (2023-07-18)

Bug Fixes

  • trigger standalone deploy (61c0e74)