Releases: souvikinator/notion-to-md
Releases · souvikinator/notion-to-md
v3.1.1
v3.1.0
What's Changed
- Add: Config option
parseChildPages
, defaults totrue
. Setting itfalse
will not parse any child page - Fix: unable to render synced_block from both ways by @Doradx in #89
- Fix: config for separateChildPage now correctly on NotionToMarkdown [Doc updated] by @gregonarash in #90
New Contributors
- @Doradx made their first contribution in #89
- @gregonarash made their first contribution in #90
Full Changelog: v3.0.1...v3.1.0
v3.0.1
What's changed
- 'undefined' in the last line of table markdown string #86
- Improvement: Use string union for Block Type instead of string #83
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- Convert Notion's temporary s3 image URLs to base64 by @that-ambuj in #81
- Improved file and image link display by using caption/filename/file type as the link title #61
- Removed any existing try-catch block and let the user handle it. (Keep errors uncaught #79)
- Fix: adding a custom transformer for synced blocks produces double output #62
- Fix: duplicate blocks rendering in column format
New Contributors
- @that-ambuj made their first contribution in #81
Full Changelog: v2.7.0...v3.0.0
V2.7.0
Breaking Changes
toMarkdownString
no longer returns a markdown string, instead returns an object of markdown strings for different pages (child pages) (refer: https://github.com/souvikinator/notion-to-md/blob/master/README.md#separate-child-page-content)- Removed dependency on
fs
module (child page is no longer saved to file automatically) - Removed
saveChildPage
,saveToDir
fromconfig
and addedseparateChildPage
option.
Full Changelog: v2.6.0...v2.7.0
V2.6.0
What's Changed
- Refactor code by @souvikinator in #74
- Save the child page to a file by @souvikinator in #77
Full Changelog: v2.5.6...v2.6.0
v2.5.6
What's Changed
- Add comments, add blockIds to MarkdownBlock by @Marviel in #64
- Add default return value in setCustomTransformer callback function by @kungpaogao in #65
- feat: add markdown for equation and inline equations by @zirkelc in #66
- Fixed typos and oversights in Readme by @alvinometric in #68
- Render nested page by @souvikinator in #67
New Contributors
- @Marviel made their first contribution in #64
- @kungpaogao made their first contribution in #65
- @zirkelc made their first contribution in #66
- @alvinometric made their first contribution in #68
Full Changelog: v2.5.5...v2.5.6
v2.5.5
Changelog
- Fix: callout block children not getting rendered properly. #48
Full Changelog: v2.5.4...v2.5.5
v2.5.4
What's Changed
- feat: Support sync or async function for custom transformers by @dantehemerson in #45
- changed
plain text
totext
in code block #47
Full Changelog: v2.5.3...v2.5.4