Documented for error handling, added isError
in PR #7, addressing issue #6.
No changes in code. Added means of supporting the project.
@rafern in #4 improved TypeScript support, ability to restore state and configuration.
No change in code.
Update README quickstart example to work in Node.js.
(Cosmetic) Introduce the isKey state flag in #2.
Created an npm package under @xtao-org/jsonhilo
.
Breaking: renamed the push
method of JsonHigh
to chunk
.
JsonLow
state is now accessible thru JsonLow#state()
and JsonHigh#state()
.
Fixed types.
Updated demo/highlight.js
.
Breaking: renamed the push
method of JsonLow
to codePoint
.
Breaking: renamed the push
method of PosInfoAdapter
to codePoint
(PosInfoAdapter
is a Proxy that wraps JsonLow
).