Skip to content

Latest commit

 

History

History
134 lines (64 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

134 lines (64 loc) · 5.13 KB

5.0.0 (2023-10-02)

Bug Fixes

BREAKING CHANGES

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

4.0.0 (2023-03-18)

Bug Fixes

  • make Node 16 the min required version (b07e627)
  • update dependencies (5525330)

BREAKING CHANGES

  • This package now requires Node 16 or above

3.1.0 (2022-10-29)

Bug Fixes

  • avoid processing blocks with ignore tag (a35a8f2)
  • do not require newline for parsed comments (4444d82)
  • update dependencies (5253ad6)

Features

  • add option to remove single tags (ec0cdae)
  • add option to remove tagged blocks (75d7558)

3.0.0 (2022-05-20)

Bug Fixes

  • drop support for Node 12 (2cf5881)

BREAKING CHANGES

  • This package no longer supports Node 12.

2.0.1 (2021-09-04)

Bug Fixes

2.0.0 (2021-04-11)

Bug Fixes

  • drop support for Node 10 (daf9f81)

BREAKING CHANGES

  • This package no longer supports Node 10.

1.1.2 (2020-10-31)

Bug Fixes

  • deps: resolving the yarn problem in the CI (d674e3b)

1.1.1 (2020-08-24)

Bug Fixes

  • support multiline typedefs when extending a type (8ecb515)

1.1.0 (2020-08-24)

Bug Fixes

Features

  • replace typeof T with Class.<T> (9a5024e)

1.0.1 (2020-08-11)

Bug Fixes

1.0.0 (2020-07-14)

Bug Fixes

  • use the correct name for the JSDoc handler (c0b94bd)

Code Refactoring

  • rename the main file to index.js (baefb79)

Features

  • add the extendTypes feature and its tests (01294a0)
  • add the modules path on memeberof feature and its tests (80236dd)
  • add the modulesTypesShortName feature and its tests (8d6d015)
  • add the parent tag feature (b28f247)
  • add the plugin basic structure and the typedefImports feature (cba9aca)
  • add the tags replacement feature and its tests (7aaf9d0)
  • add the utility types feature and its tests (734b90d)
  • release workflow (c17a2e8)

BREAKING CHANGES

  • Now, by default, the plugin will look for the @parent tag and replace it with @memberof
  • The file src/plugin.js no longer exists