• 1.10.1 41b4b07b5a

    1.10.1 Stable

    jkaindl released this 2026-07-11 14:33:50 +00:00 | 0 commits to main since this release

    Fixed

    • .jsonc files no longer falsely trigger the lossy-number guard. The big-integer detector scanned the raw text and skipped string contents but not comments, so a hyphenated word in a comment (e.g. App-Konfiguration) was read as the literal - (Number("-") = NaN) and mis-flagged as an unrepresentable number — disabling tree editing on perfectly safe files. The detector now skips // and /* */ comments and ignores any literal without a digit. .json behavior is unchanged.
    Downloads