Skip to content

Commit e5ac1cf

Browse files
chore(main): release 0.8.0 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3fb77f2 commit e5ac1cf

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.8.0](https://github.com/brittonhayes/notionmd/compare/v0.7.0...v0.8.0) (2025-04-05)
4+
5+
6+
### Features
7+
8+
* add support for converting nested lists to blocks ([#7](https://github.com/brittonhayes/notionmd/issues/7)) ([c1b5ba6](https://github.com/brittonhayes/notionmd/commit/c1b5ba643728feba0058535f74abff8722004c3b))
9+
* added complex markdown fixtures for some smoke testing ([db07669](https://github.com/brittonhayes/notionmd/commit/db0766996a66bd73f9e7707fde4cec85de281473))
10+
* added support for blockquotes ([123096a](https://github.com/brittonhayes/notionmd/commit/123096acddb2dcbd77267a57db5f97a0d2a5e192))
11+
* added support for chunking rich text and blocks ([1549e77](https://github.com/brittonhayes/notionmd/commit/1549e779c3f03007182acebd35aafe103e9fc45d))
12+
* added support for codeblocks and text styling ([469207d](https://github.com/brittonhayes/notionmd/commit/469207d2ae1d485765929469195250cf7cf58c35))
13+
* links and lists support added ([2b61b2f](https://github.com/brittonhayes/notionmd/commit/2b61b2fa79df2623180258febd0ade0f701fc615))
14+
* make the chunk package public ([574613d](https://github.com/brittonhayes/notionmd/commit/574613d50aeb0a0c0755e0f7ed2ac3b9fb0de987))
15+
* partial implementation of block converter ([73e1f60](https://github.com/brittonhayes/notionmd/commit/73e1f6034a906555c7b0f1d04da28d12847ed679))
16+
* working header and paragraph conversion ([d9b07c8](https://github.com/brittonhayes/notionmd/commit/d9b07c84ca7cd5dd6d48bace970fc54e1cc9608c))
17+
18+
19+
### Bug Fixes
20+
21+
* better handle missing nodes and image skipping ([085fb6f](https://github.com/brittonhayes/notionmd/commit/085fb6f691f04d9b186e46651c7c8c69124921e5))
22+
* make generic page id ([123aa00](https://github.com/brittonhayes/notionmd/commit/123aa003349b0f9a87f8d0e881d7645024c3d4dc))
23+
* removed excessive error handling ([b9a9ee0](https://github.com/brittonhayes/notionmd/commit/b9a9ee05ad32d0657ffe7fe3c80354fde7262c73))
24+
* removing mobile new line wrap from readme ([5e9858d](https://github.com/brittonhayes/notionmd/commit/5e9858d3a28f3a14ce43aa04ee6927b1a3ac1eca))
25+
* updated readme with supported markdown features ([26e5fd2](https://github.com/brittonhayes/notionmd/commit/26e5fd27cb880c1c58c0a47840b545e979e9e255))
26+
327
## [0.7.0](https://github.com/brittonhayes/notionmd/compare/v0.6.1...v0.7.0) (2025-04-05)
428

529

0 commit comments

Comments
 (0)