Releases: 5am-code/laravel-notion-api
v0.5.0 - 🙌 BlockTypes and general polish
Check out https://5amco.de/docs/0.5.0/installation for new features and code examples 🔥
- Added Modifiable contract to set-able properties
- implement notion block types as classes
- add url to page
- implemented tests for blocks-endpoint
- final tweaks and tests
v0.4.0 - 🤸 Page Create and Update endpoints
Check out https://5amco.de/docs/0.4.0/changelog for new features, breaking changes and code examples 🔥
v0.3.1 - Patch Release
v0.3.1 Patch Release
Changes in the Notion API
As of June 1st, the Notion API requires an additional version parameter in the HTTP header starting with new integrations. Old integrations will still work with our v0.3.0 for some time, but you should consider updating soon. For more information, visit Notions documentation.
Deprecation notice
The methodNotion::setToken()
has now a »deprecated« flag for usage outside of the Notion class due to the new constructor and the changed version requirements. The methods visibility will be set to private in the next release (0.4.0). The Token should be stored in the projects .env
file or must be provided via the constructor if the Facade is not used (not recommended).
v0.3.0 - 🚀 search, improved structure, properties and more
Check https://5amco.de/docs/0.3.0/changelog for new features, breaking changes and code examples 🔥
v0.2.0 - documentation, properties and improvements
- moved documentation from notion to 5amco.de/docs
- added properties (of pages) as entities + added usage-example to documentation
- refactored namespaces within entities
v0.1.0-alpha - Initial release 🚀
v0.1.0-alpha
Initial release