File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed
Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,26 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
66
77## [ Unreleased]
88
9+ ## [ 1.8.8] - 2026-02-13
10+
11+ ### Added
12+
13+ - T-SQL parsing support for OUTPUT clauses in INSERT, DELETE, and MERGE statements.
14+ - T-SQL query options for ` FOR JSON ` and ` FOR XML ` statements.
15+ - T-SQL parsing support for ` OPENJSON ... WITH (...) ` schema definitions.
16+ - T-SQL MERGE parsing support for ` NOT MATCHED BY TARGET ` and ` NOT MATCHED BY SOURCE ` variants.
17+
18+ ### Changed
19+
20+ - T-SQL formatting improvements for OUTPUT and OPENJSON clause layout.
21+ - Improved column list alignment in T-SQL subqueries and JSON/XML SELECT statements.
22+ - Specialized type casing for OPENJSON schema definitions.
23+
24+ ### Fixed
25+
26+ - CREATE INDEX river alignment when using INCLUDE clauses.
27+ - Indentation and alignment for T-SQL UPDATE table hints.
28+
929## [ 1.8.7] - 2026-02-12
1030
1131### Added
@@ -312,7 +332,8 @@ _No user-visible changes. Internal release for version alignment._
312332- ` .holywellignore ` file support.
313333- Zero runtime dependencies.
314334
315- [ Unreleased ] : https://github.com/vinsidious/holywell/compare/v1.8.7...HEAD
335+ [ Unreleased ] : https://github.com/vinsidious/holywell/compare/v1.8.8...HEAD
336+ [ 1.8.8 ] : https://github.com/vinsidious/holywell/compare/v1.8.7...v1.8.8
316337[ 1.8.7 ] : https://github.com/vinsidious/holywell/compare/v1.8.6...v1.8.7
317338[ 1.8.6 ] : https://github.com/vinsidious/holywell/compare/v1.8.5...v1.8.6
318339[ 1.8.5 ] : https://github.com/vinsidious/holywell/compare/v1.8.4...v1.8.5
You can’t perform that action at this time.
0 commit comments