Skip to content

v2.1.0

Compare
Choose a tag to compare
@souvikinator souvikinator released this 27 Dec 20:43
· 215 commits to master since this release
caa4708

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