- Update requests library to 2.32.3
- Update setuptools library to 74.1.2
- fix security issue
- Update requests library to 2.32.0
- #20 Bump requests from 2.31.0 to 2.32.0
- Add support for is_inline param to create_database function
- Notion API supports creating new databases as inline of parent pages.
- #19
- contribution by @cl-fl
- Add retrieve block children
we've implemented all features, change the version rule to the semantic version.
and changed the license to LGPL 3 in the hope that many people use it.
- Apply tox, pylint tool
- Add type-hint code
- Implement run_query_database function
- Add support for Python 3.11
- Bump requests from 2.28.2 to 2.31.0
- past version
from notion_database.query import Direction, Timestamp
import notion_database.color as clr
- current version (>1.0.0)
from notion_database.const.query import Direction, Timestamp
import notion_database.const.color as clr
- Drop support for Python 3.7
- Deprecate query_database function
- move to run_query_database function
- HOTFIX : Fix wrong path for new Cover and Icon features
- Add Cover and Icon for DB, Page
- used to create and update method
- optional parameter
- FIX : fixed set_title, set_rich_text method
- PROPERTY.set_rich_text("summary", "")
- #13
- Add cover, icon part test
- HOTFIX : fixed set_number method
- Fix set_number method
- Update requests (2.28.2)
- Update typing-extensions (4.5.0)
- Add children part test
-
Add property
- Files Property.
-
Add parameter
- colors parameters for Children
HAPPY NEW YEAR!
- Add Date property
- PROPERTY.set_date("date", "2022-12-31T01:01:01.000+0900")
- PROPERTY.set_date("date", "2022-12-31T01:01:01.000+0900", "2023-01-10T01:01:01.000+0900")
- Fix set_checkbox bug
- Fix checkbox issue
- Update notion-version 2022-06-28
- Add Search Pages with Pagination
- Add Query Databases with Pagination
- Update requests (2.28.1)
- Update typing-extensions (4.3.0)
- Drop support for Python 3.6
- Add python 3.6, 3.7 compatibility
- typing-extensions
- Update notion-version 2022-02-22
- Add search_database, search_pages functions
- Add Direction, Timestamp Enum for search
- Update requests package version (2.27.1)
- List databases
- PR : Update setup.py
- hotfix : fix ModuleNotFoundError
- Add Children Blocks
- paragraph
- heading 1, heading 2, heading 3
- callout
- quote
- bulleted, numbered list item
- to do
- toggle
- code
- embed
- external image, video, file, pdf
- bookmark
- equation
- divider, table of contents, breadcrumb
- Children.set_body
-
Update notion-version 2021-08-16
-
Get/Remove Properties and Update Database
- Finding all pages in a database
- Add Create database
- Add check_field function
- Database duplicate issue
- Add list database
- Add Retrieve database
- Add update Page object
- Add Retrieve Page object
- Fix module path
- Initial project
- Add Create Page object