Skip to content

Releases: souvikinator/notion-to-md

v2.3.3

Choose a tag to compare

@souvikinator souvikinator released this 11 May 12:04

Fixed issue #29: Content in a second column is rendered as a code block.

Full Changelog: v2.3.2...v2.3.3

v2.3.2

Choose a tag to compare

@souvikinator souvikinator released this 05 Mar 09:03

What's Changed

  • [patch] check for rich_text property by @emoriarty in #24 (changes as per latest notion client SDK)

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

Choose a tag to compare

@souvikinator souvikinator released this 15 Feb 19:34

What's Changed

  • Bug fix - Add spacing for text with newline by @vildar in #20
  • Unit testing infrastructure by @scopsy in #17

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

Choose a tag to compare

@souvikinator souvikinator released this 29 Jan 02:32

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.3.0

v2.2.1

Choose a tag to compare

@souvikinator souvikinator released this 25 Jan 12:20

What's changed?

  • Fix: table as the first block being ignored.

table in notion:

notion-to-md output:

table-md

v2.2.0

Choose a tag to compare

@souvikinator souvikinator released this 25 Jan 11:03
ea0d25c

What's Changed

Breaking Changes

  • All provided methods now depend on the notion client (because of notion simple table support)

New

table in notion:

notion-to-md output:

table-md

New Contributors

Full Changelog: v2.0.0...v2.2.0

v2.1.0

Choose a tag to compare

@souvikinator souvikinator released this 27 Dec 20:43
caa4708

What's Changed (Breaking Changes)

  • Converted to TypeScript @dharshatharan in #8
  • Renamed class from notion2md to NotionToMarkdown.
  • 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

v2.0.0

Choose a tag to compare

@souvikinator souvikinator released this 19 Dec 17:10

What's Changed

New Contributors

Full Changelog: v1.0.7...v2.0.0

v1.0.7

Choose a tag to compare

@souvikinator souvikinator released this 13 Dec 05:30
912d356

What's Changed

  • Fix leading and trailing space breaking annotation parsing by @dharshatharan in #6

Full Changelog: v1.0.6...v1.0.7

v1.0.6

Choose a tag to compare

@souvikinator souvikinator released this 12 Dec 05:58

Changelogs

  • blockToMarkdown() is independent of notion client. Usage details here

Full Changelog: v1.0.5...v1.0.6