Releases: mariosimao/notion-sdk-php
Releases · mariosimao/notion-sdk-php
Version 1.6.2
Fixed
Internal
- Idempotent tests by @mariosimao in #189
- Increase coverage by @mariosimao in #190
- Setup dependabot by @mariosimao in #191
- Fix CI by @mariosimao in #196
- Bump php-http/discovery from 1.15.2 to 1.15.3 by @dependabot in #195
- Bump brianium/paratest from 7.1.0 to 7.1.2 by @dependabot in #194
- Bump vimeo/psalm from 5.7.5 to 5.9.0 by @dependabot in #192
Full Changelog: v1.6.1...v1.6.2
Version 1.6.1
Version 1.6.0
Version 1.5.0
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
Version 1.4.0
Version 1.3.0
Version 1.2.0
Version 1.1.0
Version 1.0.0
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