Hast Util Sanitize Versions Save

utility to sanitize hast nodes

5.0.1

6 months ago

Fix

  • e9dba32 Remove rel, target from attributes, which don’t work
  • 63c34b6 Fix to allow * attributes too if specific also specified

Full Changelog: https://github.com/syntax-tree/hast-util-sanitize/compare/5.0.0...5.0.1

5.0.0

9 months ago

Change

  • 5fe3cd3 Update @types/hast, utilities migrate: update too
  • d4b5598 Change to require Node.js 16 migrate: update too
  • a139abd Change to use exports migrate: don’t use private APIs
  • ffee970 Update schema to reflect changes to GH migrate: everything’s safe, GH is safe, but make sure to check if you’re super worried
  • 211cffa Fix to remove name on doctype migrate: update to somewhat recent utilities which you likely already do!

Full Changelog: https://github.com/syntax-tree/hast-util-sanitize/compare/4.1.0...5.0.0

4.1.0

1 year ago

Full Changelog: https://github.com/syntax-tree/hast-util-sanitize/compare/4.0.0...4.1.0

4.0.0

3 years ago
  • 12f7f9b Add JSDoc based types
  • 1076942 Use ESM

3.0.2

3 years ago
  • 9d73928 Fix ancestors not working when in root

3.0.1

3 years ago
  • 19631bb Refactor to improve bundle size
  • 545e0dc Add example of syntax highlighting

3.0.0

3 years ago
  • 38c2aa8 Add types (breaking, potentially, if you or your dependents use typescript)

2.0.3

3 years ago
  • 9275b21 Fix to allow li outside of lists

2.0.2

4 years ago
  • da6014a Refactor prose
  • 3b94a7c Add funding field to package.json
  • 42b242a Add notes on security

2.0.1

4 years ago
  • 32cda87 Fix breaking out of comments