We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d7166 commit f3a4992Copy full SHA for f3a4992
1 file changed
CHANGELOG.md
@@ -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