5.0.0 (2023-10-02)
- drop Node 16 support (b66b825)
- Node 16 is not longer supported. Node 18.17 is the minimum required version now.
4.0.0 (2023-03-18)
- This package now requires Node 16 or above
3.1.0 (2022-10-29)
- avoid processing blocks with ignore tag (a35a8f2)
- do not require newline for parsed comments (4444d82)
- update dependencies (5253ad6)
3.0.0 (2022-05-20)
- drop support for Node 12 (2cf5881)
- This package no longer supports Node 12.
2.0.1 (2021-09-04)
- update dependencies (14e0200)
2.0.0 (2021-04-11)
- drop support for Node 10 (daf9f81)
- This package no longer supports Node 10.
1.1.2 (2020-10-31)
- deps: resolving the yarn problem in the CI (d674e3b)
1.1.1 (2020-08-24)
- support multiline typedefs when extending a type (8ecb515)
1.1.0 (2020-08-24)
- update dependencies (2eebbf9)
- replace
typeof T
withClass.<T>
(9a5024e)
1.0.1 (2020-08-11)
- update dependencies (f2d2152)
- use the correct name for the JSDoc handler (c0b94bd)
- rename the main file to index.js (baefb79)
- 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)
- Now, by default, the plugin will look for the @parent tag and replace it with @memberof
- The file src/plugin.js no longer exists