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
- Document the addition of automated Open Graph image generation and social preview metadata.
- Include details regarding markdown link resolution improvements in the documentation viewer.
- Note the standardization of JOIN alignment logic within the SQL formatter.
- Update version comparison links to track the v1.8.7 release.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
6
6
7
7
## [Unreleased]
8
8
9
+
## [1.8.7] - 2026-02-12
10
+
11
+
### Added
12
+
13
+
- Automated Open Graph image generation with Playwright-based rendering pipeline.
14
+
- Social preview metadata and Open Graph/Twitter card image support for the website.
15
+
- Markdown link resolution in the documentation viewer, mapping relative README links to internal site routes and opening external links in new tabs.
16
+
- CLI reference and API details in the project manual.
17
+
18
+
### Changed
19
+
20
+
- Standardized JOIN alignment logic in the formatter, removing special-case handling for `FULL OUTER JOIN` in favor of consistent indentation across all join types.
21
+
9
22
## [1.8.6] - 2026-02-12
10
23
11
24
### Added
@@ -299,7 +312,8 @@ _No user-visible changes. Internal release for version alignment._
0 commit comments