Releases: souvikinator/notion-to-md
Releases · souvikinator/notion-to-md
v2.3.2
What's Changed
- [patch] check for rich_text property by @emoriarty in #24 (changes as per latest notion client SDK)
New Contributors
- @emoriarty made their first contribution in #24
Full Changelog: v2.3.1...v2.3.2
v2.3.1
v2.3.0
What's Changed
- ✨ Add callout block support by @scopsy in #16
- Add support for retrieving all children. by @dyllan-to-you in #14
- Moved docs to the wiki
New Contributors
- @scopsy made their first contribution in #16
- @dyllan-to-you made their first contribution in #14
Full Changelog: v2.2.1...v2.3.0
v2.2.1
v2.2.0
What's Changed
Breaking Changes
- All provided methods now depend on the notion client (because of notion simple table support)
New
- feat: Add caption as alt to images by @dantehemerson in #12
- Simple table support
table in notion:
notion-to-md output:
New Contributors
- @dantehemerson made their first contribution in #12
Full Changelog: v2.0.0...v2.2.0
v2.1.0
What's Changed (Breaking Changes)
- Converted to TypeScript @dharshatharan in #8
- Renamed class from
notion2md
toNotionToMarkdown
. - 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
What's Changed
- Add: Set the Maximum of block children freely by @miaogaolin in #9 (check API section for more info)
- feat: creating d.ts file for typescript project by @Souvikns in #7
New Contributors
- @miaogaolin made their first contribution in #9
- @Souvikns made their first contribution in #7
Full Changelog: v1.0.7...v2.0.0
v1.0.7
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
Changelogs
blockToMarkdown()
is independent of notion client. Usage details here
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- #1 - Fix backquote parsing by @dharshatharan in #4
- #2 - Language support for code blocks in 4229fe5
Full Changelog: v1.0.4...v1.0.5