Skip to content

Releases: souvikinator/notion-to-md

v2.5.6

16 Apr 05:28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.5...v2.5.6

v2.5.5

06 Aug 19:16
Compare
Choose a tag to compare

Changelog

  • Fix: callout block children not getting rendered properly. #48

Full Changelog: v2.5.4...v2.5.5

v2.5.4

01 Aug 05:04
Compare
Choose a tag to compare

What's Changed

  • feat: Support sync or async function for custom transformers by @dantehemerson in #45
  • changed plain text to text in code block #47

Full Changelog: v2.5.3...v2.5.4

v2.5.3

22 Jul 07:39
Compare
Choose a tag to compare

What's Changed

  • Fixed the extraneous indentation of the synced blocks by @smor in #44

New Contributors

  • @smor made their first contribution in #44

Full Changelog: v2.5.2...v2.5.3

v2.5.2

19 Jul 20:07
Compare
Choose a tag to compare

What's Changed

  • FIX: Ordered Lists Numbering Continue From Previous List by @parkuman in #42

before:

image

after:

image

New Contributors

Full Changelog: v2.5.1...v2.5.2

v2.5.1

07 Jul 10:19
Compare
Choose a tag to compare

Changelogs:

  • Fix: #41 list related blocks (to_do, numbered_list_item, bulleted_list_item) were rendering with extra empty space.

  • Fix: In the toggle, the first child's indentation is incorrect.

  • Response markdown object from pageToMarkdown method now contains extra property called type.

image

v2.5.0

30 Jun 14:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

28 Jun 14:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.0...v2.4.1

v2.4.0

24 Jun 15:15
Compare
Choose a tag to compare

What's Changed

  • Fixes #33 Notion blocks like child_page, link_to_block, child_database will have block id as the URL parameter

image

  • Fixes #36 support for toggle block is now live.

image

Full Changelog: v2.3.4...v2.4.0

v2.3.4

14 Jun 03:06
Compare
Choose a tag to compare

What's Changed

  • Fixes #31 Support for link_to_page by @hatton in #32

  • Generate formatted markdown tables

  • Added markdown-table as dependency

  • Added tests for all markdown methods

New Contributors

Full Changelog: v2.3.3...v2.3.4