Releases: dstotijn/go-notion
Releases · dstotijn/go-notion
v0.11.0
v0.10.0
v0.9.0
v0.8.0
v0.7.0
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
andlast_edited_by
support, addarchived
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 toDatabase
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 toheading_{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
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.0
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
- @nozo-moto made their first contribution in #19
- @biblion84 made their first contribution in #21
Full Changelog: v0.4.0...v0.5.0