Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

35 lines (27 loc) · 3.33 KB

Changelog

v1.0.2 (2022-05-01)

Fix

  • notion_api_py: Minor fixes in import statements (6f0fa67)

Documentation

  • readme: Updated docs with images. (aa91942)

v1.0.1 (2022-04-09)

Fix

  • github actions: Added poetry add flake8 to ci pipeline. Other minor fixes. (fe0f605)
  • pyproject: Removed flake8 from package dependencies (02316b5)
  • pyproject: Removed flake8 from package dependencies (f4eded1)

v1.0.0 (2022-04-08)

Feature

  • notion_collection_view_filter: Added ability to dynamically set filters on Notion UI (unoffical api) (6950998)
  • notion_collection_view_filter: Added ability to dynamically set filters on Notion UI (unoffical api) (db9171c)
  • notion_filter: Ability to apply filter on notion databases in very human friendly way (79b6182)
  • notion_relation: Added class to handle notion relations. Helps overwrite/append to existing relations in database. (9013436)
  • notion_properties: Added class that allows one to read properties from any database page and also dynamically generate json body request (used in api calls) (1bf98bf)
  • notion_page: A wrapper notion page class which gives update/delete/fetch properties capabilities to any class that extends it. (6446340)
  • notion_database: A wrapper notion database class which gives basic add/delete/update/filter capabilites to any class that extends it. (a0e44a4)
  • notion-api: Added base wrapper around the notion endpoints per version 2021-08-16 (https://developers.notion.com/reference) (fe44760)

Breaking

  • Added ability to dynamically set filters on Notion UI (unoffical api) (6950998)

Documentation

  • README: Updated readme with initial usage instructions. (6a508bb)
  • README: Updated readme with initial usage instructions. (8f7a6cb)