You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+75Lines changed: 75 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,79 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.7.0] - 2025-02-11
11
+
12
+
### Added
13
+
14
+
-**tsl-dx**: Added configuration options to `no-multiline-template-expression-without-auto-dedent` rule:
15
+
-`dedentTagNames`: Customize which tag names are considered valid dedent tags (default: `["dedent"]`)
16
+
-`dedentTagImportCallback`: Customize how the import statement is generated when applying fixes
17
+
-**tsl-dx**: Enhanced `no-multiline-template-expression-without-auto-dedent` rule with auto-fix suggestions that add the dedent import and wrap multiline templates
18
+
-**tsl-dx**: Added `runtimeLibrary` option to `nullish` rule for configuring the unit import source
19
+
20
+
### Changed
21
+
22
+
-**tsl-dx**: Improved `nullish` rule to distinguish between type and value imports for `unit`
23
+
24
+
## [0.6.1] - 2025-02-10
25
+
26
+
### Fixed
27
+
28
+
-**tsl-dx**: Fixed `nullish` rule to distinguish between type and value imports for `unit`
0 commit comments