Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to GoSQLX will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased] - Phase 2.5: Window Functions
## [1.3.0] - 2025-09-04 - Phase 2.5: Window Functions

### βœ… Major Features Implemented
- **Complete Window Function Support**: Full SQL-99 compliant window function parsing with OVER clause
Expand Down Expand Up @@ -66,7 +66,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- βœ… Zero performance regression while adding significant new functionality
- βœ… Complete integration with existing CTE and set operations from previous phases

## [1.2.0] - 2025-09-04 - Phase 2: Advanced SQL Features
## [1.2.0] - 2025-08-15 - Phase 2: Advanced SQL Features

### βœ… Major Features Implemented
- **Complete Common Table Expression (CTE) support**: Simple and recursive CTEs with full SQL-92 compliance
Expand Down Expand Up @@ -290,7 +290,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

| Version | Release Date | Status | Key Features |
|---------|--------------|--------|--------------|
| 1.2.0 | 2025-09-04 | Current | CTEs, set operations, ~70% SQL-92 compliance |
| 1.3.0 | 2025-09-04 | Current | Window functions, ~80-85% SQL-99 compliance |
| 1.2.0 | 2025-09-04 | Previous | CTEs, set operations, ~70% SQL-92 compliance |
| 1.1.0 | 2025-01-03 | Previous | Complete JOIN support, enhanced error handling |
| 1.0.0 | 2024-12-01 | Stable | Production ready, +47% performance |
| 0.9.0 | 2024-01-15 | Legacy | Initial public release |
Expand Down
Loading
Loading