Skip to content

Releases: syntax-tree/unist-util-visit

5.0.0

07 Jul 09:40
bc59f3b
Compare
Choose a tag to compare

Change

  • 4dcff31 Update @types/unist
    migrate: update too
  • befc0b3 Change to require Node.js 16
    migrate: update too
  • b5f36de Change to use export map
    migrate: don’t use private APIs
  • 89fc050 Change to remove complex-types.d.ts
    migrate: use main export
  • 12c9ee9 Change to pass undefined, not null
    migrate: change null to undefined

Fix

  • 3cb2732 Fix performance of InclusiveDescendant type

Full Changelog: 4.1.2...5.0.0

4.1.2

24 Jan 14:57
3ef009b
Compare
Choose a tag to compare

Misc

Full Changelog: 4.1.1...4.1.2

4.1.1

21 Aug 10:59
6eff10c
Compare
Choose a tag to compare

Full Changelog: 4.1.0...4.1.1

4.1.0

23 Sep 13:48
5abd634
Compare
Choose a tag to compare

Full Changelog: 4.0.0...4.1.0

4.0.0

30 Jul 08:13
f64a482
Compare
Choose a tag to compare
  • 050fdc3 Change types to base what visitor gets on tree
    (breaking if you use TypeScript, read commit for info)

3.1.0

10 May 14:04
bd0b101
Compare
Choose a tag to compare

3.0.1

04 May 21:16
4270b9d
Compare
Choose a tag to compare

3.0.0

20 Apr 10:11
cd4f350
Compare
Choose a tag to compare
  • ed0bccd Add JSDoc based types
  • dfbcafb Use ESM
    note: change from const visit = require('unist-util-visit') to import {visit} from 'unist-util-visit'

2.0.3

11 Jul 09:47
5fb2c5d
Compare
Choose a tag to compare

2.0.2

16 Feb 16:09
6117462
Compare
Choose a tag to compare