Skip to content

Releases: syntax-tree/hast-util-sanitize

5.0.1

26 Oct 16:56
5473a15
Compare
Choose a tag to compare

Fix

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

Full Changelog: 5.0.0...5.0.1

5.0.0

03 Aug 17:32
23295ff
Compare
Choose a tag to compare

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: 4.1.0...5.0.0

4.1.0

03 Jan 14:05
66a13de
Compare
Choose a tag to compare

Full Changelog: 4.0.0...4.1.0

4.0.0

30 Apr 14:55
615bd86
Compare
Choose a tag to compare

3.0.2

23 Nov 09:40
4dd66cc
Compare
Choose a tag to compare
  • 9d73928 Fix ancestors not working when in root

3.0.1

03 Nov 17:24
4321cbb
Compare
Choose a tag to compare
  • 19631bb Refactor to improve bundle size
  • 545e0dc Add example of syntax highlighting

3.0.0

20 Jul 08:15
7907c7c
Compare
Choose a tag to compare
  • 38c2aa8 Add types
    (breaking, potentially, if you or your dependents use typescript)

2.0.3

24 Jun 07:19
ea21109
Compare
Choose a tag to compare
  • 9275b21 Fix to allow li outside of lists

2.0.2

28 Feb 09:48
09736b7
Compare
Choose a tag to compare

2.0.1

16 Jul 10:06
7724638
Compare
Choose a tag to compare
  • 32cda87 Fix breaking out of comments