Skip to content

Commit 0eeaa90

Browse files
author
Carlos Bolanos
committed
Add CHANGELOG.md for v0.1.0
1 parent 5d81d4e commit 0eeaa90

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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

0 commit comments

Comments
 (0)