Skip to content

Commit 849b1c9

Browse files
committed
docs: update changelog
1 parent 8f134c3 commit 849b1c9

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this extension will be documented in this file.
44

55
This Changelog uses the [Keep a Changelog](http://keepachangelog.com/) structure.
66

7+
## [Unreleased]
8+
9+
### Changed
10+
11+
- Changed README to include missing information about the new `logLevel` setting, and added a major changes section for v1.2.0.
12+
713
## [1.2.0](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.2.0) - 2026-09-07
814

915
### Added
@@ -283,7 +289,7 @@ This Changelog uses the [Keep a Changelog](http://keepachangelog.com/) structure
283289
VScode updated their types to include the LineComment typings and released 1.110 of @types/vscode package. So our temporary custom `LineComment` type and `LineCommentConfig` interface is now redundant.
284290
- Updated @types/vscode package to 1.110.
285291
- Removed the temporary `LineComment` type and `LineCommentConfig` interface, and removed the references in configuration file.
286-
<!-- end -->
292+
<!-- end -->
287293

288294
### Changed
289295

@@ -295,15 +301,15 @@ This Changelog uses the [Keep a Changelog](http://keepachangelog.com/) structure
295301
- Consolidated multiple configuration change handlers into a single handler that checks for a list of settings requiring extension reload. If any are changed, a single reload prompt is shown using the new `showReloadMessage` helper function, reducing code duplication.
296302

297303
- Improved performance and event handling to prevent memory leaks by properly disposing of old comment configurations.
298-
<!-- end -->
304+
<!-- end -->
299305

300306
- Refactored configuration class ([#30](https://github.com/yCodeTech/auto-comment-blocks/pull/30)) by @yCodeTech
301307
- Extracted the logic for determining the appropriate Blade or HTML comment style into a new private method `getBladeOrHtmlComments`, simplifying the public API and improving clarity. The `setBladeComments` method now only sets the configuration and no longer returns values based on an `onStart` flag (the flag was removed in favour using the new private method directly).
302308

303309
- Replaced repetitive code for adding custom single-line comment languages with a new private method `addCustomSingleLineLanguages`, reducing duplication and improving maintainability.
304310

305311
- Replaced `var` with `let` for variable declarations in several places to align with modern best practices.
306-
<!-- end -->
312+
<!-- end -->
307313

308314
## [1.1.14](https://github.com/yCodeTech/auto-comment-blocks/releases/tag/v1.1.14) - 2026-02-23
309315

0 commit comments

Comments
 (0)