-
-
Notifications
You must be signed in to change notification settings - Fork 50
Patch for typo, type-check, removing unused file and block-update-functionality #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Delete unused `LaravelNotionApi.php`
I can't see any issues localy and tests are running perfectly. 👌 |
I think it's not really a bug, so a release with the next version is okay :) |
I would keep it in dev until next release, so we don't forget about it. (writing release notes from commit messages... 😅 ) |
Yes, same thought here. Let's do it that way 👍 |
- during search of databases, property-information is fetched (but no value). In the case of last_edited_time, there is suddenly an unexpected empty array, which caused an error during search
- simply added parameter to existing implementation
- allow users to set rawContent and type for flexible block creation, until all blocks are supported by laravel-notion-api - implement setContent for text based blocks
fix: check if last_edited_time is a string
fix typo in operators
add cursor-offset (pagination)
add block-update functionality + flexible content
No description provided.