Skip to content

10.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@wooorm wooorm released this 06 Jul 08:32
· 96 commits to main since this release
5167c49

Breaking

  • dc46bc5 Use ESM and update vfile
    • Breaking: this updates vfile, which importantly renames vfile.contents to vfile.value. See vfile@5
    • Inconsequential: this updates trough, which removes support for Promise-like objects returned from plugins, in favor of only support actual promises. To update, instead of returning an object with a then function, return and actual promise

Types

  • 45eb72e Update types for ESM
  • 2c7ba99 8eda349 Add explicit dependency on @types/unist
  • 0e8f611 Remove typescript@3 legacy support
  • b22bf8e Add support for buffer, other return values
  • 4bfd6c8 Add support for boolean plugin options

Project

(this should be what will go in v10)