Skip to content

Releases: syntax-tree/unist-builder

4.0.0

Choose a tag to compare

@wooorm wooorm released this 07 Jul 10:30
117b8e5

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

Choose a tag to compare

@wooorm wooorm released this 23 Jan 13:11
d8a9997

Misc

Full Changelog: 3.0.0...3.0.1

3.0.0

Choose a tag to compare

@wooorm wooorm released this 19 Apr 07:04
b923e60

2.0.3

Choose a tag to compare

@wooorm wooorm released this 16 Feb 16:04
38a12a0

2.0.2

Choose a tag to compare

@wooorm wooorm released this 10 Nov 09:51
f0cbefb
  • 434e2a2 Add funding to package.json

2.0.1

Choose a tag to compare

@wooorm wooorm released this 31 Oct 21:54
7788217
  • 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

Choose a tag to compare

@wooorm wooorm released this 28 Oct 08:22
049c254

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

1.0.4

Choose a tag to compare

@wooorm wooorm released this 21 May 12:16
1b1d82f

1.0.3

Choose a tag to compare

@wooorm wooorm released this 17 Aug 10:34

v1.0.2

Choose a tag to compare

@wooorm wooorm released this 13 Jun 06:46
  • daa6cff use object-assign instead of object.assign (close #1)