undom. 🍩 1kb minimally viable DOM Document implementation

npm.im/undom

Vaya's read on this project

Problem, audience, market, and the verdict β€” sign in to see it.

Updates

April 2021
  • fix serialization example (#30)
  • basic Deno support (#31)
March 2019
  • Instantiable env (#25)
February 2019
  • Add notes about upcoming 1.0
  • standardize utility method calls
  • Add performance tests
  • switch to microbundle
  • Improve performance with multiple documents by up to 100x (#24)
June 2018
  • Release β€”
  • 0.4.0
  • Fix dispatchEvent(). Fixes #17 and #18.
January 2018
  • Missing returns for Node.{insertBefore, appendChild, replaceChild, re…
  • remove CodeSponsor (#16)
October 2017
  • codesponsor.io
July 2017
  • Fix default tree (#10)
March 2017
  • 0.3.3
  • backport style.cssText & className patch from preact-worker-demo /cc …
  • 0.3.2
  • Fix event firing issue (backported from preact-worker-demo). /cc @kro…
February 2017
  • Merge pull request #6 from UnwrittenFun/patch-1
  • Apply context when dispatching event