You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Changed
11
11
-**Code Quality**: Refactored entire codebase to remove inline implementation comments, relying on clear code structure and JSDoc.
12
-
-**Documentation**: Updated `SPEC.md` and versioning utilities to reflect v1.3.0.
12
+
-**Documentation**: Updated `SPEC.md`, `docs/advanced-features.md`, and all other documentation files to reflect v1.3.0.
13
+
-**CI/CD**: Updated GitHub Workflows (`ci.yml`, `llm-evals.yml`) to use Node 20 and correct script paths for example generation and verification.
14
+
-**Evaluation Scripts**: Updated `eval:baseline` and `eval:check-regressions` to support `--type=full` for comprehensive accuracy benchmarks.
15
+
16
+
### Fixed
17
+
-**ZonDecoder**: Fixed a critical bug where escaped quotes (`""`) inside a quoted string caused incorrect splitting of values.
18
+
-**Round-Trip Verification**: Fixed round-trip failures in `llm-optimized` mode by normalizing timestamps in datasets to include milliseconds (`.000Z`).
19
+
-**Utils**: Fixed `parseValue` to correctly handle ZON-style double quoting (`""`) mixed with standard JSON escapes.
20
+
21
+
### Added
22
+
-**Documentation**: Added "Adaptive Encoding" and "Binary Format" sections to `docs/advanced-features.md`.
0 commit comments