Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 16, 2023

This PR contains the following updates:

Package Change Age Confidence
notion-to-md ^2.5.5 -> ^3.0.0 age confidence

Release Notes

souvikinator/notion-to-md (notion-to-md)

v3.1.9

Compare Source

What's Changed

New Contributors

Full Changelog: souvikinator/notion-to-md@v3.1.8...v3.1.9

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 requirements 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

The latest v4 alpha release can be found here

Would appreciate your participation in the development, let us know if it'll handle your use case :)

v3.1.8

Compare Source

What's Changed

New Contributors

Full Changelog: souvikinator/notion-to-md@v3.1.7...v3.1.8

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 requirements 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

The latest v4 alpha release can be found here

Would appreciate your participation in the development, let us know if it'll handle your use case :)

v3.1.7

Compare Source

What's Changed

  • Fix: Inconsistent interpretation of tab spaces used for indentation

Full Changelog: souvikinator/notion-to-md@v3.1.6...v3.1.7

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.6

Compare Source

What's Changed

New Contributors

Full Changelog: souvikinator/notion-to-md@v3.1.5...v3.1.6

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.5

Compare Source

What's Changed

New Contributors

Full Changelog: souvikinator/notion-to-md@v3.1.4...v3.1.5

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.4

Compare Source

What's Changed

Full Changelog: souvikinator/notion-to-md@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

Compare Source

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

New Contributors

Full Changelog: souvikinator/notion-to-md@v3.1.2...v3.1.3

v3.1.2

Compare Source

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

New Contributors

Full Changelog: souvikinator/notion-to-md@v3.1.1...v3.1.2

v3.1.1

Compare Source

What's Changed

  • Fix: Wrong typings - CustomTransformer? #​93 by @​UgRoss in #​94
  • Fix: missing/insufficient newlines after <details> tags #​91
  • Fix: undefined at the end of the table

New Contributors

Full Changelog: souvikinator/notion-to-md@v3.1.0...v3.1.1

v3.1.0

Compare Source

What's Changed

  • Add: Config option parseChildPages, defaults to true. Setting it false 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

Full Changelog: souvikinator/notion-to-md@v3.0.1...v3.1.0

v3.0.1

Compare Source

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: souvikinator/notion-to-md@v3.0.0...v3.0.1

v3.0.0

Compare Source

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

Full Changelog: souvikinator/notion-to-md@v2.7.0...v3.0.0

v2.7.0

Compare Source

Breaking Changes

Full Changelog: souvikinator/notion-to-md@v2.6.0...v2.7.0

v2.6.0

Compare Source

What's Changed

Full Changelog: souvikinator/notion-to-md@v2.5.6...v2.6.0

v2.5.6

Compare Source

What's Changed

New Contributors

Full Changelog: souvikinator/notion-to-md@v2.5.5...v2.5.6


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/notion-to-md-3.x branch from 4896fd6 to 889eedc Compare August 10, 2025 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants