What's Changed
Notion Child Database Support #112
- Property Transformers: Custom renderers for database properties via
createPropertyTransformer
. - Query Database: Query Notion databases similarly to the official SDK for filtered data rendering.
- Database Layout Control: Customizable database appearance with block transformers.
- Rich Property Types: Full support for property types like select, multi-select, people, and files.
Enhanced Frontmatter Configuration #132
- Frontmatter Transformation: Custom logic for property values before adding them to frontmatter using the
transform
option.
Direct Media Strategy with In-Memory Buffering #130
- In-Memory Media Processing: Process media (images, PDFs) in memory without disk saving. Ideas for serverless environment.
- Flexible Media Handling: Choose media types to buffer with size limits.
- Enhanced Control: Access media content as Node.js Buffers for transformations.
- Optimized Performance: Reduce disk I/O for media files.
Expanded Media Handling Scope #133
- Comprehensive Media Management: Apply media strategies consistently across all Notion content (blocks, database and page properties)
- Controlled Scope: Use
enableFor
in your media strategy to specify processing fromblock
,database_property
, and/orpage
elements.
Detailed changelog: https://notionconvert.com/docs/v4/changelog/v4-0-0-alpha-5/
Full Changelog: v4.0.0-alpha.4...v4.0.0-alpha.5