Skip to content

v0.1.1

Choose a tag to compare

@edemaine edemaine released this 31 Dec 18:07
· 5 commits to main since this release
  • Fix handling of empty fragments/strings, booleans, and null values. Previously these would return undefined or crash. Now they return empty DocumentFragments.
  • Docs: Clarify possible return types as Element, DocumentFragment, or TextNode (all of which are Nodes).