Skip to content

4.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 21 Jun 16:47
· 29 commits to main since this release
18f2fa6

Change

  • 9d47ef5 Change to require Node.js 16
    migrate: update Node
  • 6c59174 Change to use Unicode regexes
    migrate: use more recent Node/browsers (that support /\p{P}/u: Node 10, browsers since before 2020)
  • 910dbf0 Change to replace Buffer with Uint8Array
    migrate: this should be fine: weird encodings might be different but you should use utf8 anyway
  • d8c082b Change to remove extensions from export maps
    migrate: from 'micromark/stream.js' -> from 'micromark/stream'
  • ddb9f2f Change to simplify micromark export map
    migrate: import {parse} from 'micromark/parse' -> import {parse} from 'micromark'
  • 723c9b7 Change to simplify micromark-util-symbol export map
    migrate: import {codes} from 'micromark-util-symbol/codes' -> import {codes} from 'micromark-util-symbol'

Misc

Full Changelog: 3.2.0...4.0.0