Skip to content

Releases: souvikinator/notion-to-md

v2.3.2

05 Mar 09:03
Compare
Choose a tag to compare

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

15 Feb 19:34
Compare
Choose a tag to compare

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

29 Jan 02:32
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.2.1

25 Jan 12:20
Compare
Choose a tag to compare

What's changed?

  • Fix: table as the first block being ignored.

table in notion:

notion-to-md output:

table-md

v2.2.0

25 Jan 11:03
ea0d25c
Compare
Choose a tag to compare

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

27 Dec 20:43
caa4708
Compare
Choose a tag to compare

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

19 Dec 17:10
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.0.7

13 Dec 05:30
912d356
Compare
Choose a tag to compare

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

12 Dec 05:58
Compare
Choose a tag to compare

Changelogs

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

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

v1.0.5

09 Dec 16:29
b0e00e9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.0.5