Skip to content

Commit d0ac5e0

Browse files
committed
docs: update CHANGELOG for v1.3.0, adding documentation sections, updating CI/CD and evaluation scripts, and fixing ZonDecoder, round-trip verification, and parseValue issues.
1 parent 87a2773 commit d0ac5e0

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Changed
1111
- **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`.
1323

1424
## [1.2.0] - 2025-12-03
1525

0 commit comments

Comments
 (0)