-
-
Notifications
You must be signed in to change notification settings - Fork 52
Releases: 5am-code/laravel-notion-api
v0.6.0 - Block Creation, Query Filters, detailed database information and more Block types
15d3c73
- We implemented a new approach for the Filter classes and start with
Filter::textFilter
andFilter::numberFilter
. The other filter types will follow with time. - You're also able to create new blocks and append them in Notion!
- More detailed database information can be fetched - Icon, cover, title and property-information is provided in the databases endpoint.
- New block types have been added to the block classes
For more information, check out the Changelog in our docs!
https://5amco.de/docs/0.6.0/changelog
Assets 2
v0.5.0 - 🙌 BlockTypes and general polish
11c11e1
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
Assets 2
v0.4.0 - 🤸 Page Create and Update endpoints
60eb19b
Check out https://5amco.de/docs/0.4.0/changelog for new features, breaking changes and code examples 🔥
Assets 2
v0.3.1 - Patch Release
536ef86
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).
Assets 2
v0.3.0 - 🚀 search, improved structure, properties and more
77bab1c
Check https://5amco.de/docs/0.3.0/changelog for new features, breaking changes and code examples 🔥
Assets 2
v0.2.0 - documentation, properties and improvements
b9454e7
- moved documentation from notion to 5amco.de/docs
- added properties (of pages) as entities + added usage-example to documentation
- refactored namespaces within entities
Assets 2
v0.1.0-alpha - Initial release 🚀
v0.1.0-alpha
Initial release