Skip to content

1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 08:12
· 79 commits to main since this release

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