Jomei Notionapi Versions Save

A Notion API SDK, written in Golang

v1.12.1

1 year ago

What's Changed

v1.12.0

1 year ago

What's Changed

v1.11.0

1 year ago

What's Changed

SearchRequest.Filter now has the SearchFilter type instead of interface{}

type SearchFilter struct {
	Value    string `json:"value"`
	Property string `json:"property"`
}

v1.10.3

1 year ago

What's Changed

v1.10.2

1 year ago

What's Changed

v1.10.1

1 year ago

What's Changed

v1.10.0

1 year ago

What's Changed

v1.9.3

1 year ago

What's Changed

v1.9.2

1 year ago

What's Changed

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

v1.9.1

1 year ago

What's Changed

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