Skip to content

Commit 2b41604

Browse files
committed
Edits readme and changelog
1 parent b544233 commit 2b41604

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [2.0.1] Unreleased
3+
## [2.0.1]
44

55
- Fixed issue with parsing `EXCLUDE` clause
66
- Improved accessor `[]->key` now supports associative arrays by wrapping them into a single-item list, allowing uniform iteration behavior.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ various sources, **F**i**Q**ue**L**a provides a seamless way to manipulate and e
1919

2020
**Features**:
2121

22-
- 📂 **Supports multiple formats**: Work seamlessly with XML, CSV, JSON, YAML, and NEON.
22+
- 📂 **Supports multiple formats**: Work seamlessly with XML, CSV, JSON, NDJSON, YAML, and NEON.
2323
- 🛠️ **SQL-inspired syntax**: Perform `SELECT`, `JOIN`, `WHERE`, `GROUP BY`, `ORDER BY` and more.
2424
- ✍️ **Flexible Querying**: Write SQL-like strings or use the fluent API for maximum flexibility.
25-
- 📊 **Advanced functions**: Access features like `SUM`, `COUNT`, `AVG`, `GROUP_CONCAT`, `MD5`, `UPPER`, and many more.
25+
- 📊 **Advanced functions**: Access features like `SUM`, `COUNT`, `AVG`, `GROUP_CONCAT`, `COMBINE`, `MD5` and many more.
2626
- 🚀 **Efficient with Large Files**: Optimized for processing JSON, XML, and CSV files with tens of thousands of rows using stream processing.
2727
- 🧑‍💻 **Developer-Friendly**: Map results to DTOs for easier data manipulation.
2828
-**Unified API across all supported formats**: Use a consistent API for all your data needs.

0 commit comments

Comments
 (0)