Skip to content

v1.4.0

Choose a tag to compare

@reteps reteps released this 19 May 00:28
· 14 commits to master since this release
93c5cf9

Changes

  • Add public tag validator helpers: attr(), validateElement(), and validateAttributes().
  • Move attribute access off the public TagElement method surface; use attr(element, name).present(), .literal(), and .literalMap(mapper).
  • Bump package and LSP versions to 1.4.0.

Verification

  • pnpm run typecheck
  • pnpm run test:js
  • npm run build:js
  • npm test
  • npm run lint