npm notion-to-md 2.1.0
v2.1.0

latest releases: 3.1.1, 3.1.0, 3.0.1...
2 years ago

What's Changed (Breaking Changes)

  • Converted to TypeScript @dharshatharan in #8
  • Renamed class from notion2md to NotionToMarkdown.
  • Change in import style: named import (ref. readme for more info)
  • Change in position of totalPage argument in method
    blocksToMarkdown(blocks,mdBlocks,totalPage) ==> blocksToMarkdown(blocks,totalPage,mdBlocks)
  • Removed self dependency from v2.0.0

Full Changelog: v2.0.0...v2.1.0

Don't miss a new notion-to-md release

NewReleases is sending notifications on new releases.