Skip to content

Commit f3a4992

Browse files
docs: add changelog (v0.1.0, v0.2.0)
1 parent 40d7166 commit f3a4992

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## v0.2.0 (2026-06-03)
4+
5+
- `encode_generic`: encode arbitrary Python values into GCF tabular format
6+
- Tabular encoding: positional rows with pipe separators, section headers, nested field support
7+
- Uniform array detection with 70% key overlap threshold
8+
9+
## v0.1.0 (2026-06-03)
10+
11+
- Initial release
12+
- `encode` / `decode`: full GCF round-trip
13+
- `encode_with_session`: session deduplication (92.7% savings by 5th call)
14+
- `encode_delta`: delta encoding for re-queries (81.2% savings)
15+
- Thread-safe `Session` class
16+
- 16 kind abbreviations
17+
- CLI: `gcf encode`, `gcf decode`, `gcf stats`
18+
- Type hints, Python 3.9+, zero runtime dependencies

0 commit comments

Comments
 (0)