Skip to content

Releases: chojnac/NotionSwift

0.9.0

02 Sep 21:10
fdaf1f4
Compare
Choose a tag to compare

What's Changed

  • Add database entry creation section to readme by @mcky in #41
  • Add the isInline property to create inline table by @PinYuanChen in #42
  • Accept user's URLSessionConfiguration (for DefaultNetworkClient) by @miszu in #43
  • Remove deprecated color property from block update entity. by @chojnac in #46
  • Property User.Person.email should be optional by @buzap in #48
  • fix: minor typo in readme file by @AnthonyBY in #50
  • feat: add Delete Page example, rename pageUpdateProperties to pageUpdate by @AnthonyBY in #52
  • Add Linux support by @0xpablo in #51
  • Add Linux CI build by @chojnac in #53

New Contributors

Full Changelog: 0.8.0...0.9.0

0.8.0

10 Apr 18:40
56c0c3a
Compare
Choose a tag to compare

0.7.3

16 Aug 20:42
2e4c94b
Compare
Choose a tag to compare

Bug fixes:

  • Fix empty url decoding in page property #31
  • Included Name property in DatabaseProperty type #29

0.7.2

30 May 16:33
608f525
Compare
Choose a tag to compare

Bug fixes - #26

0.7.0

03 May 05:36
62f2694
Compare
Choose a tag to compare
  • [BREAKING] Change name for the Environment struct to NotionSwiftEnvironment to fix name conflicts in SwiftUI
  • Improve constructor for DatabasePropertyType.SelectOption for easier when adding new select/multiselect options.

0.6.0

17 Apr 11:18
97919fb
Compare
Choose a tag to compare
  • Add support for creating columns from code
  • Refactor and improve ergonomics for creating blocks from code.
  • Update code to support API in version 2022-02-22
  • Rename text property to richText and deprecate old property name usages.
  • [Breaking] Changes in filter property names.
  • Add support for color property in some blocks
  • Add support for lastEditedBy & createdBy in pages, database & blocks
  • Add support for table & table_row blocks with nice interface for creating it programaticly
  • Bump minimal supported iOS version to iOS 11 and macOS to 10.13

0.5.1

03 Dec 08:53
316f3f8
Compare
Choose a tag to compare
  • Fixed ListResponse.nextCursor invalid field type #14 thanks @emelone16

0.5.0

21 Nov 20:18
20950c0
Compare
Choose a tag to compare
  • Add new block types: template, synced_block, link_to_page
  • Fix mentions found in rich_test
  • Fix missing id field for User.person encoder

0.4.0

31 Oct 17:10
8a00127
Compare
Choose a tag to compare
  • Add new block types: callout, quote, equation, embed, bookmark, media (video, audio, image, file, pdf), column, column list, breadcrumbs
  • Retrieve your token's bot user with GET /v1/users/me
  • Database objects now contains url property
  • Add static builders for the new block types

0.3.0

19 Sep 11:07
ac59f14
Compare
Choose a tag to compare
  • Update SDK to the latest API version - 2021-08-16
  • Bug fixes