Skip to content

Releases: 5am-code/laravel-notion-api

v0.5.0 - 🙌 BlockTypes and general polish

25 Aug 19:24
11c11e1
Compare
Choose a tag to compare

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

19 Jun 15:56
60eb19b
Compare
Choose a tag to compare

Check out https://5amco.de/docs/0.4.0/changelog for new features, breaking changes and code examples 🔥

v0.3.1 - Patch Release

30 May 16:51
536ef86
Compare
Choose a tag to compare
Pre-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

24 May 17:45
77bab1c
Compare
Choose a tag to compare

Check https://5amco.de/docs/0.3.0/changelog for new features, breaking changes and code examples 🔥

v0.2.0 - documentation, properties and improvements

15 May 21:45
b9454e7
Compare
Choose a tag to compare
  • 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 🚀

14 May 23:11
Compare
Choose a tag to compare
Pre-release

v0.1.0-alpha

Initial release