notionapi

A Notion API SDK, written in Golang

BSD-2-CLAUSE License

Stars
503
notionapi - v1.9.1

Published by jomei about 2 years ago

What's Changed

Full Changelog: https://github.com/jomei/notionapi/compare/v1.9.0...v1.9.1

notionapi - v1.9.0

Published by jomei about 2 years ago

What's Changed

  • Feat: add rollup filter condition of database query by @mcdoker18 in https://github.com/jomei/notionapi/pull/100
  • Add status property support by @jomei in https://github.com/jomei/notionapi/pull/101
  • Remove deprecated fields and methods by @jomei in #102
    • Remove deprecated Text field from blocks
    • Remove deprecated Databases.List method
    • Remove deprecated PropertyFilter and CompoundFilter from database query
    • Remove deprecated Text filter condition from PropertyFilter
    • Remove deprecated NumberPropertyConfig.Format

Full Changelog: https://github.com/jomei/notionapi/compare/v1.8.6...v1.9.0

notionapi - v1.8.6

Published by jomei about 2 years ago

What's Changed

Full Changelog: https://github.com/jomei/notionapi/compare/v1.8.5...v1.8.6

notionapi - v1.8.5

Published by jomei over 2 years ago

What's Changed

notionapi - v1.8.4

Published by jomei over 2 years ago

What's Changed

notionapi - v1.8.3

Published by jomei over 2 years ago

What's Changed

notionapi - v1.8.2

Published by jomei over 2 years ago

What's Changed

notionapi - v1.8.1

Published by jomei over 2 years ago

What's Changed

notionapi - v1.8.0

Published by jomei over 2 years ago

What's Changed

notionapi - v1.7.5

Published by jomei over 2 years ago

What's Changed

notionapi - v1.7.4

Published by jomei over 2 years ago

What's Changed

notionapi - v1.7.3

Published by jomei over 2 years ago

What's Changed

notionapi - v1.7.2

Published by jomei almost 3 years ago

What's Changed

notionapi - v1.7.1

Published by jomei almost 3 years ago

What's Changed

notionapi - v1.7.0

Published by jomei almost 3 years ago

What's Changed

Full Changelog: https://github.com/jomei/notionapi/compare/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
notionapi - v1.6.0

Published by jomei almost 3 years ago

What's Changed

notionapi - v1.5.3

Published by jomei almost 3 years ago

  • 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 🚀

notionapi - v1.5.2

Published by jomei about 3 years ago

  • UnsupportedBlock handling(@pcarion 🔥 )
notionapi - v1.5.1

Published by jomei about 3 years ago

  • add Code block
  • handle pagination for Retrieve block children endpoint
  • add ChidDatabase block
  • change RichText.Link from string to object

Thanks @xzebra and @pcarion 🔥

notionapi - Add support for file-based blocks and embeds/bookmarks

Published by jomei about 3 years ago

Thanks, @duanejeffers 🔥