Releases: jomei/notionapi
Releases · jomei/notionapi
v1.9.3
v1.9.2
v1.9.1
What's Changed
- Added DatabaseID in LinkToPage block object by @sawantshivaji1997 in #103
- RichText array object shouldn't have omitempty tag for all type of blocks by @sawantshivaji1997 in #105
- Added support for Mention, Date and Equation in RichText object by @sawantshivaji1997 in #104
Full Changelog: v1.9.0...v1.9.1
v1.9.0
What's Changed
- Feat: add rollup filter condition of database query by @mcdoker18 in #100
- Add
status
property support by @jomei in #101 - Remove deprecated fields and methods by @jomei in #102
- Remove deprecated
Text
field from blocks - Remove deprecated
Databases.List
method - Remove deprecated
PropertyFilter
andCompoundFilter
from database query - Remove deprecated
Text
filter condition fromPropertyFilter
- Remove deprecated
NumberPropertyConfig.Format
- Remove deprecated
Full Changelog: v1.8.6...v1.9.0
v1.8.6
v1.8.5
What's Changed
- Add missed properties to the
File
struct by @scottweitzner in #90 - Supported multidimensional compound and timestamp filters by @mcdoker18 in #86
- Move
Caption
field fromCodeBlock
intoCode
struct by @jomei in #91
v1.8.4
v1.8.3
v1.8.2
v1.8.1
What's Changed
- update text property to 2022-02-22 backwards incompatible changes by @nickysemenza in #72
- Add methods to
Block
interface to retrieveCreatedBy
andLastEditedBy
by @kertox662 in #70