Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

39 lines (20 loc) · 1.04 KB

0.3.7

Documented for error handling, added isError in PR #7, addressing issue #6.

0.3.4-0.3.6

No changes in code. Added means of supporting the project.

0.3.3

@rafern in #4 improved TypeScript support, ability to restore state and configuration.

0.3.2

No change in code.

Update README quickstart example to work in Node.js.

0.3.1

(Cosmetic) Introduce the isKey state flag in #2.

Created an npm package under @xtao-org/jsonhilo.

0.3.0

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.

0.2.0

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).