Skip to content

Releases: jomei/notionapi

v1.8.0

25 Apr 11:20
24b668e
Compare
Choose a tag to compare

What's Changed

  • Add CreatedBy and LastEditedBy 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

21 Mar 07:32
Compare
Choose a tag to compare

What's Changed

v1.7.4

28 Feb 10:36
Compare
Choose a tag to compare

What's Changed

v1.7.3

26 Jan 07:35
Compare
Choose a tag to compare

What's Changed

v1.7.2

13 Jan 07:45
Compare
Choose a tag to compare

What's Changed

  • Add icon and cover to PageUpdateRequest by @jomei in #58

v1.7.1

16 Dec 12:23
52407ee
Compare
Choose a tag to compare

What's Changed

v1.7.0

29 Nov 10:58
4350b6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

  • All common Block fields were extracted to BasicBlock 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

v1.6.0

16 Nov 06:03
Compare
Choose a tag to compare

What's Changed

  • Change AppendBlockChildren response type from Block to AppendBlockChildrenResponse by @jomei in #44

v1.5.3

28 Oct 05:26
c39601a
Compare
Choose a tag to compare
  • added Cover attr to Page struct
  • added TableOfContents block
  • added Divider block
  • added Quote and Callout blocks
  • added Icon attr to the Page struct

@pcarion and @xzebra 🚀

v1.5.2

13 Oct 06:16
Compare
Choose a tag to compare
  • UnsupportedBlock handling(@pcarion 🔥 )