Releases: jomei/notionapi
Releases · jomei/notionapi
v1.8.0
What's Changed
- Add
CreatedBy
andLastEditedBy
Fields to Structs by @kertox662 in #67 - Enable to attach an icon when creating a page by @kyya in #65
- Update Default version to latest by @kertox662 in #64
- Deprecate
2022-02-22
backwards incompatible changes by @jomei in #69
v1.7.5
v1.7.4
v1.7.3
v1.7.2
v1.7.1
What's Changed
- Added
PropertyArray
to support unmarshalling by @kertox662 in #52 - Added
Blocks
type for unmarshalling by @kertox662 in #55
v1.7.0
What's Changed
- Proposal: Defined Basic Block for embedding by @kertox662 in #47
- Added some unsupported block types by @kertox662 in #49
- Added function to delete blocks by @yyewolf in #50
Full Changelog: v1.6.0...v1.7.0
- All common
Block
fields were extracted toBasicBlock
struct - New block types were added:
EquationBlock
,BreadcrumbBlock
,ColumnBlock
,ColumnListBlock
,LinkPreviewBlock
,LinkToPageBlock
,TemplateBlock
,SyncedBlock
- Fix struct name typo:
TableOfContentsBlock.TableOfContent
->TableOfContentsBlock.TableOfContents
- Delete block function is now supported