Skip to content

v1.0.4

Choose a tag to compare

@ronibhakta1 ronibhakta1 released this 28 Nov 22:48
· 36 commits to main since this release
0fb0247

[1.0.4] - 2025-11-29

Fixed

  • Critical Data Integrity: Fixed roundtrip failures for strings containing newlines, empty strings, and escaped characters.
  • Decoder Logic: Fixed _splitByDelimiter to correctly handle nested arrays and objects within table cells (e.g., [10, 20]).
  • Encoder Logic: Added mandatory quoting for empty strings and strings with newlines to prevent data loss.

Documentation

  • Updated SPEC.md and syntax-cheatsheet.md to explicitly require quoting for empty strings and escape sequences.