v1.1.0 - database creation, resolving entities, better testing and more
🍵 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
- Snapshot and Fake Tests Later by @johguentner in #128
- Do not serialize scalar values by @richardhj in #129
- add the ability to resolve users and parents by @johguentner in #116
- Database Creation by @johguentner in #135
- add quote block type by @Gummibeer in #161
- Release v1.1.0 with new features and minor fixes by @johguentner in #160
New Contributors
- @richardhj made their first contribution in #129
Full Changelog: v1.0.1...v1.1.0