Skip to content

Releases: mariosimao/notion-sdk-php

Version v1.0.0-beta.2

02 Nov 17:09
da3792f
Compare
Choose a tag to compare
Version v1.0.0-beta.2 Pre-release
Pre-release

Added

  • Add database description (#125)
  • Add support to toggleable headings (#126)
  • Add caption to Code block (#127)
  • Add support to Status property (#132)

Changed

  • Unify constructor method names (#131)

Documentation

  • Express psr/http-client dependency on documentation (#128)
  • Document blocks (#129)

Version 1.0.0-beta.1

26 Sep 20:31
Compare
Choose a tag to compare
Version 1.0.0-beta.1 Pre-release
Pre-release

Added

  • Icon value object instead of File|Emoji

Changed

  • Require PHP 8.1
  • Enums instead of constants for everything. Example: collor, block type, ...
  • Readonly public properties and removal of getters
  • Many method signatures were changed

Full Changelog: v0.6.2...v1.0.0-beta.1

Version 0.6.2

19 Aug 22:32
8a723fd
Compare
Choose a tag to compare

Fixed

  • Missing Files page property (#105)

Documentation

  • How to add and update page properties (#104)
  • How to get page content (#106)

Full Changelog: v0.6.1...v0.6.2

Version 0.6.1

05 Aug 02:07
7510cd7
Compare
Choose a tag to compare

Added

  • Add URL support to RichText objects (#89)

Fixed

  • Wrong object to array conversion

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

Version 0.6.0

05 Jul 00:49
16ccf61
Compare
Choose a tag to compare

Added

  • Add URL support to RichText objects (#89)

Full Changelog: v0.5.2...v0.6.0

Version 0.5.2

22 Jun 17:19
962ee01
Compare
Choose a tag to compare

Fixed

  • Handle empty value for select property (#86)

Full Changelog: v0.5.1...v0.5.2

Version 0.5.1

02 Jun 17:12
6d79e97
Compare
Choose a tag to compare

Added

  • Support to internal cover image (#80)

Version 0.5.0

13 May 03:17
f24356d
Compare
Choose a tag to compare

Added

  • Query database (#5 and #75)

Version 0.4.0

25 Mar 15:27
90c1763
Compare
Choose a tag to compare

Added

  • How to documentation for pages
  • Find block (#58)
  • Update block (#59)
  • Append blocks (#60)
  • Delete block (#61)

Changed

  • Notion version to 2022-02-22 (#69)

Version 0.3.0

04 Dec 20:39
e5bb543
Compare
Choose a tag to compare

Added

  • Find block children
  • Find block children recursively
  • Link preview block
  • Column and column list blocks

Changed

  • Blocks withChildren() methods renamed to changeChildren()