Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

41 lines (33 loc) · 1.31 KB

Change Log

All notable changes to the "jsdoc-generator" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Nothing new

1.1.1 - 2022/04/09

Added

  • Setting to toggle whether to include export tag
  • Setting to toggle whether to include async tag

1.1.0 - 2021/12/03

Added

  • Support for TypeScript React.

Changed

  • A few minor project configuration settings with consequent fixes.

1.0.0 - 2021/07/20

Added

  • 3 commands declarations.
  • Extension configurations.
  • Bundling.
  • README file.
  • JSDoc single node generation (1st command).
  • JSDoc single node generation with completion.
  • JSDoc single file generation (2nd command).
  • Type inference to generate more precise JSDoc.
  • Few basic unit tests.
  • This CHANGELOG file.