Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 1.73 KB

Change Log

All notable changes to the "comments-toolkit" extension will be documented in this file.

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

v1.0.0

  • Initial release

v1.0.1

  • Add subsections comments
  • add Typescript support
  • loop png preview

v1.0.2

  • Add C# and vuejs

v1.1.0

  • Refactored the extension to improve maintainability and readability.
  • Added detailed documentation for the extension's features and main components.
  • Defined commentStyles for various programming languages.
  • Defined globalPatterns for different comment patterns.
  • Introduced functions like interpretSpaces, calculateContentLength, and adjustLineLength.
  • Enhanced the activate function to handle more functionalities and register providers more comprehensively.
  • Improved caching mechanism for generated comment patterns.
  • Added logging functionality with different log levels (info, warning, error).

v1.2.0

  • Added support for additional programming languages in commentStyles.
  • Introduced getConfiguration function to retrieve extension settings.
  • Enhanced globalPatterns with new comment patterns.
  • Improved log function for better logging.
  • Added getHtmlParser function to retrieve HTML parser instance.
  • Implemented isInsidePHP function to detect PHP code within mixed PHP/HTML documents.
  • Added findLanguageFromNode function to determine language from syntax node.
  • Enhanced detectLanguageAtPosition function for better language detection.
  • Improved interpretSpaces function to handle custom space markers.
  • Enhanced calculateContentLength function to process placeholders and spaces.