File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ 0.1.0] - 2025-10-03
9+
10+ ### Added
11+ - Initial release of query-builder
12+ - Type-safe column matchers for Int, String, and Date columns
13+ - Logical grouping with AND/OR conditions
14+ - String matching with Exact, Contains, StartsWith, EndsWith options
15+ - Case-sensitive and case-insensitive string matching
16+ - Date range comparisons (Exact, After, Before, Between)
17+ - Sorting functionality with ASC/DESC support
18+ - Pagination with Limit and Offset
19+ - Column name validation for security
20+ - Parameterized query support
21+ - Comprehensive test suite with 89.1% code coverage
22+ - 30 unit tests and 15 integration tests
23+
24+ [ 0.1.0 ] : https://github.com/bolanosdev/query-builder/releases/tag/v0.1.0
You can’t perform that action at this time.
0 commit comments