Skip to content

v1.1.0 - database creation, resolving entities, better testing and more

Compare
Choose a tag to compare
@johguentner johguentner released this 22 Jun 07:05
· 8 commits to main since this release
b5b978c

🍵 v1.1.0 : Database Creation and resolving entities

This feature release comes with some spicy new ways to interact with the Notion API.

We hope you enjoy it!

Database Creation

Database Creation was contributed by Johannes Güntner

A high requested feature: Creating databases with all possible configurations and properties.

In order to stick to the eloquent Laravel standard of creating database structures, we have tried to stick to a similar structure.
A detailed description for database creation can be found at database creation.

Resolving Entities

Resolving Entities was contributed by Johannes Güntner

To simplify the retrieval of parents, users and relations, we have added an extra endpoint, which helps you to access full information of entities.

To learn more, go to resolving entities.

Added missing Quote Block Type

Quote Block Type was contributed by Tom Witkowski

One important text block was missing: the Quote Block. Now it is finally added.

Breaking Changes

No breaking changes

Fixed

  • Avoiding serializing scalar values (Contributed by richardhj)

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.1.0