🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@homer0/prettier-plugin-jsdoc

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@homer0/prettier-plugin-jsdoc - npm Package Versions

234

10.0.0

Diff
homer0
published 10.0.0 •
homer0
published 9.1.0 •

Changelog

Source

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)
homer0
published 9.0.2 •

Changelog

Source

9.0.2 (2024-05-28)

Bug Fixes

  • support links with custom labels (cf8844e)
homer0
published 9.0.1 •

Changelog

Source

9.0.1 (2024-05-27)

Bug Fixes

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

Changelog

Source

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.
homer0
published 8.0.0 •

Changelog

Source

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.
homer0
published 7.0.3 •

Changelog

Source

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)
homer0
published 7.0.2 •

Changelog

Source

7.0.2 (2023-07-19)

Bug Fixes

homer0
published 7.0.1 •

Changelog

Source

7.0.1 (2023-07-18)

Bug Fixes

  • trigger standalone deploy (61c0e74)
homer0
published 7.0.0 •

Changelog

Source

7.0.0 (2023-07-16)

Bug Fixes

BREAKING CHANGES

  • This plugin now uses Prettier v3