Releases: Ismail-elkorchi/html-parser
Releases · Ismail-elkorchi/html-parser
Release list
v0.1.1
Changes (91fb895...main)
- docs: improve README UX, examples docblocks, and CI postmortem (#105)
- release: OIDC manual publish, notes automation, and doc gates (#106)
- fix(ci): document spanProvenance in API overview (#107)
Install / Import Smoke
npm install @ismail-elkorchi/html-parser@0.1.1import { parse } from "@ismail-elkorchi/html-parser";
const doc = parse("<main><p>Hello</p></main>");
console.log(doc.kind);