-
-
Notifications
You must be signed in to change notification settings - Fork 52
Dev for v0.6.0 #35
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
Merged
Dev for v0.6.0 #35
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- implemented static creation-function for all modifiable blocks - implemented append-function to Block-Endpoint - implemented tests-function, in which all block-creation-functions are tested - added todo/warning for notion-version-change to test-function
- rename "fillContent" of Block to "fillRawContent", since it is filling the rawContent (no direct breaking change) - added EmbedBlock (retreive url + caption)
- this ensures the currect values within the class attributes
- this ensures the correct values within the textblock classes attributes
- set up BaseFileBlock::class for file-related blocks (file, image, file, pdf) - implement Modifiable within embed and BaseFileBlock - mark caption as optional paramter in embed and BaseFileBlock with empty string as default - set up tests for all new blocks (creation and retreival)
Feature/new blocks
enhanced notion exception by detailed response message
Retrieve a single block @johguentner
- rename "BaseBlockEntity" to "BlockEntity" in BlockEndpoint for clearity - mark createFileBlock method in BaseFileBlock as final - replace array_push with array[] = [...] for better performance
polish implementations
block creation + all new current blocks (+ tests for creation/fetch)
- replace notion-api-docs link with updated page (Databases) - add icon, iconType, cover, coverType to Database and Page with according extraction of different cover- and icon-types - add database-notion-url retrieval to database - add raw-information-retrieval to database-retrieval (add as empty properties with according information to property-key and options) - add retrieval of available options to MultiSelect and Select during database retrieval - don't retrieve rollup and formula if type-value is not given - don't retrieve created_time and last_edited_time if retrieved content is null - fix missing id's and wrong options-field (array in array) within response-json-files
…Filter into new namespace & adding valid filter operators
- and replace == to ===, != to !== in according places
improve database retrieval and add icon/cover
Feature/more filter types
🚀✨ Ready for release ✨🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.