Skip to content

v2.0.0

Choose a tag to compare

@DamonOehlman DamonOehlman released this 05 Jan 03:51
· 5 commits to master since this release
  • General cleanup with converting source to ES6
  • Upgrade dependencies

Breaking Changes

Move to exposing the generator function to a named export rather than the default. Usage is now as follows:

const { toMarkdown } = require('marked-ast-markdown');