Skip to content

Releases: jomei/notionapi

v1.9.3

14 Nov 07:20
Compare
Choose a tag to compare

What's Changed

  • Fixed BlockID json name for SyncedFrom object by @sawantshivaji1997 in #114
  • Added updated number property by @masuldev in #115

v1.9.2

22 Sep 05:39
Compare
Choose a tag to compare

What's Changed

  • Support for comment APIs by @sawantshivaji1997 in #111
  • Add status filter property by @rxrw in #107
  • Added BlockID and Workspace to Parent object by @sawantshivaji1997 in #112
  • Added missing fields for Database object by @sawantshivaji1997 in #113

Full Changelog: v1.9.1...v1.9.2

v1.9.1

02 Sep 06:29
43f4851
Compare
Choose a tag to compare

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

22 Aug 10:56
Compare
Choose a tag to compare

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 and CompoundFilter from database query
    • Remove deprecated Text filter condition from PropertyFilter
    • Remove deprecated NumberPropertyConfig.Format

Full Changelog: v1.8.6...v1.9.0

v1.8.6

11 Aug 10:39
Compare
Choose a tag to compare

What's Changed

  • Fixed a bug that prevented the creation of a database with the Number property by @YuyaAbo in #94
  • Feat: add color property for block objects by @zhangzheng1214 in #95
  • fix: omitempty user by @zaq1tomo in #98

Full Changelog: v1.8.5...v1.8.6

v1.8.5

13 Jun 07:38
Compare
Choose a tag to compare

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 from CodeBlock into Code struct by @jomei in #91

v1.8.4

24 May 06:20
Compare
Choose a tag to compare

What's Changed

  • Enable to attach an cover when creating a page by @kyya in #85
  • Add background color and caption in code struct by @ariary in #84

v1.8.3

12 May 08:30
Compare
Choose a tag to compare

What's Changed

v1.8.2

05 May 06:40
Compare
Choose a tag to compare

What's Changed

  • Deprecate filter.Text property and add filter.RichText instead by @jomei in #74
  • Make DateProperty.DateObject nullable by @jomei in #76

v1.8.1

28 Apr 05:38
Compare
Choose a tag to compare

What's Changed

  • update text property to 2022-02-22 backwards incompatible changes by @nickysemenza in #72
  • Add methods to Block interface to retrieve CreatedBy and LastEditedBy by @kertox662 in #70