Skip to content

Releases: syntax-tree/unist-builder

4.0.0

07 Jul 10:30
117b8e5

Choose a tag to compare

Change

  • a563fa1 Update @types/unist
    migrate: update too
  • 1a9fef4 Change to require Node.js 16
    migrate: update too
  • dfdf244 Change to use export map
    migrate: don’t use private APIs

Full Changelog: 3.0.1...4.0.0

3.0.1

23 Jan 13:11
d8a9997

Choose a tag to compare

Misc

Full Changelog: 3.0.0...3.0.1

3.0.0

19 Apr 07:04
b923e60

Choose a tag to compare

2.0.3

16 Feb 16:04
38a12a0

Choose a tag to compare

2.0.2

10 Nov 09:51
f0cbefb

Choose a tag to compare

  • 434e2a2 Add funding to package.json

2.0.1

31 Oct 21:54
7788217

Choose a tag to compare

  • 60482b3 Remove object-assign dependency

Note: This release may technically be breaking of you are in an ancient, unpolyfilled, environment that doesn’t support Object.assign, but have already upgraded to 2.0.0. As these chances are incredibly slim, we instead opted for the least amount of friction.

2.0.0

28 Oct 08:22
049c254

Choose a tag to compare

Note: This release may be breaking if you use TypeScript. You should be fine if not.

1.0.4

21 May 12:16
1b1d82f

Choose a tag to compare

1.0.3

17 Aug 10:34

Choose a tag to compare

v1.0.2

13 Jun 06:46

Choose a tag to compare

  • daa6cff use object-assign instead of object.assign (close #1)