Skip to content

Commit cd7aab3

Browse files
committed
docs: Add CHANGELOG for v1.0.0
1 parent 6f003b4 commit cd7aab3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## v1.0.0 - 2025-09-11
4+
5+
### Added
6+
- Initial release of `json-to-sqlite` command-line tool.
7+
- Convert JSON data from standard input or file to SQLite database.
8+
- Automatic schema inference based on JSON structure.
9+
- Automatic schema evolution (add columns) for existing tables.
10+
- Support for various JSON data types (string, number, boolean) mapped to SQLite (TEXT, REAL, INTEGER).
11+
- Handles nested JSON objects and arrays by serializing them to TEXT.
12+
- Cross-platform build support (macOS, Linux, Windows) via `Makefile`.
13+
- macOS Universal Binary support.
14+
- Dynamic versioning from Git tags.
15+
- Comprehensive `README.md` (English) and `README.ja.md` (Japanese) documentation.

0 commit comments

Comments
 (0)