Releases: lastorel/pytion
Releases · lastorel/pytion
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0: 2022-06-28 API release
From CHANGELOG:
v1.3.0
- #27: Switched from
2022-02-22
to2022-06-28
version of Notion API Request()
(internal) method argument added- #27: Fix of parent object hierarchy
- #27:
models.Block
now has non-emptyparent
attr models.Database
:is_inline
attr addedNotion()
: new optional argversion
added to customize API interaction- #27: You must retrieve Page properties manually.
.get_page_properties
method added - #27: add support of
relation
typeProperty
- #27: updates for
relation
typePropertyValue
- #16: tests of Property model
- #28: Add whoami method
- #16: Add search engine
Breaking changes
Request()
method now looks for positional argumentapi
for getting version (internal method)- Page has title=
unknown
until you retrieve its properties PropertyValue
withrelation
type now represents by list ofLinkTo
object instead of list of IDs
v1.2.3 looks better
v1.2.2 `simple` attr
v1.2.1 `plain_text`
What's Changed
Full Changelog: v1.2...v1.2.1
v1.2 Release to PyPI
The package is already availabale on PyPI!
Just use pip to install!