Skip to content

Releases: homer0/prettier-plugin-jsdoc

11.0.2

27 Jan 00:46

Choose a tag to compare

11.0.2 (2026-01-27)

Bug Fixes

11.0.1

06 Dec 07:28

Choose a tag to compare

11.0.1 (2025-12-06)

Bug Fixes

11.0.0

05 Dec 03:27

Choose a tag to compare

11.0.0 (2025-12-05)

Bug Fixes

  • add export for src (13bb020)
  • add exports to the package.json (ed40962)
  • add missing extensions (e9b5e62)
  • add module export (64da4e9)
  • avoid destructuring parsers imports (791b868)
  • drop Node v18 (206743f)
  • migrate package to ESM (c4d8b1e)
  • update all dependencies (d80ccce)
  • update to eslint v9 and solve all reported issues (b22a929)
  • use fileURLToPath instead of __dirname (cccf688)

BREAKING CHANGES

  • This package is now ESM only.
  • Node v18 is not longer supported. Node v20.19 is the minimum
    required version now.

10.0.1

03 Dec 03:12

Choose a tag to compare

10.0.1 (2025-12-03)

Bug Fixes

  • remove node version upper limit (0aa7f4d)
  • update prod dependencies (540a09f)

10.0.0

23 Mar 01:10

Choose a tag to compare

10.0.0 (2025-03-23)

Bug Fixes

  • add support for the notes tag (7494a63)
  • correct typo in descriptionParagraph property (64b22ec)
  • correct typo in getFormatter method (ae86690)
  • correct typo in render methods' names (32a519b)
  • move notes to the tags with desc as name (7e6d23e)
  • typo on deprecated tag (1e43b30)
  • update all the dependencies (8aa9ac0)

BREAKING CHANGES

  • prettier has been moved from prod dependency to peer
    dependency, so you'll have to add it to your own package.json, if
    if you didn't have it already.
  • If the plugin is being extended, the utility methods
    renderTagsInlines and tryToRenderTagsInColums have been fixed
    and they are now renderTagsInLines and tryToRenderTagsInColumns.
  • If the plugin is being extended, the utility function
    for TS types getFormater has been fixed and it's now getFormatter.
  • If the plugin is being extended, the tag property
    descriptionParagrah has been fixed and it's now
    descriptionParagraph.

9.1.0

09 Nov 03:00

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

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

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

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

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.