Releases: souvikinator/notion-to-md
v3.1.4
What's Changed
- Fix regex callout heading by @Mikescops in #120
Full Changelog: v3.1.3...v3.1.4
NOTE: This will likely be the final release for v3.x.x (unless urgent fixes are needed). We wanted to ensure all content-related updates are available for you before we proceed with v4 development
Due to architectural limitation and community requirement we are working on notion-to-md v4 with focus on:
- Expanding content format support beyond Markdown (MDX, JSX, HTML, LATEX....you name it!)
- Performance enhancements
- Enhanced support for static site generators and CMS workflow focused
- Greater customization for unique use cases
Would appreciate your participation in the proposal, let us know if it'll handle your usecase :)
v3.1.3
NOTE: This will likely be the final release for v3.x.x (unless urgent fixes are needed). We wanted to ensure all content-related updates are available for you before we proceed with v4 development
Due to architectural limitation and community requirement we are working on notion-to-md v4 with focus on:
- Expanding content format support beyond Markdown (MDX, JSX, HTML, LATEX....you name it!)
- Performance enhancements
- Enhanced support for static site generators and CMS workflow focused
- Greater customization for unique use cases
Would appreciate your participation in the proposal, let us know if it'll handle your usecase :)
What's Changed
- Fix: Callout displayed twice by @Mikescops in #119
New Contributors
- @Mikescops made their first contribution in #119
Full Changelog: v3.1.2...v3.1.3
v3.1.2
NOTE: This will likely be the final release for v3.x.x (unless urgent fixes are needed). We wanted to ensure all content-related updates are available for you before we proceed with v4 development
Due to architectural limitation and community requirement we are working on notion-to-md v4 with focus on:
- Expanding content format support beyond Markdown (MDX, JSX, HTML, LATEX....you name it!)
- Performance enhancements
- Enhanced support for static site generators and CMS workflow focused
- Greater customization for unique use cases
Would appreciate your participation in the proposal, let us know if it'll handle your usecase :)
What's Changed
- Skip unsupported block type. by @TJMaria in #105
- toMarkdownString has trouble with multiline blockquotes #117 & #103
- JS Doc type #110
New Contributors
Full Changelog: v3.1.1...v3.1.2
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