What's Changed (Breaking Changes)
- Converted to TypeScript @dharshatharan in #8
- Renamed class from
notion2md
toNotionToMarkdown
. - 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