souvikinator / notion-to-md

Convert notion pages, block and list of blocks to markdown (supports nesting and custom parsing)
https://www.npmjs.com/package/notion-to-md
MIT License
1.08k stars 89 forks source link

Commit to semantic versioning? #92

Closed hatton closed 1 year ago

hatton commented 1 year ago

I woke up to our site full of [object Object]. Finally traced it to this change in notion-to-md:

V2.7.0 Breaking Changes

toMarkdownString no longer returns a markdown string, instead returns an object of markdown strings for different pages (child pages) (refer: https://github.com/souvikinator/notion-to-md/blob/master/README.md#separate-child-page-content)

Would you be able to commit to semantic versioning, going forward? It would be a big help.

MAJOR version when you make incompatible API changes MINOR version when you add functionality in a backward compatible manner PATCH version when you make backward compatible bug fixes

thanks!

souvikinator commented 1 year ago

Apologies for the inconveniences caused. After being reported the same a while ago I'm trying to get used to the semantic versioning. Hopefully it won't be an issue moving forward.