Skip to content

Releases: jheddings/notional

notional-0.8.1

04 May 14:16
e5a4d3b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

notional-0.8.0

04 May 14:13
b105183
Compare
Choose a tag to compare
  • Support for equation blocks
  • Dependency updates

v0.7.3...v0.8.0

notional-0.7.3

04 Feb 02:35
233f59e
Compare
Choose a tag to compare

What's Changed

  • Use Notion URL's as object references. by @jheddings in #117
  • Correct class method in RichTextObject by @jheddings in #130
  • Updated several dependencies.

Full Changelog: v0.7.1...v0.7.3

notional-0.7.1

16 Jan 16:54
Compare
Choose a tag to compare

Bug Fixes:

  • Remove default color for Status properties (#69)
  • Corrected lint errors on exception strings.
  • Corrected unit test invocation.

Full Changelog: v0.7.0...v0.7.1

notional-0.7.0

03 Jan 23:15
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • EndpointIterator now requires an additional call when using in a loop
  • to_api() has been renamed dict() - which overrides default Pydantic behavior
  • Time filters have been refactored to use the "composable" object pattern

Completed PR's

Full Changelog: v0.5.2...v0.7.0

notional-0.5.2

30 Dec 00:12
Compare
Choose a tag to compare

Maintenance release only.

notional-0.5.1

23 Dec 17:24
8846a8c
Compare
Choose a tag to compare

What's Changed

  • Improved object references in session endpoints. by @jheddings in #100

Full Changelog: v0.5.0...v0.5.1

notional-0.5.0

20 Dec 17:14
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES

  • The records module has been removed; classes have been moved into the blocks module.
  • NestedObject has been removed; this was not adding any real value.
  • Relation objects no longer support the compose interface; callers must compose the appropriate subclass instead.
  • Object references have been moved into the types module with some minor modifications.

What's Changed

  • Easier MentionObject API by @jheddings in #94
  • Update object model to match Notion API by @jheddings in #95
  • Other minor improvements and bug fixes
  • Switched from dependabot to Renovate

Full Changelog: v0.4.4...v0.5.0

notional-0.4.4

02 Dec 04:48
Compare
Choose a tag to compare

What's Changed

  • Fix #69 (composing select blocks)
  • Add indexing for simple tables.
  • Using installed package metadata for version info.
  • Updated several dependencies.

Full Changelog: v0.4.3...v0.4.4

notional-0.4.3

08 Nov 23:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.3