Releases: xtao-org/jsonhilo
Releases · xtao-org/jsonhilo
v0.5.0 / 2025-08-24 / A bufferOnChunk AsyncGenerator release
What's Changed
- BREAKING (slightly):
JsonHighwill now throw on end() if an error was reported byJsonLow
Issues/PRs:
- Issues #10 and #12 / PR #13 --
AsyncJsonHighGeneratorand buffer on chunk- Added support for AsyncIterables/AsyncGenerators via AsyncJsonHighGenerator
- Added the
bufferOnChunkoption and associatedbufferKey,bufferString,closeKey, andcloseStringevents
Full Changelog: v0.4.1...v0.5.0
v0.5.0-alpha / 2025-08-24 / Pre-release with async buffering on chunks
[BREAKING] throw error in JsonHigh end()
Full Changelog: v0.4.2-alpha...v0.5.0-alpha
v0.4.2-alpha / 2025-02-25 / Pre-release with async buffering on chunks
Full Changelog: v0.4.1...v0.4.2-alpha
v0.4.1 / 2025-02-19 / A make options optional release
Fixed the newly added options in JsonHigh.d.ts -- marked as optional.
Full Changelog: v0.4.0...v0.4.1
v0.4.0 / 2025-02-18 / An LLM and big number friendly release
What's Changed
- BREAKING (slightly):
PosInfoAdapter(and soJsonHigh) now report lines and colums starting from 1 (as is tradition) instead of 0
Issues/PRs:
- Issue #10 / PR #11 -- support incomplete strings in
JsonHigh- Added the
maxStringBufferLengthoption and associatedbufferKey,bufferString,closeKey, andcloseStringevents - Exposed
openKey,openString, andopenNumberevents - Added the
parseNumbersandmaxNumberLengthoptions to support numbers of arbitrary precision
- Added the
- Improved docs, added some docstrings to
JsonHigh - Simplified error handling in
JsonHigh
Full Changelog: v0.3.8...v0.4.0
v0.3.8 / 2025-02-07
v0.3.7 / 2024-08-27
What's Changed
Addressed issue #6 by @djedr in #7
Documented for error handling, added isError.
Full Changelog: v0.3.6...v0.3.7
v0.3.6 / 2024-02-20
No changes in code.
Just adding buy-me-a-coffee buttons. Appreciate your support!
v0.3.4 / 2023-12-08
No changes in code.
Just releasing to announce participation in an alpha Githelp trial.