Bram Dingelstad bram
20 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
bram pushed to main at notion.cafe/notion-client 2025-04-11 14:18:21 +02:00
1686293bac fix: changed DateValue to both be UTC and be serialized reliably
bram pushed to main at notion.cafe/notion-client 2025-04-04 14:54:17 +02:00
b664f777d3 feat: made sure that notion user id is Uuid
bram pushed to main at notion.cafe/notion-client 2025-03-21 15:34:33 +01:00
509b3ccd90 chore: switched to linux
bram pushed to main at notion.cafe/notion-to-markdown 2025-03-15 22:17:28 +01:00
6b2c2cc60b feat: added caption for video BlockType
bram created branch notion-to-website in notion.cafe/notion-client 2025-03-15 22:16:45 +01:00
bram pushed to notion-to-website at notion.cafe/notion-client 2025-03-15 22:16:45 +01:00
c13ee32911 feat: added captions, plain_text() method for RichText
bram pushed to main at notion.cafe/notion-client 2025-03-14 17:19:27 +01:00
43e5fc6005 feat: added more types and fixed broken ones
bram pushed to main at notion.cafe/notion-client 2025-03-14 14:30:46 +01:00
5df6d0f7d9 feat: implemented missing data types
bram pushed to main at notion.cafe/notion-client 2025-03-07 16:18:01 +01:00
43a48f6655 feat: added helper function for turning Formula outputs into String
bram pushed to main at notion.cafe/notion-client 2025-03-05 11:00:35 +01:00
9e76dbbcad feat: updated to 2024 edition rust
bram pushed to main at notion.cafe/notion-client 2025-02-27 14:02:09 +01:00
b4463f2b78 feat: added in_trash page property
bram pushed to main at notion.cafe/notion-client 2025-02-21 16:47:10 +01:00
1ff6ebc113 feat: removed more unneccesary clones
bram pushed to main at notion.cafe/notion-client 2025-02-21 15:39:20 +01:00
50ccd6b339 feat: removed all Arc's for better memory usage and less dangling pointers
16fd39e8c0 fix: made sure that all errors and traces are in a single line
e173d0ef67 chore: re-added async-std for testing purposes
8f6e2b3042 chore: removed unnecessary packages from crate
19db7a6731 feat: made most methods not consume the client itself
Compare 12 commits »
50ccd6b339 feat: removed all Arc's for better memory usage and less dangling pointers
16fd39e8c0 fix: made sure that all errors and traces are in a single line
e173d0ef67 chore: re-added async-std for testing purposes
8f6e2b3042 chore: removed unnecessary packages from crate
19db7a6731 feat: made most methods not consume the client itself
cb2295e780 feat: made unrecognized enum values default to a "Unsupported" value
ec6c8c789a chore: removed deprecated underscore