Skip to content

Releases: mariosimao/notion-sdk-php

Version 1.6.2

16 Apr 17:57
dd3c81f
Compare
Choose a tag to compare

Fixed

Internal

Full Changelog: v1.6.1...v1.6.2

Version 1.6.1

26 Mar 20:20
a4b4883
Compare
Choose a tag to compare

Fixed

  • Do not update created time property (#187)

Full Changelog: v1.6.0...v1.6.1

Version 1.6.0

24 Mar 16:34
c12bcdf
Compare
Choose a tag to compare

Added

  • This week filter (#184)
  • Relation filter (#185)

Full Changelog: v1.5.0...v1.6.0

Version 1.5.0

16 Mar 04:02
5c2a4bd
Compare
Choose a tag to compare

Added

  • Support unknown blocks and page/database properties. Pages and databases with unsuported resources will be loaded without errors. (#173)
  • Page and database properties collection with typed getters. (#179)
  • Search pages and databases. (#183)

Full Changelog: v1.4.1...v1.5.0

Version 1.4.1

23 Feb 19:21
010bdcb
Compare
Choose a tag to compare

Fixed

  • Fix Page::getProperty() typo (#170)

Chore

  • Update dependencies (#171)

Version 1.4.0

28 Jan 00:29
Compare
Choose a tag to compare

Added

  • Support to comments (#163)

Fixed

  • Update options without color (#166)
  • Prevent LastEditedBy errors on page update (#167)

Documentation

  • Document People page property (#162)

Version 1.3.0

17 Jan 22:25
90f8af1
Compare
Choose a tag to compare

Added

  • Configuration support for custom options (#155)
  • Retry after conflict_error (#155)
  • changeColor methods on StatusOption and Status property (#159)

Fixed

  • Status page property update (#159)

Documentation

  • Reflect breaking changes from v1 on the documentation.

Version 1.2.0

10 Jan 22:27
0a4bf70
Compare
Choose a tag to compare

Added

  • Support to nullable page properties (#149)
    • Properties: Date, Email, Number, PhoneNumber, Select, Url.
    • New method isEmpty() on those properties.
  • Support Relation database property (#150)

Version 1.1.0

09 Jan 18:20
5838f0d
Compare
Choose a tag to compare

Added

  • Add Query::addSort() (#144)

Changed

  • Improve PropertyFactory Exception message (#141)
  • Deprecate Query::changeAddedSort() (#144)

Documentation

  • Correct documentation for ->change...() methods (#145)

Internal

  • Remove toUpdateArray method from blocks (#136)
  • Increase unit test coverage (#137)
  • Add Intellij Idea default directory .idea to .gitignore (#142)
  • Allow usage of secrets while running tests from forks (#143)

Version 1.0.0

07 Nov 22:45
04eb6b5
Compare
Choose a tag to compare

Added

  • Add database description (#125)
  • Add support to toggleable headings (#126)
  • Add caption to Code block (#127)
  • Add support to Status property (#132)
  • Icon value object instead of File|Emoji

Changed

  • Unify constructor method names (#131)
  • 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