Skip to content

Releases: homer0/prettier-plugin-jsdoc

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)