Skip to content

v4.0.1

Compare
Choose a tag to compare
@rhysd rhysd released this 29 Oct 12:29
· 26 commits to master since this release
  • Fix type definitions (#29)
    • This plugin is for transforming mdast (Markdown AST). Now it is explicitly defined as the 2nd type parameter of unified.Plugin.
    • @types/mdast and unified are now runtime dependencies. This ensures that the correct versions of those packages are referred by TypeScript compiler.