Skip to content

v1.2.3

Choose a tag to compare

@kitschpatrol kitschpatrol released this 23 Feb 17:08
· 54 commits to main since this release
  • 4bac988 Release: 1.2.3
  • b46789b Early prefix for mdast-utils types. Allows clean use of rolldown-plugin-dts.
  • 25674ca Lint fixes.
  • daed884 Add unit tests for normalizeRules, validateRules, getSoleRule, and getSoleRuleKey.
  • d77ac62 Validate that closingPrefix is not empty.
  • e4f6da1 Simplify sourcePath normalization in getMdatReport.
  • 712b864 Skip logging destinationPath in reporterMdat when undefined.
  • 6b5355a Add exports field.
  • 7beb6d3 Update readme.
  • edea566 Fix content unwrapping in reference comparison. Replace fragile Function.toString comparison with raw rule reference equality in satisfiedByCompoundRule. Add tests.
  • 92b7b97 Remove duplicate split test assertion.
  • 9ec116b Fix column offset in addStartPoint for multi-line HTML fragments and add test.
  • 880149e Fix end column calculation for multi-line nodes in addStartPoint.
  • 5ff62ea Fix: Replace RegExp with literal string ops for prefix stripping in parseComment.
  • f5a106f Fix: Preserve original error cause in getRuleContent expansion failures.
  • 07a4815 Don't bundle dependencies.
  • b33dff7 Fix circular type reference in Rule type alias.
  • 37f8492 Update dependencies.