2.0.0
Change
- 843e046 Update
@types/mdast
and friends
migrate: update too - 12a5622 Update
micromark
, change buffers toUint8Array
s
migrate: seemicromark@4
.
only really changesBuffer
->Uint8Array
, so use encodings supported byTextDecoder
- 4cbea5a Change to require Node.js 16
migrate: update too
Change (when you make extensions)
- 03581b3 Change to replace getter/setters with raw data
migrate:this.getData('x')
->this.data.x
,this.setData('x', 1)
->this.data.x = 1
- 18f4bb0 Change to return
undefined
fromenter
,exit
migrate: keep the node you pass toenter
around; get the node yourself beforeexit
- 88969a4 Remove deprecated
OnError
type
migrate:OnError
->OnEnterError
Full Changelog: 1.3.1...2.0.0