Skip to content

Releases: brittonhayes/notionmd

v0.9.0

29 Aug 07:19
92440d2

Choose a tag to compare

0.9.0 (2025-08-29)

Features

  • add support for converting to json without go-notion requirement (#17) (15e29d7)

v0.8.2

29 Aug 06:33
51996fe

Choose a tag to compare

0.8.2 (2025-08-29)

Bug Fixes

  • docs: Improve README voice and tone to match Notion style (#15) (9b85c1f)

v0.8.1

29 Aug 06:20
f6ec0eb

Choose a tag to compare

0.8.1 (2025-08-29)

Bug Fixes

  • handle relative path links in bullet lists gracefully to prevent empty nodes (#12) (#13) (f6ec0eb)

v0.8.0

05 Apr 20:44
e5ac1cf

Choose a tag to compare

0.8.0 (2025-04-05)

Features

  • add support for converting nested lists to blocks (#7) (c1b5ba6)
  • added complex markdown fixtures for some smoke testing (db07669)
  • added support for blockquotes (123096a)
  • added support for chunking rich text and blocks (1549e77)
  • added support for codeblocks and text styling (469207d)
  • links and lists support added (2b61b2f)
  • make the chunk package public (574613d)
  • partial implementation of block converter (73e1f60)
  • working header and paragraph conversion (d9b07c8)

Bug Fixes

  • better handle missing nodes and image skipping (085fb6f)
  • make generic page id (123aa00)
  • removed excessive error handling (b9a9ee0)
  • removing mobile new line wrap from readme (5e9858d)
  • updated readme with supported markdown features (26e5fd2)