Skip to content

v0.5.0-alpha

Compare
Choose a tag to compare
@ayvi-0001 ayvi-0001 released this 30 Apr 05:18
· 13 commits to main since this release

Full Changelog: v0.4.1-alpha...v0.5.0-alpha
https://pypi.org/project/notion-api/0.5.0/

Changes:

  • Removed class notion.BlockFactory. Block creation methods moved to notion.Block classmethods.
  • Updated name for creating synced blocks: new_synced_block -> original_synced_block | reference_synced_block -> duplicate_synced_block
  • Add block extension module with classes: CodeBlock, RichTextBlock, TableBlock, EquationBlock, ToDoBlock
  • Revised module exports from notion and notion.properties.
  • Remove filter_property_values from Database query_pages().

Additions:

  • Add remaining block types (Table, TableRows, Video, Image).
  • Add examples for block extensions.

Fixes:

  • Update strike param in Annotations to strikethrough.
  • Remove Equation param for rich_text sequences.