Skip to content

Releases: dstotijn/go-notion

v0.11.0

28 Feb 18:08
b461ef9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

21 Feb 19:30
c6f2e5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

18 Nov 18:56
87a7d4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

27 Oct 09:46
de8cab8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

07 Sep 20:20
bf5c41b
Compare
Choose a tag to compare

What's Changed

  • Convert Block from a struct to an interface by @dstotijn in #27
  • Add parent property to blocks by @dstotijn in #28
  • Handle changes introduced in version 2022-02-22 by @dstotijn in #29
  • Add created_by and last_edited_by support, add archived for DB by @dstotijn in #30
  • Add support for block colors by @dstotijn in #31
  • Add support for template mentions in RichText values by @dstotijn in #32
  • Add support for is_inline for databases by @dstotijn in #33
  • Add description field to Database struct type by @dstotijn in #34
  • Add support for status property by @dstotijn in #35
  • Update to API version 2022-06-28 by @dstotijn in #37
  • Fix type of column_list.children by @dstotijn in #38
  • Add example for Client.CreatePage method by @dstotijn in #39
  • Update status property type behavior by @dstotijn in #40
  • Add is_toggleable behavior to heading_{1,2,3} block types by @dstotijn in #41
  • Add support for new Comments endpoints by @dstotijn in #43
  • Revert page prop changes by @dstotijn in #44

Full Changelog: v0.6.1...v0.7.0

v0.6.1

21 Mar 20:13
v0.6.1
1bd13b0
Compare
Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1

v0.6.0

31 Jan 17:04
v0.6.0
5af1e9a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.5.0

22 Dec 13:49
Compare
Choose a tag to compare

What's Changed

  • Based on the Notion API changelog, backfilled all changes (new endpoints, improvements, etcetera) that were done on the API since July 20, 2021.
  • Note: This release bumps the Notion API version date string to 2021-08-16. If you're upgrading from an older version of go-notion, please double your implementation code and manually test and assert. As noted in the README, this Go package will make breaking changes leading up to v1.0 of the module.

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

20 Jul 20:54
Compare
Choose a tag to compare

This release adds support for the recently added "Create Database" endpoint. Additionally, other improvements listed in the changelog have been handled in this client.

  • Add "create database" endpoint (5e7e8ed)
  • Add URL field to Page type (ccd1bed)
  • Add Parent field to Database type (597978f)

v0.3.3

27 May 18:52
Compare
Choose a tag to compare

Fixes (5197b07) wrong type for SearchOpts.Sort field.