Releases: chojnac/NotionSwift
Releases · chojnac/NotionSwift
0.9.0
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
- @mcky made their first contribution in #41
- @PinYuanChen made their first contribution in #42
- @buzap made their first contribution in #48
- @AnthonyBY made their first contribution in #50
- @0xpablo made their first contribution in #51
Full Changelog: 0.8.0...0.9.0
0.8.0
0.7.3
0.7.2
0.7.0
0.6.0
- 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 torichText
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
0.5.0
0.4.0
- 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