Releases: mariosimao/notion-sdk-php
Releases · mariosimao/notion-sdk-php
Version v1.0.0-beta.2
Version 1.0.0-beta.1
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
Version 0.6.1
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
Version 0.5.2
Version 0.5.1
Added
- Support to internal cover image (#80)
Version 0.5.0
Version 0.4.0
Version 0.3.0
Added
- Find block children
- Find block children recursively
- Link preview block
- Column and column list blocks
Changed
- Blocks
withChildren()
methods renamed tochangeChildren()